home: use literalExpression
This commit is contained in:
parent
f6f013f764
commit
7f416c9e2f
|
@ -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 ../..";
|
||||||
|
|
Loading…
Reference in a new issue