fix post-resume failing

This commit is contained in:
Jill 2024-04-25 12:31:28 +03:00
parent aefe5aca25
commit 3398f8b45b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ in {
config = mkIf cfg.enable {
security.pam.services.hyprlock.text = "auth include login";
powerManagement.resumeCommands = ''
${cfg.package}
${lib.getExe cfg.package}
'';
hm.programs.hyprlock = with config.colorScheme.colors; {
enable = true;