Add hyprland for personal PC, disable auto upgrade due to slow starts

This commit is contained in:
Evie Litherland-Smith 2023-04-27 12:43:22 +01:00
parent b725a4edef
commit 6212336a85
4 changed files with 3 additions and 5 deletions

View file

@ -8,6 +8,7 @@ in
./common.nix
./locales/en_GB.nix
./desktop/plasma.nix
./desktop/hyprland.nix
];
networking.hostName = "Vanguard"; # Define your hostname.

View file

@ -41,7 +41,7 @@
};
system.autoUpgrade = {
enable = true;
enable = false;
allowReboot = false;
};
}

View file

@ -2,6 +2,7 @@
{
imports = [
../../desktop
../../desktop/wayland/hyprland.nix
../../env/fonts/firacode.nix
../../env/shell/bash.nix

View file

@ -1,9 +1,5 @@
source=~/.config/hypr/hyprland.conf
device:logitech-usb-receiver-mouse {
left_handed = yes
}
misc {
vrr = 2
}