From fd6ccfae746f6561f7384767c5641a3d4d9444a9 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 25 Jun 2024 20:45:37 +0900 Subject: [PATCH] Update Plasma --- nixos/common/desktops/plasma6/default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index dc825dfd..8adef0a4 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -21,8 +21,14 @@ environment.systemPackages = with pkgs; [ arc-kde-theme - arc-theme - kgpg + arc-theme + gnome.gnome-keyring + ]; + + environment.plasma6.excludePackages = with pkgs.kdePackages; [ + kwallet + kwallet-pam + kwalletmanager ]; services.xrdp.defaultWindowManager = "startplasma-x11";