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