mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add direnv
This commit is contained in:
parent
7e6038a69a
commit
24aec95e3b
3 changed files with 14 additions and 13 deletions
|
@ -10,6 +10,7 @@ let
|
|||
packages = {
|
||||
ctags.default = "ctags";
|
||||
curl.default = "curl";
|
||||
direnv.default = "direnv";
|
||||
gcc.default = "gcc";
|
||||
git = {
|
||||
default = "git";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue