Add hyprland for personal PC, disable auto upgrade due to slow starts
This commit is contained in:
parent
b725a4edef
commit
6212336a85
|
@ -8,6 +8,7 @@ in
|
|||
./common.nix
|
||||
./locales/en_GB.nix
|
||||
./desktop/plasma.nix
|
||||
./desktop/hyprland.nix
|
||||
];
|
||||
|
||||
networking.hostName = "Vanguard"; # Define your hostname.
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
allowReboot = false;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
../../desktop
|
||||
../../desktop/wayland/hyprland.nix
|
||||
|
||||
../../env/fonts/firacode.nix
|
||||
../../env/shell/bash.nix
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
source=~/.config/hypr/hyprland.conf
|
||||
|
||||
device:logitech-usb-receiver-mouse {
|
||||
left_handed = yes
|
||||
}
|
||||
|
||||
misc {
|
||||
vrr = 2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue