flake.nix: add default prefix

This commit is contained in:
Elnu 2025-03-26 10:51:36 -07:00
parent b374c6ed66
commit e165a6cc65

View file

@ -80,6 +80,7 @@ Some utility commands:
};
prefix = lib.mkOption {
type = lib.types.str;
default = "-h ";
description = lib.mdDoc ''
Traditional text command prefix, including space, if any
'';