5 lines
91 B
Nix
5 lines
91 B
Nix
{ lib, ... }: {
|
|
options = {
|
|
mainuser = lib.mkOption { type = lib.types.str; };
|
|
};
|
|
} |