From d1bbc5bf6f4318dcb2f2ac8338ea88a3c0728124 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Tue, 14 Apr 2026 14:54:27 +0700 Subject: [PATCH] feat: add rtk, sops, age --- modules/home/base.nix | 2 ++ modules/home/devtools/ai-tools.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/modules/home/base.nix b/modules/home/base.nix index 86f8e03..f741012 100644 --- a/modules/home/base.nix +++ b/modules/home/base.nix @@ -52,6 +52,7 @@ # Note: jetbrains-mono removed - installed via Homebrew cask (font-jetbrains-mono) # due to nixpkgs-unstable syrupy test failures breaking the font's Python build deps packages = with pkgs; [ + age cloudflared gh tea @@ -63,6 +64,7 @@ nixd pandoc ripgrep + sops tmux tree curl diff --git a/modules/home/devtools/ai-tools.nix b/modules/home/devtools/ai-tools.nix index 4467a0f..4aeb974 100644 --- a/modules/home/devtools/ai-tools.nix +++ b/modules/home/devtools/ai-tools.nix @@ -187,6 +187,7 @@ in llmPkgs.ccstatusline # latest llmPkgs.ccusage # latest llmPkgs.codex + llmPkgs.rtk ] ++ zaiWrapperPackages ++ kimiWrapperPackages