move some zsh packages into the zsh program definition

This commit is contained in:
Haak Saxberg 2021-10-08 22:47:52 -07:00
parent c69a14d28f
commit aea08adc6e
2 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,11 @@
with builtins; {
home.packages = with pkgs; [
zsh-autosuggestions
zsh-syntax-highlighting
];
programs.zsh = {
enable = true;
enableCompletion = true;

View file

@ -22,9 +22,6 @@ let
nnn
tree
ripgrep
zsh-autosuggestions
zsh-history-substring-search
zsh-syntax-highlighting
];
in with builtins;
{