From e5227f1f9ededcc365a2d62d41d9c6a64582053d Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Wed, 19 Jun 2024 16:17:22 +0200 Subject: [PATCH] testing plasma 6 --- workstation/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index fa4c838..d9a28f2 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -64,6 +64,9 @@ }; }; + # KDE + services.desktopManager.plasma6.enable = true; + # Sway programs.sway = { enable = true;