commit d50d850109c5e2fc02eb6279ec7b38a4104fd46f
parent 077703fe3cfc442b1a6d576db24fc131d72899c4
Author: GuyClicking <bpaul848@gmail.com>
Date: Sat, 24 Jul 2021 19:07:48 +1000
syntax lol
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/home/modules/terminal/zsh.nix b/home/modules/terminal/zsh.nix
@@ -18,7 +18,7 @@ in
aliases = mkOption {
type = types.attrsOf types.string;
default = {};
- example = { a = "echo hello" };
+ example = { a = "echo hello"; };
description = "Attrset of aliases";
};
};