Added fuzzy finder fzf
This commit is contained in:
parent
63ecfae8d2
commit
4e010b3167
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
||||||
mc
|
mc
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
|
fd # unnamed dependency for the fuzzy finder fzf
|
||||||
|
|
||||||
# Network
|
# Network
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
|
@ -107,6 +108,10 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# The fuzzy finder fzf
|
||||||
|
programs.fzf.enable = true;
|
||||||
|
programs.fzf.enableZshIntegration = true;
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
# plain files is through 'home.file'.
|
# plain files is through 'home.file'.
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue