aboutsummaryrefslogtreecommitdiff
path: root/modules/home/tools
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/tools')
-rw-r--r--modules/home/tools/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/tools/default.nix b/modules/home/tools/default.nix
index 698ff5e..4192690 100644
--- a/modules/home/tools/default.nix
+++ b/modules/home/tools/default.nix
@@ -23,5 +23,8 @@ with lib; with lib.${namespace}; {
(mkSimpleTool "fork" {
packages = [ cxl.fork ];
})
+ (mkSimpleTool "serve" {
+ packages = [ cxl.serve ];
+ })
];
}