added zsh syntax highlighting

This commit is contained in:
Moritz Böhme 2021-09-11 13:35:44 +02:00
parent dcdbf88242
commit ab02c4bdfe
3 changed files with 23 additions and 7 deletions

View file

@ -21,6 +21,10 @@
url = "github:zsh-users/zsh-autosuggestions";
flake = false;
};
zsh-syntax-highlighting = {
url = "github:zsh-users/zsh-syntax-highlighting";
flake = false;
};
};
outputs = inputs@{ self, utils, home-manager, nixpkgs, ...}: