From 2f9cc4052af1a1f97b482c753f9c5948a7b4e0fc Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Thu, 25 Apr 2024 22:31:12 -0700 Subject: [PATCH] fix post-resume failing --- modules/desktop/hyprlock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/hyprlock.nix b/modules/desktop/hyprlock.nix index 6120357..b5822b3 100644 --- a/modules/desktop/hyprlock.nix +++ b/modules/desktop/hyprlock.nix @@ -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;