From ba42268e49dbb6706e8cff8771f44c079da8aed3 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 27 Aug 2026 00:16:21 +0200 Subject: [PATCH] add brightnessctl to hyprland --- modules/nix/wm/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nix/wm/hyprland.nix b/modules/nix/wm/hyprland.nix index 81a1e28..ab9d871 100644 --- a/modules/nix/wm/hyprland.nix +++ b/modules/nix/wm/hyprland.nix @@ -42,6 +42,7 @@ in slurp mako kdePackages.dolphin + brightnessctl ]; }; }