From 7af2b36714049b645249deb015a8ab3c8d7e58cc Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <zynh0722@gmail.com>
Date: Sun, 9 Mar 2025 19:01:38 -0700
Subject: [PATCH] snowhawk: plasma spec

---
 hosts/snowhawk/configuration.nix | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix
index 98a35a8..1e2c664 100644
--- a/hosts/snowhawk/configuration.nix
+++ b/hosts/snowhawk/configuration.nix
@@ -57,6 +57,15 @@
 
         home-manager.sharedModules = [{ snowhawk.dunst.enable = lib.mkDefault 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";
       #