snowhawk: back to prop drivers for x11

This commit is contained in:
Zynh Ludwig 2025-02-24 18:35:19 -08:00
parent cdaf463a50
commit ba37b9fc31
2 changed files with 3 additions and 1 deletions

View file

@ -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; }];

View file

@ -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`.