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

@ -12,5 +12,6 @@ in {
user.packages = with pkgs; [ seahorse ];
services.gnome.gnome-keyring.enable = true;
security.pam.services.login.enableGnomeKeyring = true;
};
}