aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites/dev
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-07 18:33:14 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:47 -0700
commitc9becd28bf4c7acd30340512eb1cb1da105f9da7 (patch)
tree1ef776a205a2d1e85ccf2c351354bf3e95b697aa /snowfall/modules/home/suites/dev
parentfe3afdd7fbbb64d687ac728843543e28ab1ff1fd (diff)
migration: cloc
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;
+ };
};
};
}