desktop/plasma: use gnome keyring

because it's used on every other desktop and signal client works only with it

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-04 20:40:01 +03:00
parent 338dc7454f
commit 4fdb88bca4
2 changed files with 15 additions and 0 deletions

View File

@ -16,6 +16,11 @@ in {
config = mkIf cfg.enable {
stylix.targets.qt.enable = mkDefault false;
stylix.targets.kde.enable = mkDefault true;
services.gnome-keyring = {
enable = true;
components = ["secrets"];
};
home.packages = with pkgs; [
wl-clipboard-rs
];