5 lines
98 B
Nix
5 lines
98 B
Nix
{ lib, ... }:
|
|
{
|
|
options.module.print.enable = lib.mkEnableOption "the support for printers.";
|
|
}
|