aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/conf/direnv
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/direnv')
-rw-r--r--modules/home/conf/direnv/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/home/conf/direnv/default.nix b/modules/home/conf/direnv/default.nix
new file mode 100644
index 00000000..3a7b8add
--- /dev/null
+++ b/modules/home/conf/direnv/default.nix
@@ -0,0 +1,6 @@
+{...}: {
+ programs.direnv = {
+ enable = true;
+ nix-direnv.enable = true;
+ };
+}