nix/option/Distrobox.nix

5 lines
91 B
Nix

{ lib, ... }:
{
options.module.distrobox.enable = lib.mkEnableOption "the distrobox.";
}