nix/option/Print.nix

7 lines
99 B
Nix

{
lib,
...
}: {
options.module.print.enable = lib.mkEnableOption "the support for printers.";
}