feat(niri): gnome-keyring

This commit is contained in:
2025-06-08 09:58:48 +08:00
parent 506ca711b5
commit e5b07a6fbe

View File

@@ -19,6 +19,13 @@ in
];
config = lib.mkIf cfg.enable {
security.pam.services.login.enableGnomeKeyring = true;
my.persist.homeDirs = [
{
directory = ".local/share/keyrings";
mode = "0700";
}
];
xdg.portal = {
enable = true;
config = {