From 6b0259dc4358c9cfe1149427bdf2efd45ace838a Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <Zynh0722@gmail.com>
Date: Fri, 7 Mar 2025 02:47:59 -0800
Subject: [PATCH] hyprland: hypridle

---
 modules/hyprland.nix | 3 +++
 1 file changed, 3 insertions(+)

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