From 21d9f89674c35187f489e68e34a66f4157e385c8 Mon Sep 17 00:00:00 2001 From: naps62 Date: Mon, 17 Aug 2026 12:39:11 +0000 Subject: [PATCH] feat: add missing cli tooling Ports what was apt-installed on the ubuntu box. rtk matters most: the claude hooks rewrite commands through it, and it silently no-ops without. Co-Authored-By: Claude Opus 5 --- home/common/programs/dev.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/home/common/programs/dev.nix b/home/common/programs/dev.nix index a47937b..9da5438 100644 --- a/home/common/programs/dev.nix +++ b/home/common/programs/dev.nix @@ -57,5 +57,20 @@ lazydocker # docker TUI dust # du replacement duf # df replacement + + rtk # cli proxy the claude hooks rewrite commands through + wget + sqlite + shellcheck + cmake + ninja + git-filter-repo + expect + whois + p7zip + poppler-utils # pdftotext + jpegoptim + sshpass + pipx ]; }