machine_setup/nix/configuration/hosts/odowork/screen_brightness.nix
2025-11-18 21:30:56 -05:00

10 lines
146 B
Nix

{
imports = [ ];
config = {
systemd.tmpfiles.rules = [
"w- /sys/class/backlight/amdgpu_bl1/brightness - - - - 32767"
];
};
}