pam, mpv, hyprland changes

This commit is contained in:
Chris Cochrun 2023-01-17 09:50:32 -06:00
parent 97f855dc25
commit 630ed48d46
4 changed files with 9 additions and 4 deletions

View file

@ -68,7 +68,12 @@ with lib;
name = "kwallet";
enableKwallet = true;
};
security.pam.services.sddm.enableKwallet = true;
security.pam.services = {
sddm.enableKwallet = true;
greetd.enableKwallet = true;
swaylock = {};
};
services.greetd = {
enable = true;