nixos 26.05
This commit is contained in:
parent
246ce7eeb1
commit
2397049d74
10 changed files with 102 additions and 156 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue