1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-20 17:29:40 +01:00

modules/dependencies: add direnv

This commit is contained in:
Gaetan Lepage 2025-04-07 17:26:05 +02:00 committed by nix-infra-bot
parent 7e6038a69a
commit 24aec95e3b
3 changed files with 14 additions and 13 deletions

View file

@ -10,6 +10,7 @@ let
packages = {
ctags.default = "ctags";
curl.default = "curl";
direnv.default = "direnv";
gcc.default = "gcc";
git = {
default = "git";