1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-24 09:51:00 +01:00

plugins/direnv: use direnvPackage

This commit is contained in:
Austin Horstman 2024-09-14 10:29:52 -05:00
parent 6bf63e8871
commit ff3fee3ae5
No known key found for this signature in database
2 changed files with 17 additions and 1 deletions

View file

@ -14,4 +14,11 @@
};
};
};
no-packages = {
plugins.direnv = {
enable = true;
direnvPackage = null;
};
};
}