mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-03 07:31:05 +01: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