diff --git a/modules/home-environment.nix b/modules/home-environment.nix index bc7be92ea..5305a1bf6 100644 --- a/modules/home-environment.nix +++ b/modules/home-environment.nix @@ -236,7 +236,7 @@ in home.shellAliases = mkOption { type = with types; attrsOf str; default = { }; - example = literalExample '' + example = literalExpression '' { g = "git"; "..." = "cd ../..";