mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 23:29:08 +01:00
hyprland/noctalia: Use hypridle for idle management
This commit is contained in:
parent
ed5b3adf2d
commit
0b09699cc5
4 changed files with 26 additions and 8 deletions
|
|
@ -18,8 +18,11 @@
|
|||
|
||||
services = {
|
||||
wpaperd.enable = true;
|
||||
hypridle.enable = true;
|
||||
cliphist.enable = true;
|
||||
hypridle = {
|
||||
enable = true;
|
||||
lockCommand = "pidof hyprlock || hyprlock";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue