From 1f3e065a673c76ea9f4a3fbee7c13c927ba40dc1 Mon Sep 17 00:00:00 2001 From: madmin Date: Fri, 2 Aug 2024 07:17:25 +0200 Subject: [PATCH] feat(DE): add plasma6 --- systems/common/core/xorg_plasma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/common/core/xorg_plasma.nix b/systems/common/core/xorg_plasma.nix index b0df15d..d5a0733 100644 --- a/systems/common/core/xorg_plasma.nix +++ b/systems/common/core/xorg_plasma.nix @@ -13,6 +13,7 @@ }; # KDE X displayManager.sddm.enable = true; + desktopManager.plasma6.enable = true; }; }