2025-02-27 11:13:33 +01:00

8 lines
190 B
Nix

{
keyring = {
services.gnome.gnome-keyring.enable = true;
security.pam.services.greetd.enableGnomeKeyring = true;
security.pam.services.login.enableGnomeKeyring = true;
};
}