Update to nixos-24.11
This commit is contained in:
parent
2c102496f0
commit
fa0c0d4a5e
9 changed files with 164 additions and 185 deletions
|
@ -1,5 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
inputs.nur.overlay
|
||||
inputs.nur.overlays.default
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
spice-protocol
|
||||
win-virtio
|
||||
win-spice
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
# Manage the virtualisation services
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
cageArgs = ["-s" "-m" "last"]; # Only show on the last monitor
|
||||
};
|
||||
services.greetd.settings.initial_session = {
|
||||
command = "hyprland";
|
||||
command = "Hyprland";
|
||||
user = "${username}";
|
||||
};
|
||||
environment.sessionVariables.XKB_DEFAULT_LAYOUT = "es";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue