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; }];
|
# 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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue