feat: add rtk, sops, age

This commit is contained in:
Rasyidan Akbar F. 2026-04-14 14:54:27 +07:00
commit d1bbc5bf6f
2 changed files with 3 additions and 0 deletions

View file

@ -52,6 +52,7 @@
# Note: jetbrains-mono removed - installed via Homebrew cask (font-jetbrains-mono) # 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 # due to nixpkgs-unstable syrupy test failures breaking the font's Python build deps
packages = with pkgs; [ packages = with pkgs; [
age
cloudflared cloudflared
gh gh
tea tea
@ -63,6 +64,7 @@
nixd nixd
pandoc pandoc
ripgrep ripgrep
sops
tmux tmux
tree tree
curl curl

View file

@ -187,6 +187,7 @@ in
llmPkgs.ccstatusline # latest llmPkgs.ccstatusline # latest
llmPkgs.ccusage # latest llmPkgs.ccusage # latest
llmPkgs.codex llmPkgs.codex
llmPkgs.rtk
] ]
++ zaiWrapperPackages ++ zaiWrapperPackages
++ kimiWrapperPackages ++ kimiWrapperPackages