Enable nix-zsh-completions

This commit is contained in:
Dave Gallant
2022-07-01 22:44:36 -04:00
parent 2c8dc1dd9c
commit 2a036479e6
2 changed files with 17 additions and 15 deletions

View File

@@ -97,6 +97,7 @@ in {
zsh = {
enable = true;
enableAutosuggestions = true;
enableCompletion = true;
enableSyntaxHighlighting = true;
history.size = 1000000;
@@ -153,6 +154,7 @@ in {
t = "tmux-sessionizer";
tree = "exa --tree";
v = "nvim";
nix-install = "nix-env -iA";
};
"oh-my-zsh" = {