diff options
| author | Fuwn <[email protected]> | 2025-01-30 00:34:13 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-30 00:34:13 -0800 |
| commit | 36bcf36a4e0e0701a6fd5a094e3ded56bd6b9323 (patch) | |
| tree | e0166c773648bd25c300bc56b3f2a5dc5f2e8c2a /modules/mac/programs | |
| parent | nara: reinstall most apps as homebrew casks (diff) | |
| download | nixos-config-36bcf36a4e0e0701a6fd5a094e3ded56bd6b9323.tar.xz nixos-config-36bcf36a4e0e0701a6fd5a094e3ded56bd6b9323.zip | |
nara: migrate missing apps to casks
Diffstat (limited to 'modules/mac/programs')
| -rw-r--r-- | modules/mac/programs/homebrew/casks.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/casks.nix b/modules/mac/programs/homebrew/casks.nix index 80d4ccb..ccca728 100644 --- a/modules/mac/programs/homebrew/casks.nix +++ b/modules/mac/programs/homebrew/casks.nix @@ -68,5 +68,19 @@ "google-chrome" "imageoptim" "setapp" + "discord" + "heroic" + "grammarly-desktop" + "knuff" + "lm-studio" + # "parallels" + "playcover-community" + "proton-drive" + "proton-mail" + "proton-pass" + "protonvpn" + "vlc" + "wireshark" + "vb-cable" ]; } |