remove extra keyring statement

This commit is contained in:
Reid 2025-03-07 15:39:44 -08:00
parent 3991d38a4e
commit 4eed582cff
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 0 additions and 4 deletions

View file

@ -28,8 +28,5 @@ in {
};
};
};
# unlock the keyring on login, only if its enabled ofc
security.pam.services.sddm.enableGnomeKeyring = config.modules.desktop.gnome-keyring.enable;
};
}