mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
home: use literalExpression
This commit is contained in:
parent
f6f013f764
commit
7f416c9e2f
1 changed files with 1 additions and 1 deletions
|
@ -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