flake.nix: add default prefix
This commit is contained in:
parent
b374c6ed66
commit
e165a6cc65
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ Some utility commands:
|
||||||
};
|
};
|
||||||
prefix = lib.mkOption {
|
prefix = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
|
default = "-h ";
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Traditional text command prefix, including space, if any
|
Traditional text command prefix, including space, if any
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue