aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites/dev
diff options
context:
space:
mode:
Diffstat (limited to 'snowfall/modules/home/suites/dev')
-rw-r--r--snowfall/modules/home/suites/dev/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/dev/default.nix b/snowfall/modules/home/suites/dev/default.nix
index 2884897..fd58bce 100644
--- a/snowfall/modules/home/suites/dev/default.nix
+++ b/snowfall/modules/home/suites/dev/default.nix
@@ -13,6 +13,10 @@ in {
apps = {
vscode.enable = desktop.enable;
};
+
+ tools = {
+ cloc.enable = true;
+ };
};
};
}