From c89c09578feda979db90569d1dac11369a6a597d Mon Sep 17 00:00:00 2001 From: reidlab Date: Fri, 3 Jan 2025 18:51:25 -0600 Subject: [PATCH] wlinhibit --- 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 39fe9c8..31c65dc 100644 --- a/modules/desktop/hyprlock.nix +++ b/modules/desktop/hyprlock.nix @@ -15,7 +15,7 @@ in { config = mkIf cfg.enable { security.pam.services.hyprlock.text = "auth include login"; - hm.home.packages = [ cfg.package ]; + hm.home.packages = with pkgs; [ cfg.package wlinhibit ]; hm.programs.hyprlock = { enable = true; package = cfg.package;