diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 5a0f4ec..1557e22 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -53,6 +53,9 @@ in xwayland.enable = true; }; + services.hypridle.enable = true; + systemd.user.services.hypridle.path = [ pkgs.brightnessctl ]; + # programs.hyprlock.enable = true; # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050913