{ flake.modules.nixos.backlight = { programs.light = { enable = true; brightnessKeys = { enable = true; step = 5; }; }; }; }