Skip to content

Commit

Permalink
Introduce new packages (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta authored Oct 29, 2024
1 parent 0ed8778 commit c9d6cb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hosts/trueswiftie/software.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"homebrew/cask-versions"
"homebrew/services"
"FairwindsOps/tap"
"rajatjindal/tap"
];

# `brew list <>` can help pinpoint package name
Expand Down Expand Up @@ -63,6 +64,12 @@
}
"go"
"FairwindsOps/tap/rbac-lookup"
"eksctl"
"rajatjindal/tap/modify-secret"
"rga" # powerful tool like ripgrep, but within files, following 3 are nice-to-have complimentaries
"pandoc"
"poppler"
"ffmpeg"
];

casks = [
Expand Down Expand Up @@ -101,6 +108,7 @@
"stremio"
"zoom"
"mitmproxy"
"cursor" # when in the AI generation, do as the generationalists do
];

# `mas search <>` can help pinpoint package name
Expand Down

0 comments on commit c9d6cb0

Please sign in to comment.