home: use literalExpression

This commit is contained in:
Robert Helgesson 2021-11-07 09:10:57 +01:00
parent f6f013f764
commit 7f416c9e2f
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

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