fix(hypr): fix hypridle config
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
117c517810
commit
c1e85636ae
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ in {
|
||||||
|
|
||||||
services.hypridle = mkIf isLaptop {
|
services.hypridle = mkIf isLaptop {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.lockCmd = "${lockPkg}/bin/lock";
|
settings.general.lock_cmd = "${lockPkg}/bin/lock";
|
||||||
};
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
|
Loading…
Reference in a new issue