1
0
Fork 0

Added fuzzy finder fzf

This commit is contained in:
Jan Grosser 2024-05-25 22:33:24 +02:00
parent 63ecfae8d2
commit 4e010b3167

View file

@ -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 = {