diff options
Diffstat (limited to 'desktop/plasma.nix')
-rw-r--r-- | desktop/plasma.nix | 9 |
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; + }; +} |