commit 713f697790a1af31302a0531ea890e3fc37057f6
parent b4359fbd579a907ad0879e220e078b94b5155024
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Fri, 1 May 2026 16:15:37 +0100
login to gnome keyring at startup
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/hosts/frame/configuration.nix b/hosts/frame/configuration.nix
@@ -153,6 +153,7 @@
}
// lib.optionalAttrs (!isDarwin) {
gnome.gnome-keyring.enable = true;
+ security.pam.services.gdm.enableGnomeKeyring = true;
libinput = {
enable = true;
touchpad.naturalScrolling = false;