diff --git a/hosts/default/config.nix b/hosts/default/config.nix index 29bca34..1c4ec18 100644 --- a/hosts/default/config.nix +++ b/hosts/default/config.nix @@ -283,7 +283,7 @@ in swww grim slurp - gnome.file-roller + file-roller swaynotificationcenter imv mpv @@ -398,8 +398,8 @@ in }; # Extra Logitech Support - hardware.logitech.wireless.enable = true; - hardware.logitech.wireless.enableGraphical = true; + hardware.logitech.wireless.enable = false; + hardware.logitech.wireless.enableGraphical = false; # Bluetooth Support hardware.bluetooth.enable = true; @@ -462,10 +462,8 @@ in }; # OpenGL - hardware.opengl = { + hardware.graphics = { enable = true; - driSupport = true; - driSupport32Bit = true; }; console.keyMap = "${keyboardLayout}";