From 2b4c7d2986f5b88d081fca5be0031093221d43fc Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 21 Dec 2025 02:18:51 +0100 Subject: [PATCH] Add plasma as an available DE for chilling on Linux and not developing --- nix/system/linux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/system/linux.nix b/nix/system/linux.nix index a375ae1..f2f112c 100644 --- a/nix/system/linux.nix +++ b/nix/system/linux.nix @@ -49,6 +49,7 @@ displayManager.ly = { enable = true; }; + desktopManager.plasma6.enable = true; timesyncd.enable = true; mullvad-vpn.enable = true; xserver.enable = true;