From 287c3f1989aca0fc00eb52bf663d9fb7d8112ef9 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 16 May 2025 17:21:43 -0700 Subject: dev: create direnv init script --- modules/home/suites/dev/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home/suites/dev') diff --git a/modules/home/suites/dev/default.nix b/modules/home/suites/dev/default.nix index e1e375b..21f2aa0 100644 --- a/modules/home/suites/dev/default.nix +++ b/modules/home/suites/dev/default.nix @@ -25,6 +25,7 @@ in { tools = { cloc.enable = true; tmux.enable = true; + mkenv.enable = true; }; }; }; -- cgit v1.2.3