From 7cb6a459063aed44ca53f073f01319d48c1fb354 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig <zynh0722@gmail.com> Date: Thu, 20 Mar 2025 05:02:03 -0700 Subject: [PATCH] snowhawk: disable plasma configuration --- 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 2c4979c..49114c3 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -79,15 +79,15 @@ }; }]; }; - plasma.configuration = { - environment.etc."specialisation".text = "plasma"; - - hardware.nvidia.open = lib.mkForce true; - - services.xserver.enable = true; - services.displayManager.sddm.enable = true; - services.desktopManager.plasma6.enable = true; - }; + # plasma.configuration = { + # environment.etc."specialisation".text = "plasma"; + # + # hardware.nvidia.open = lib.mkForce true; + # + # services.xserver.enable = true; + # services.displayManager.sddm.enable = true; + # services.desktopManager.plasma6.enable = true; + # }; # dwlNVK.configuration = { # environment.etc."specialisation".text = "dwlNVK"; #