diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-26 11:56:52 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-26 11:56:52 -0700 |
| commit | cf1c46509c26d2ce05be730f04ee043d4154f44b (patch) | |
| tree | 97531c1361d8d35d767144480c2e029be22777cf /roles/home/dev/default.nix | |
| parent | a48baa41735494d568962c9628cbc4d67bd185af (diff) | |
home: dev: adopt cloc
Diffstat (limited to 'roles/home/dev/default.nix')
| -rw-r--r-- | roles/home/dev/default.nix | 4 |
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 + ]; }; } |