347 current 2024-04-16 13:22:55 24.05.20240416.c04952a 6.8.4-zen1 *
This commit is contained in:
parent
e61af62f45
commit
bef8e88846
1 changed files with 24 additions and 6 deletions
|
|
@ -34,12 +34,30 @@
|
|||
name = "zsh-nix-shell";
|
||||
src = pkgs.zsh-nix-shell;
|
||||
}
|
||||
# zsh-history
|
||||
# zsh-fzf-tab
|
||||
# zsh-f-sy-h
|
||||
# zsh-autocomplete
|
||||
# zsh-you-should-use
|
||||
# zsh-navigation-tools
|
||||
{
|
||||
name = "zsh-history";
|
||||
src = pkgs.zsh-history;
|
||||
}
|
||||
{
|
||||
name = "zsh-fzf-tab";
|
||||
src = pkgs.zsh-fzf-tab;
|
||||
}
|
||||
{
|
||||
name = "zsh-f-sy-h";
|
||||
src = pkgs.zsh-f-sy-h;
|
||||
}
|
||||
{
|
||||
name = "zsh-autocomplete";
|
||||
src = pkgs.zsh-autocomplete;
|
||||
}
|
||||
{
|
||||
name = "zsh-you-should-use";
|
||||
src = pkgs.zsh-you-should-use;
|
||||
}
|
||||
{
|
||||
name = "zsh-navigation-tools";
|
||||
src = pkgs.zsh-navigation-tools;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue