system/services/greetd: enable gnome keyring
This commit is contained in:
parent
c1caf6d844
commit
f3386f5b0a
1 changed files with 6 additions and 1 deletions
|
@ -41,5 +41,10 @@ in {
|
|||
};
|
||||
};
|
||||
environment.etc."greetd/environments".text = concatStringsSep "\n" ["Hyprland"];
|
||||
security.pam.services.greetd.fprintAuth = false;
|
||||
|
||||
security.pam.services = {
|
||||
greetd.enableGnomeKeyring = true;
|
||||
login.enableGnomeKeyring = true;
|
||||
greetd.fprintAuth = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue