From 62aa05f38ef34194c045a1bc97b38ab97256a2d7 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Tue, 17 Jun 2025 10:55:39 +0900 Subject: [PATCH] 435 current 2025-06-17 10:55:20 25.05.20250424.f771eb4 6.12.24 * --- system/system.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/system.nix b/system/system.nix index d53754b..c84503e 100644 --- a/system/system.nix +++ b/system/system.nix @@ -102,6 +102,8 @@ ]; }; + programs.direnv.enable = true; + nix = { nixPath = [ "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos"