pkgs: fzf
This commit is contained in:
parent
944f5b1159
commit
1585b3297a
@ -2,6 +2,7 @@
|
||||
home.packages = [ pkgs.nh ];
|
||||
programs = {
|
||||
zoxide.enable = true;
|
||||
fzf.enable = true;
|
||||
|
||||
starship = {
|
||||
enable = true;
|
||||
@ -75,6 +76,8 @@
|
||||
fi
|
||||
eval "$(zoxide init zsh)"
|
||||
eval "$(nh completions --shell zsh)"
|
||||
source "$(fzf-share)/key-bindings.zsh"
|
||||
source "$(fzf-share)/completion.zsh"
|
||||
'';
|
||||
|
||||
history.size = 10000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user