From 5cac87b36f3af532de9833c22a0ae1f4ec9e9ba0 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 9 Apr 2024 23:11:25 +0200 Subject: [PATCH] Add KDE Plasma 6 --- lib/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/configuration.nix b/lib/configuration.nix index 4797d70..9557d4e 100644 --- a/lib/configuration.nix +++ b/lib/configuration.nix @@ -71,9 +71,12 @@ i18n.extraLocaleSettings = machine.config.localeSettings; + # Enable KDE Plasma services.displayManager.sddm = { enable = true; wayland.enable = true; }; + + services.desktopManager.plasma6.enable = true; }; }