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, 0 insertions, 6 deletions
diff --git a/modules/home/conf/direnv/default.nix b/modules/home/conf/direnv/default.nix
deleted file mode 100644
index 3a7b8add..00000000
--- a/modules/home/conf/direnv/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{...}: {
- programs.direnv = {
- enable = true;
- nix-direnv.enable = true;
- };
-}