feat(gnome): add gnome-keyring service

This commit is contained in:
2026-02-17 08:36:07 +01:00
parent d0d8c15ddb
commit 850693e55f

View File

@@ -25,6 +25,8 @@
plasma6.enable = lib.mkIf (currentSystemDe == "plasma") true;
gnome.enable = lib.mkIf (currentSystemDe == "gnome") true;
};
gnome.gnome-keyring.enable = lib.mkIf (currentSystemDe == "gnome") true;
};
environment.plasma6.excludePackages = with pkgs.kdePackages; [
elisa