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:
parent
628ae67b7d
commit
0d0a3fd718
4 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
]
|
||||
}
|
||||
'';
|
||||
|
|
|
|||
Reference in a new issue