wlinhibit

This commit is contained in:
Reid 2025-01-03 18:51:25 -06:00
parent e49f2c84bc
commit c89c09578f
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -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;