7 lines
102 B
Nix
7 lines
102 B
Nix
{
|
|
lib,
|
|
...
|
|
}: {
|
|
options.module.brightness.enable = lib.mkEnableOption "the brightness control.";
|
|
}
|