fix post-resume failing

This commit is contained in:
Reid 2024-04-25 22:31:12 -07:00
parent 622d09e2c8
commit 2f9cc4052a

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.palette; {
enable = true;