diff options
| author | Fuwn <[email protected]> | 2025-06-23 21:17:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-23 21:17:59 -0700 |
| commit | 6bcc3648c480434fc08d7db510131f6c8b62b86e (patch) | |
| tree | fd0f4c3a5d2d7668886ab6150b959c733776aeed /modules | |
| parent | Himeji(September): Bump image version (diff) | |
| download | nixos-config-6bcc3648c480434fc08d7db510131f6c8b62b86e.tar.xz nixos-config-6bcc3648c480434fc08d7db510131f6c8b62b86e.zip | |
Nara(Homebrew): Add yq brew
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mac/programs/homebrew/packages/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/packages/shell.nix b/modules/mac/programs/homebrew/packages/shell.nix index 567264f..f315764 100644 --- a/modules/mac/programs/homebrew/packages/shell.nix +++ b/modules/mac/programs/homebrew/packages/shell.nix @@ -4,5 +4,6 @@ "zsh-vi-mode" "zoxide" "fzf" + "yq" ]; } |