pkgs: fzf
This commit is contained in:
parent
944f5b1159
commit
1585b3297a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user