system/services/greetd: enable gnome keyring

This commit is contained in:
Anthony Rodriguez 2024-12-13 16:53:57 +01:00
parent c1caf6d844
commit f3386f5b0a
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -41,5 +41,10 @@ in {
}; };
}; };
environment.etc."greetd/environments".text = concatStringsSep "\n" ["Hyprland"]; 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;
};
} }