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/tools/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/home/tools/default.nix') diff --git a/modules/home/tools/default.nix b/modules/home/tools/default.nix index 132194d..161db2b 100644 --- a/modules/home/tools/default.nix +++ b/modules/home/tools/default.nix @@ -17,5 +17,8 @@ with lib; with lib.${namespace}; { (mkSimpleTool "click" { packages = [ cxl.click ]; }) + (mkSimpleTool "mkenv" { + packages = [ cxl.mkenv ]; + }) ]; } -- cgit v1.2.3