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; }];
# } // nvkConfig;
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; }];
};
# 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; }];
# };
dwm.configuration = {
environment.etc."specialisation".text = "dwm";