diff options
| author | Fuwn <[email protected]> | 2025-02-03 23:22:20 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-03 23:22:20 -0800 |
| commit | 8ecff085641c87abfaacd8a8b84307c18f70a6e4 (patch) | |
| tree | 9f1ddf79fcf1302a555f8591fb5fbd1a72aa8eec /modules/mac/programs | |
| parent | kansai: add wake-on-lan to interfaces (diff) | |
| download | nixos-config-8ecff085641c87abfaacd8a8b84307c18f70a6e4.tar.xz nixos-config-8ecff085641c87abfaacd8a8b84307c18f70a6e4.zip | |
nara: add whisky cask
Diffstat (limited to 'modules/mac/programs')
| -rw-r--r-- | modules/mac/programs/homebrew/casks.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/casks.nix b/modules/mac/programs/homebrew/casks.nix index 6a51ac5..3192201 100644 --- a/modules/mac/programs/homebrew/casks.nix +++ b/modules/mac/programs/homebrew/casks.nix @@ -83,5 +83,6 @@ "vb-cable" "rockboxutility" "raspberry-pi-imager" + "whisky" ]; } |