From 4c0fe0e9ca5c1bb8ef7be70d4701094418c7fe65 Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 26 Jul 2024 20:36:45 +0900 Subject: [PATCH] Update Plasma --- nixos/common/desktops/plasma6/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 66290bcb..1c8f073b 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -20,7 +20,6 @@ xkb.variant = ""; autorun = true; }; - services.desktopManager.plasma6.enable = true; environment.systemPackages = with pkgs; [ arc-kde-theme @@ -33,5 +32,6 @@ services.xrdp.defaultWindowManager = "startplasma-x11"; services.displayManager.sddm.settings.General.DisplayServer = "x11-user"; + services.desktopManager.plasma6.enable = true; services.geoclue2.enable = true; }