Enable fzf to find files

Install feishin
closes #34
This commit is contained in:
Pim Kunis 2024-09-01 16:32:12 +02:00
parent ca6d704524
commit d754476865

View file

@ -116,6 +116,7 @@
wireshark wireshark
nheko nheko
handbrake handbrake
feishin
]); ]);
}; };
@ -124,6 +125,11 @@
chromium.enable = true; chromium.enable = true;
bat.enable = true; bat.enable = true;
fzf = {
enable = true;
enableZshIntegration = true;
};
alacritty = { alacritty = {
enable = true; enable = true;
settings.shell = { settings.shell = {