1
0
Fork 0

Gnome: try to fix keyring auto-unlocking

This commit is contained in:
Aires 2024-11-29 11:30:09 -05:00
parent 3d9ce9b0d9
commit 8575d2362f

View file

@ -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;
};
}