From 41091c4958b500351e1817c1f861516030334611 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 13 Nov 2023 16:43:12 +0100 Subject: [PATCH] auto unlock gnome-keyring on login --- common.nix | 2 ++ 1 file changed, 2 insertions(+) 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;