summaryrefslogtreecommitdiff
path: root/nixpkgs
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/common.nix1
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;
};