Enable fzf
This commit is contained in:
parent
531abaa9f0
commit
2e7d9fe3e6
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue