add fzf

closes #4
This commit is contained in:
2022-08-09 23:02:41 -04:00
parent 9c94f13ffb
commit 4534a5e1f6
2 changed files with 15 additions and 9 deletions

View File

@@ -103,6 +103,12 @@
};
};
bat.enable = true;
fzf = {
enable = true;
fileWidgetOptions = [ "--preview 'bat --color always {}'" ];
};
git = {
enable = true;
userName = "James Walker";