added zsh syntax highlighting
This commit is contained in:
parent
dcdbf88242
commit
ab02c4bdfe
3 changed files with 23 additions and 7 deletions
|
|
@ -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, ...}:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue