From 98c216f397f9964cc87991c47ed9ad79b75c9c5f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 16:46:12 -0800 Subject: migration: move cloc to new generator --- snowfall/modules/home/tools/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 snowfall/modules/home/tools/default.nix (limited to 'snowfall/modules/home/tools/default.nix') diff --git a/snowfall/modules/home/tools/default.nix b/snowfall/modules/home/tools/default.nix new file mode 100644 index 0000000..dc93cda --- /dev/null +++ b/snowfall/modules/home/tools/default.nix @@ -0,0 +1,7 @@ +{ lib, namespace, ... }: + +with lib; with lib.${namespace}; { + imports = [ + (mkSimpleTool "cloc" {}) + ]; +} -- cgit v1.2.3