aboutsummaryrefslogtreecommitdiff
path: root/modules/home/suites/dev
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2026-02-21 12:35:55 -0800
committerCaroline Larimore <caroline@larimo.re>2026-02-21 12:35:55 -0800
commitcaf7f49d50e8706adb4f60097f89d898b806da20 (patch)
treed9c77ec49933fdcb16cabc025d2b63d1b03fe2d1 /modules/home/suites/dev
parent20a979a16a693c9489bf0c628e1eed120daffbda (diff)
script: python http server
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 710f627..fb9fc24 100644
--- a/modules/home/suites/dev/default.nix
+++ b/modules/home/suites/dev/default.nix
@@ -27,6 +27,7 @@ in {
tmux.enable = true;
mkenv.enable = true;
neovim.enable = true;
+ serve.enable = true;
fork.enable = desktop.enable;
};
};