mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
programs/kiwmi: update example
This commit is contained in:
parent
68bd6f891e
commit
badcad8b79
@ -17,7 +17,9 @@ in {
|
||||
type = with lib.types; listOf str;
|
||||
default = [ ];
|
||||
defaultText = "[ ]";
|
||||
example = [ "-c" "./config/kiwmi/init.lua" ];
|
||||
example = lib.literalExpression ''
|
||||
[ "-c" "./config/kiwmi/init.lua" ]
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user