snowhawk: disable dwl spec
This commit is contained in:
parent
94792ab8e0
commit
158feb5d5a
1 changed files with 9 additions and 9 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue