about summary refs log tree commit diff
path: root/home/packages
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-31 11:30:08 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-31 11:30:08 -0700
commitb73e3f0f4c21408202431c00770f7cbefe91657b (patch)
tree4ac390a952d2f09abafcd741482cbc6482f0f3c9 /home/packages
parentfix(home/python): add types for requests (diff)
downloadworld-b73e3f0f4c21408202431c00770f7cbefe91657b.tar.gz
feat(home/packages): install gha-billing CLI
Diffstat (limited to 'home/packages')
-rw-r--r--home/packages/default.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/home/packages/default.nix b/home/packages/default.nix
index 974b13f..c336520 100644
--- a/home/packages/default.nix
+++ b/home/packages/default.nix
@@ -34,10 +34,15 @@ in
 
         # custom tools
         album-to-nas
-        tools.ipconverter
-        tools.seqstat
+
+        # tools inside the tools directory
+        tools.gha-billing
         tools.git-blame-stats
         tools.git-broom
+        tools.ipconverter
+        tools.seqstat
+
+        # tools from outside repositories
         x509-info
         gh-ssh-keys
       ]