nixos 26.05

This commit is contained in:
müde 2026-05-27 19:21:09 +02:00
parent 246ce7eeb1
commit 2397049d74
10 changed files with 102 additions and 156 deletions

View file

@ -158,8 +158,9 @@
backlight = {
device = "intel_backlight";
format = "{percent}% ";
on-scroll-down = "light -U 1";
on-scroll-up = "light -A 1";
# `light` removed in nixpkgs 26.05; migrate to brightnessctl when re-enabling backlight module
# on-scroll-down = "light -U 1";
# on-scroll-up = "light -A 1";
};
cpu = {
interval = 1;