make hyprlock work with pam
This commit is contained in:
parent
abe78cb6c1
commit
e0a333a147
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
security.pam.services.hyprlock.text = "auth include login";
|
||||
|
||||
home-manager.users.${username} = {
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue