diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-05-24 23:44:02 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-05-24 23:44:02 -0700 |
| commit | 65b9266984869c070af958408af372bb8d34b9b0 (patch) | |
| tree | ed8c9a5fcc2f1d07fbbc98774453a92303a05bbf /modules/home/tools/default.nix | |
| parent | 47e47c123e89510aa11815fbed30d53e742f9dba (diff) | |
script: terminal fork
Diffstat (limited to 'modules/home/tools/default.nix')
| -rw-r--r-- | modules/home/tools/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/tools/default.nix b/modules/home/tools/default.nix index 161db2b..dc69e00 100644 --- a/modules/home/tools/default.nix +++ b/modules/home/tools/default.nix @@ -20,5 +20,8 @@ with lib; with lib.${namespace}; { (mkSimpleTool "mkenv" { packages = [ cxl.mkenv ]; }) + (mkSimpleTool "fork" { + packages = [ cxl.fork ]; + }) ]; } |