From 11375e3e7141ee73385b380049c3e0b8bb46ee32 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 9 Mar 2026 19:20:47 +0100 Subject: [PATCH] Replace light with brightnessctl --- modules/gui.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/gui.nix b/modules/gui.nix index f3e274b..1ce8df0 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -40,6 +40,7 @@ with pkgs; qt5.qtwayland glib udiskie + brightnessctl ]; extraSessionCommands = '' export MOZ_ENABLE_WAYLAND=1 @@ -57,9 +58,6 @@ with pkgs; wrapperFeatures.gtk = true; }; - # Backlight - programs.light.enable = true; - # Blue light filter location.provider = "geoclue2";