diff options
| author | Fuwn <[email protected]> | 2025-01-07 04:12:25 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-07 04:12:25 -0800 |
| commit | 72dc3f6dabffa4ea44ebe61be313d6e212f443b4 (patch) | |
| tree | ab1a255fc55393041d1ea3775050ea7af83daecd /modules/mac/programs | |
| parent | nara: configure fastfetch (diff) | |
| download | nixos-config-72dc3f6dabffa4ea44ebe61be313d6e212f443b4.tar.xz nixos-config-72dc3f6dabffa4ea44ebe61be313d6e212f443b4.zip | |
nara: add vapor toolbox
Diffstat (limited to 'modules/mac/programs')
| -rw-r--r-- | modules/mac/programs/homebrew/brews.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/brews.nix b/modules/mac/programs/homebrew/brews.nix index a7747bf..fa02221 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -9,5 +9,6 @@ "mas" "zsh-autosuggestions" "zsh-vi-mode" + "vapor" ]; } |