diff options
| author | Fuwn <[email protected]> | 2026-01-26 04:30:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-26 04:30:38 -0800 |
| commit | e37d4b620fbb57a3b5685d7daf7cbabe381f043b (patch) | |
| tree | 755c581ba0727fc38a374542ad2b58c96d4f357b /modules/mac/programs/homebrew/packages/casks/default.nix | |
| parent | Nara(Homebrew): Update Homebrew packages (diff) | |
| download | nixos-config-e37d4b620fbb57a3b5685d7daf7cbabe381f043b.tar.xz nixos-config-e37d4b620fbb57a3b5685d7daf7cbabe381f043b.zip | |
refactor(modules/mac): Move files from casks to packages
Diffstat (limited to 'modules/mac/programs/homebrew/packages/casks/default.nix')
| -rw-r--r-- | modules/mac/programs/homebrew/packages/casks/default.nix | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/modules/mac/programs/homebrew/packages/casks/default.nix b/modules/mac/programs/homebrew/packages/casks/default.nix deleted file mode 100644 index 2045f58..0000000 --- a/modules/mac/programs/homebrew/packages/casks/default.nix +++ /dev/null @@ -1,33 +0,0 @@ -{ - imports = [ - ./ai.nix - ./audio.nix - ./browser.nix - ./communication.nix - ./gaming.nix - ./notation.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" - ]; -} |