diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-24 13:55:51 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-24 13:55:51 +0100 |
commit | 3aee3f3005338c863e45bc54e66485355ea9300e (patch) | |
tree | 9c18e50a26106a7bb8cc14f7622898685eb48cae /nixpkgs | |
parent | fbb5187da68232fa8871609e0eb0fbd3e4a3281c (diff) | |
download | user-config-3aee3f3005338c863e45bc54e66485355ea9300e.tar.gz user-config-3aee3f3005338c863e45bc54e66485355ea9300e.zip |
enable nix-direnv
Diffstat (limited to 'nixpkgs')
-rw-r--r-- | nixpkgs/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/common.nix b/nixpkgs/common.nix index ec0ff5b..1cfd322 100644 --- a/nixpkgs/common.nix +++ b/nixpkgs/common.nix @@ -3,6 +3,7 @@ programs.direnv = { enable = true; + nix-direnv.enable = true; enableBashIntegration = true; }; |