Files
nix-config/modules/services/backlight.nix

12 lines
171 B
Nix

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