Gnome: try to fix keyring auto-unlocking
This commit is contained in:
parent
3d9ce9b0d9
commit
8575d2362f
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue