mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add fzf
This commit is contained in:
parent
ee60083622
commit
96ebd63330
2 changed files with 13 additions and 8 deletions
|
@ -14,6 +14,10 @@ let
|
|||
direnv.default = "direnv";
|
||||
distant.default = "distant";
|
||||
fish.default = "fish";
|
||||
fzf = {
|
||||
default = "fzf";
|
||||
example = "pkgs.skim";
|
||||
};
|
||||
gcc.default = "gcc";
|
||||
gh.default = "gh";
|
||||
git = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue