aboutsummaryrefslogtreecommitdiffstats
path: root/plasma.nix
diff options
context:
space:
mode:
Diffstat (limited to 'plasma.nix')
-rw-r--r--plasma.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/plasma.nix b/plasma.nix
deleted file mode 100644
index 412e3d3..0000000
--- a/plasma.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- services.xserver = {
- enable = true;
- displayManager.sddm.enable = true;
- desktopManager.plasma5.enable = true;
- };
-}