summary refs log tree commit diff stats
path: root/desktop/plasma.nix
diff options
context:
space:
mode:
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;
+	};
+}