diff --git a/nixos/Vanguard-xenia.nix b/nixos/Vanguard-xenia.nix index 4cd2a704..d212d141 100644 --- a/nixos/Vanguard-xenia.nix +++ b/nixos/Vanguard-xenia.nix @@ -8,6 +8,7 @@ in ./common.nix ./locales/en_GB.nix ./desktop/plasma.nix + ./desktop/hyprland.nix ]; networking.hostName = "Vanguard"; # Define your hostname. diff --git a/nixos/common.nix b/nixos/common.nix index b7d1eade..42c6893d 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -41,7 +41,7 @@ }; system.autoUpgrade = { - enable = true; + enable = false; allowReboot = false; }; } diff --git a/nixos/home/collections/personal/default.nix b/nixos/home/collections/personal/default.nix index 239d4bdb..bf530d35 100644 --- a/nixos/home/collections/personal/default.nix +++ b/nixos/home/collections/personal/default.nix @@ -2,6 +2,7 @@ { imports = [ ../../desktop + ../../desktop/wayland/hyprland.nix ../../env/fonts/firacode.nix ../../env/shell/bash.nix diff --git a/nixos/home/desktop/wayland/config/hypr/hyprland-vanguard.conf b/nixos/home/desktop/wayland/config/hypr/hyprland-vanguard.conf index 1159b113..992f3849 100644 --- a/nixos/home/desktop/wayland/config/hypr/hyprland-vanguard.conf +++ b/nixos/home/desktop/wayland/config/hypr/hyprland-vanguard.conf @@ -1,9 +1,5 @@ source=~/.config/hypr/hyprland.conf -device:logitech-usb-receiver-mouse { - left_handed = yes -} - misc { vrr = 2 }