pkgs: fzf

This commit is contained in:
Sweetbread 2024-09-28 18:36:18 +03:00
parent 944f5b1159
commit 1585b3297a

View File

@ -2,6 +2,7 @@
home.packages = [ pkgs.nh ]; home.packages = [ pkgs.nh ];
programs = { programs = {
zoxide.enable = true; zoxide.enable = true;
fzf.enable = true;
starship = { starship = {
enable = true; enable = true;
@ -75,6 +76,8 @@
fi fi
eval "$(zoxide init zsh)" eval "$(zoxide init zsh)"
eval "$(nh completions --shell zsh)" eval "$(nh completions --shell zsh)"
source "$(fzf-share)/key-bindings.zsh"
source "$(fzf-share)/completion.zsh"
''; '';
history.size = 10000; history.size = 10000;