From 8575d2362f91cd90c68ed44ae68822bc768fa4cf Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 29 Nov 2024 11:30:09 -0500 Subject: [PATCH] Gnome: try to fix keyring auto-unlocking --- modules/ui/desktops/gnome.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ui/desktops/gnome.nix b/modules/ui/desktops/gnome.nix index 0c0fb66..1508db8 100644 --- a/modules/ui/desktops/gnome.nix +++ b/modules/ui/desktops/gnome.nix @@ -114,5 +114,9 @@ in platformTheme = "gnome"; style = "adwaita-dark"; }; + + # Make sure the keyring is properly unlocked at startup. + # See https://discourse.nixos.org/t/login-keyring-did-not-get-unlocked-hyprland/40869/8 + security.pam.services.gdm.enableGnomeKeyring = true; }; }