Files
nix-config/home/linux/gui/base/desktop/hypridle/default.nix

10 lines
140 B
Nix

{
...
}:
{
xdg.configFile."hypr/hypridle.conf".source = ./hypridle.conf;
# Hyprland idle daemon
services.hypridle.enable = true;
}