mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
plugins/direnv: use direnvPackage
This commit is contained in:
parent
6bf63e8871
commit
ff3fee3ae5
2 changed files with 17 additions and 1 deletions
|
@ -14,4 +14,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.direnv = {
|
||||
enable = true;
|
||||
direnvPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue