mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
modules/dependencies: add direnv
This commit is contained in:
parent
7e6038a69a
commit
24aec95e3b
3 changed files with 14 additions and 13 deletions
|
@ -16,9 +16,8 @@
|
|||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.direnv = {
|
||||
enable = true;
|
||||
direnvPackage = null;
|
||||
};
|
||||
plugins.direnv.enable = true;
|
||||
|
||||
dependencies.direnv.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue