From 7c53b9d2788db9d88a8ec6477d467666856d3257 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 28 Jul 2025 14:57:02 +0200 Subject: Enable direnv HM module for correct shell sourcing Signed-off-by: Mel --- modules/common.nix | 2 +- modules/home/common.nix | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'modules') 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 = { -- cgit 1.4.1