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; { with builtins; {
home.packages = with pkgs; [
zsh-autosuggestions
zsh-syntax-highlighting
];
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;

View file

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