diff options
| author | Fuwn <[email protected]> | 2025-05-16 04:04:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-16 04:04:09 -0700 |
| commit | f021c726224575bf8f1ff961f521821d197fb429 (patch) | |
| tree | 61486cd989b996103eae5ccae17d9fce7cb90302 | |
| parent | Nara: Add Loom cask (diff) | |
| download | nixos-config-f021c726224575bf8f1ff961f521821d197fb429.tar.xz nixos-config-f021c726224575bf8f1ff961f521821d197fb429.zip | |
Nara: Add Mini vMac cask
| -rw-r--r-- | modules/mac/programs/homebrew/casks/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/casks/default.nix b/modules/mac/programs/homebrew/casks/default.nix index 468b7dc..a9d606f 100644 --- a/modules/mac/programs/homebrew/casks/default.nix +++ b/modules/mac/programs/homebrew/casks/default.nix @@ -31,5 +31,6 @@ "google-drive" "notion-calendar" "motrix" + "mini-vmac" ]; } |