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