From c02026321468eebcfea11071103e7dba2e203465 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 25 Jun 2024 21:02:39 +0900 Subject: [PATCH] Update --- nixos/common/desktops/plasma6/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 3a65546d..e93486a9 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -22,14 +22,6 @@ environment.systemPackages = with pkgs; [ arc-kde-theme arc-theme - gnome.gnome-keyring - libsecret # bitwarden - ]; - - environment.plasma6.excludePackages = with pkgs.kdePackages; [ - kwallet - kwallet-pam - kwalletmanager ]; services.xrdp.defaultWindowManager = "startplasma-x11";