diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index feb5455..9358abe 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -51,6 +51,8 @@ dwl.configuration = { environment.etc."specialisation".text = "dwl"; + hardware.nvidia.open = lib.mkForce true; + snowhawk.dwl.enable = true; home-manager.sharedModules = [{ snowhawk.dunst.enable = lib.mkDefault true; }]; diff --git a/hosts/snowhawk/hardware-configuration.nix b/hosts/snowhawk/hardware-configuration.nix index 58e1c15..8f288dd 100644 --- a/hosts/snowhawk/hardware-configuration.nix +++ b/hosts/snowhawk/hardware-configuration.nix @@ -113,7 +113,7 @@ in # https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus # Only available from driver 515.43.04+ # Currently alpha-quality/buggy, so false is currently the recommended setting. - open = true; + open = false; # Enable the Nvidia settings menu, # accessible via `nvidia-settings`.