From c9becd28bf4c7acd30340512eb1cb1da105f9da7 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 7 Feb 2025 18:33:14 -0800 Subject: migration: cloc --- snowfall/modules/home/suites/dev/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'snowfall/modules/home/suites') 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; + }; }; }; } -- cgit v1.2.3