From 6212336a8507ed68faf7f1783348195f33d557ff Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 27 Apr 2023 12:43:22 +0100 Subject: [PATCH] Add hyprland for personal PC, disable auto upgrade due to slow starts --- nixos/Vanguard-xenia.nix | 1 + nixos/common.nix | 2 +- nixos/home/collections/personal/default.nix | 1 + nixos/home/desktop/wayland/config/hypr/hyprland-vanguard.conf | 4 ---- 4 files changed, 3 insertions(+), 5 deletions(-) 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 }