diff --git a/system/services/greetd.nix b/system/services/greetd.nix index 851c8f4..384235c 100644 --- a/system/services/greetd.nix +++ b/system/services/greetd.nix @@ -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; + }; }