7 lines
92 B
Nix
7 lines
92 B
Nix
{
|
|
lib,
|
|
...
|
|
}: {
|
|
options.module.distrobox.enable = lib.mkEnableOption "the distrobox.";
|
|
}
|