direnv: Use same nix package

https://github.com/juspay/nix-dev-home/pull/66
This commit is contained in:
Sridhar Ratnakumar 2024-08-26 11:27:23 -04:00
parent 20fa70abd8
commit b4e47ca69a
No known key found for this signature in database

View file

@ -1,6 +1,8 @@
{ config, ... }:
{
programs.direnv = {
enable = true;
package = config.nix.package;
nix-direnv.enable = true;
config.global = {
hide_env_diff = true;