diff --git a/hosts/llynx/configuration.nix b/hosts/llynx/configuration.nix
index b2b037b..49338cc 100644
--- a/hosts/llynx/configuration.nix
+++ b/hosts/llynx/configuration.nix
@@ -35,6 +35,9 @@
       services.xserver.enable = true;
       services.displayManager.sddm.enable = true;
       services.desktopManager.plasma6.enable = true;
+
+      services.hypridle.enable = true;
+      systemd.user.services.hypridle.path = [ pkgs.brightnessctl ];
     };
   };