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; {
|
with builtins; {
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
zsh-autosuggestions
|
||||||
|
zsh-syntax-highlighting
|
||||||
|
];
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue