diff options
| author | Fuwn <[email protected]> | 2025-05-17 02:34:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-17 02:34:55 -0700 |
| commit | 68c6c4cbed0a3a811d95aaa6e46b6ce7e318d1a6 (patch) | |
| tree | ba1a8700c01b903b6de8d9ed2b4940d98a22dfa5 /modules/mac/programs/homebrew/casks/default.nix | |
| parent | Nara: Add Mini vMac cask (diff) | |
| download | nixos-config-68c6c4cbed0a3a811d95aaa6e46b6ce7e318d1a6.tar.xz nixos-config-68c6c4cbed0a3a811d95aaa6e46b6ce7e318d1a6.zip | |
Nara: Add auditing packages
Diffstat (limited to 'modules/mac/programs/homebrew/casks/default.nix')
| -rw-r--r-- | modules/mac/programs/homebrew/casks/default.nix | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/modules/mac/programs/homebrew/casks/default.nix b/modules/mac/programs/homebrew/casks/default.nix deleted file mode 100644 index a9d606f..0000000 --- a/modules/mac/programs/homebrew/casks/default.nix +++ /dev/null @@ -1,36 +0,0 @@ -{ - imports = [ - ./ai.nix - ./audio.nix - ./browser.nix - ./communication.nix - ./development.nix - ./gaming.nix - ./improved-macos.nix - ./notation.nix - ./video.nix - ]; - - homebrew.casks = [ - "pearcleaner" - "coconutbattery" - "webtorrent" - "daisydisk" - "onyx" - "sony-ps-remote-play" - # "retroarch" - "netnewswire" - "prettyclean" - "imageoptim" - "setapp" - # "parallels" - "proton-drive" - "proton-mail" - "proton-pass" - "protonvpn" - "google-drive" - "notion-calendar" - "motrix" - "mini-vmac" - ]; -} |