backlight: use brightnessctl instead of removed light binary

nixpkgs 26.05 dropped the 'light' package. Switch BacklightService to brightnessctl and bundle it in the wrapper PATH. Bump flake nixpkgs to nixos-26.05.
This commit is contained in:
müde 2026-06-13 15:47:20 +02:00
commit 0d0a3fd718
4 changed files with 9 additions and 7 deletions

View file

@ -8,6 +8,7 @@
nova-shaders,
nova-plugin,
glib,
brightnessctl,
}:
let
shellSrc = lib.cleanSourceWith {
@ -53,6 +54,7 @@ symlinkJoin {
lib.makeBinPath [
nova-stats
glib
brightnessctl
]
}
'';