keyring stuff

This commit is contained in:
Reid 2024-09-18 22:01:34 -07:00
parent 755b74cd97
commit 1729b6497a
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
3 changed files with 16 additions and 0 deletions

View file

@ -27,5 +27,8 @@ in {
};
};
};
# unlock the keyring on login, only if its enabled ofc
security.pam.services.sddm.enableGnomeKeyring = config.modules.desktop.gnome-keyring.enable;
};
}