From 3398f8b45b0cd5a4f997d241f1d08a87b4961ef8 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Thu, 25 Apr 2024 12:31:28 +0300 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 3ac9e07..20a577a 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.colors; { enable = true;