summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix2
-rw-r--r--modules/home/common.nix5
2 files changed, 6 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 45395a1..2491e35 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -134,7 +134,7 @@ in
     meson cmake gnumake ninja gdb gcc clang clang-tools
     hare haredoc
     jdk maven gradle
-    nil nixfmt-rfc-style direnv
+    nil nixfmt-rfc-style
     nixpkgs-review nixpkgs-fmt nixpkgs-lint-community
     helix alacritty ghostty
     androidStudioPackages.dev
diff --git a/modules/home/common.nix b/modules/home/common.nix
index 9c62f22..e59f195 100644
--- a/modules/home/common.nix
+++ b/modules/home/common.nix
@@ -25,6 +25,11 @@
       ];
       extraConfig.init.defaultBranch = "main";
     };
+
+    direnv = {
+      enable = true;
+      nix-direnv.enable = true;
+    };
   };
 
   xdg.configFile = {