snowhawk: disable dwl spec

This commit is contained in:
Zynh Ludwig 2025-03-21 07:37:34 -07:00
parent 94792ab8e0
commit 158feb5d5a

View file

@ -60,15 +60,15 @@
# #
# home-manager.sharedModules = [{ snowhawk.dunst.enable = lib.mkDefault true; }]; # home-manager.sharedModules = [{ snowhawk.dunst.enable = lib.mkDefault true; }];
# } // nvkConfig; # } // nvkConfig;
dwl.configuration = { # dwl.configuration = {
environment.etc."specialisation".text = "dwl"; # environment.etc."specialisation".text = "dwl";
#
hardware.nvidia.open = lib.mkForce true; # hardware.nvidia.open = lib.mkForce true;
#
snowhawk.dwl.enable = true; # snowhawk.dwl.enable = true;
#
home-manager.sharedModules = [{ snowhawk.dunst.enable = lib.mkDefault true; }]; # home-manager.sharedModules = [{ snowhawk.dunst.enable = lib.mkDefault true; }];
}; # };
dwm.configuration = { dwm.configuration = {
environment.etc."specialisation".text = "dwm"; environment.etc."specialisation".text = "dwm";