nix/option/Brightness.nix

5 lines
101 B
Nix

{ lib, ... }:
{
options.module.brightness.enable = lib.mkEnableOption "the brightness control.";
}