notifications

This commit is contained in:
2026-03-02 18:52:24 +01:00
parent 976d6cf554
commit 411e350482
15 changed files with 112 additions and 35 deletions

View File

@@ -136,17 +136,6 @@
XDG_STATE_HOME = "$HOME/.local/state";
};
# Hyprlock
security.pam.services.hyprlock = {
text = ''
auth sufficient pam_fprint.so
auth include login
'';
};
# Fingerprint SDDM
services.fprintd.enable = true;
# Enabling the Keyring.
security.pam.services.login.enableGnomeKeyring = true;
security.pam.services.sddm.enableGnomeKeyring = true;