7 lines
91 B
Nix
7 lines
91 B
Nix
{
|
|
lib,
|
|
...
|
|
}: {
|
|
options.module.dm.enable = lib.mkEnableOption "the display manager.";
|
|
}
|