home: use literalExpression

This commit is contained in:
Robert Helgesson
2021-11-07 09:10:57 +01:00
parent f6f013f764
commit 7f416c9e2f

View File

@@ -236,7 +236,7 @@ in
home.shellAliases = mkOption {
type = with types; attrsOf str;
default = { };
example = literalExample ''
example = literalExpression ''
{
g = "git";
"..." = "cd ../..";