From 158feb5d5a16b9101725705ec844daaf8ae22b28 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig <zynh0722@gmail.com> Date: Fri, 21 Mar 2025 07:37:34 -0700 Subject: [PATCH] snowhawk: disable dwl spec --- hosts/snowhawk/configuration.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index ca7af41..78ed17b 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -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";