summary refs log tree commit diff stats
path: root/desktop/plasma.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2022-12-27 13:31:20 +0100
committersils <sils@sils.li>2022-12-27 13:32:49 +0100
commitc794d80c82d3b8da66cfee681ab303bd94aa3b14 (patch)
tree73290276a86288bbe9288f8e0c4f6a0bd21680ed /desktop/plasma.nix
parentadded xfce (diff)
downloadnix-config-c794d80c82d3b8da66cfee681ab303bd94aa3b14.zip
move desktop options in desktop
Diffstat (limited to 'desktop/plasma.nix')
-rw-r--r--desktop/plasma.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/plasma.nix b/desktop/plasma.nix
new file mode 100644
index 0000000..412e3d3
--- /dev/null
+++ b/desktop/plasma.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }:
+
+{
+	services.xserver = {
+		enable = true;
+		displayManager.sddm.enable = true;
+		desktopManager.plasma5.enable = true;
+	};
+}