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