machine_setup/nix/configuration/hosts/neelix/screen_brightness.nix
2025-01-20 18:43:54 -05:00

15 lines
162 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [ ];
# systemd.tmpfiles.rules = [
# "w- /sys/class/backlight/amdgpu_bl1/brightness - - - - 85"
# ];
}