aboutsummaryrefslogtreecommitdiff
path: root/modules/home/suites/dev
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-05-24 23:44:02 -0700
committerCaroline Larimore <caroline@larimo.re>2025-05-24 23:44:02 -0700
commit65b9266984869c070af958408af372bb8d34b9b0 (patch)
treeed8c9a5fcc2f1d07fbbc98774453a92303a05bbf /modules/home/suites/dev
parent47e47c123e89510aa11815fbed30d53e742f9dba (diff)
script: terminal fork
Diffstat (limited to 'modules/home/suites/dev')
-rw-r--r--modules/home/suites/dev/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/suites/dev/default.nix b/modules/home/suites/dev/default.nix
index 21f2aa0..3d54f9b 100644
--- a/modules/home/suites/dev/default.nix
+++ b/modules/home/suites/dev/default.nix
@@ -26,6 +26,7 @@ in {
cloc.enable = true;
tmux.enable = true;
mkenv.enable = true;
+ fork.enable = desktop.enable;
};
};
};