wlinhibit
This commit is contained in:
parent
e49f2c84bc
commit
c89c09578f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
security.pam.services.hyprlock.text = "auth include login";
|
security.pam.services.hyprlock.text = "auth include login";
|
||||||
hm.home.packages = [ cfg.package ];
|
hm.home.packages = with pkgs; [ cfg.package wlinhibit ];
|
||||||
hm.programs.hyprlock = {
|
hm.programs.hyprlock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = cfg.package;
|
package = cfg.package;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue