modules/dependencies: add fzf

This commit is contained in:
Gaetan Lepage 2025-04-07 22:50:16 +02:00 committed by nix-infra-bot
parent ee60083622
commit 96ebd63330
2 changed files with 13 additions and 8 deletions

View file

@ -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 = {