mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01: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 {
|
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