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

@ -2,7 +2,7 @@
description = "nova-shell - minimal Quickshell bar for niri";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";