mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +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;
|
type = with lib.types; listOf str;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
defaultText = "[ ]";
|
defaultText = "[ ]";
|
||||||
example = [ "-c" "./config/kiwmi/init.lua" ];
|
example = lib.literalExpression ''
|
||||||
|
[ "-c" "./config/kiwmi/init.lua" ]
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user