diff --git a/common.nix b/common.nix index bc50220..a845108 100644 --- a/common.nix +++ b/common.nix @@ -217,6 +217,8 @@ in { }; }; + security.pam.services.greetd.enableGnomeKeyring = true; + # Define a user account. Don't forget to set a password with ‘passwd’. users.users.${username} = { isNormalUser = true;