summaryrefslogtreecommitdiff
path: root/modules/plasma.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/plasma.nix')
-rw-r--r--modules/plasma.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/plasma.nix b/modules/plasma.nix
new file mode 100644
index 0000000..6fbe589
--- /dev/null
+++ b/modules/plasma.nix
@@ -0,0 +1,5 @@
+{ pkgs, ... }:
+
+{
+ services.desktopManager.plasma6.enable = true;
+}