nix/option/Print.nix

5 lines
98 B
Nix

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