Enable fzf

This commit is contained in:
Tobias Ostner 2024-10-21 10:31:41 +02:00
parent 531abaa9f0
commit 2e7d9fe3e6

View file

@ -1,3 +1,4 @@
{email}: {pkgs, ...}: {
home.file.".emacs.d/early-init.el".source = ../config/emacs/early-init.el;
home.file.".emacs.d/tree-sitter/libtree-sitter-swift.dylib".source = ../config/emacs/tree-sitter/libtree-sitter-swift.dylib;
@ -57,6 +58,11 @@
};
programs = {
fzf = {
enable = true;
enableZshIntegration = true;
};
direnv = {
enable = true;
enableZshIntegration = true;