aboutsummaryrefslogtreecommitdiff
path: root/roles/home
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-26 11:56:52 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-26 11:56:52 -0700
commitcf1c46509c26d2ce05be730f04ee043d4154f44b (patch)
tree97531c1361d8d35d767144480c2e029be22777cf /roles/home
parenta48baa41735494d568962c9628cbc4d67bd185af (diff)
home: dev: adopt cloc
Diffstat (limited to 'roles/home')
-rw-r--r--roles/home/dev/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/home/dev/default.nix b/roles/home/dev/default.nix
index b092246..3f5d6f2 100644
--- a/roles/home/dev/default.nix
+++ b/roles/home/dev/default.nix
@@ -22,5 +22,9 @@ let cfg = config.home.roles.dev; in {
git.enable = true;
vscode.enable = config.home.roles.desktop.enable;
};
+
+ home.packages = with pkgs; [
+ cloc
+ ];
};
}