home: use literalExpression
This commit is contained in:
parent
f6f013f764
commit
7f416c9e2f
|
@ -236,7 +236,7 @@ in
|
|||
home.shellAliases = mkOption {
|
||||
type = with types; attrsOf str;
|
||||
default = { };
|
||||
example = literalExample ''
|
||||
example = literalExpression ''
|
||||
{
|
||||
g = "git";
|
||||
"..." = "cd ../..";
|
||||
|
|
Loading…
Reference in a new issue