move some zsh packages into the zsh program definition
This commit is contained in:
parent
c69a14d28f
commit
aea08adc6e
2 changed files with 5 additions and 3 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
with builtins; {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
zsh-autosuggestions
|
||||
zsh-syntax-highlighting
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue