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 | |
| 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')
| -rw-r--r-- | modules/mac/programs/homebrew/casks/ai.nix | 12 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks/audio.nix | 8 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks/browser.nix | 9 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks/communication.nix | 8 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks/default.nix | 36 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks/development.nix | 27 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks/gaming.nix | 12 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks/improved-macos.nix | 15 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks/notation.nix | 11 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks/video.nix | 8 |
10 files changed, 0 insertions, 146 deletions
diff --git a/modules/mac/programs/homebrew/casks/ai.nix b/modules/mac/programs/homebrew/casks/ai.nix deleted file mode 100644 index c931a7b..0000000 --- a/modules/mac/programs/homebrew/casks/ai.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ - homebrew.casks = [ - "ollamac" - # "anythingllm" - "msty" - "chatgpt" - "claude" - "ollama" - "jan" - "lm-studio" - ]; -} diff --git a/modules/mac/programs/homebrew/casks/audio.nix b/modules/mac/programs/homebrew/casks/audio.nix deleted file mode 100644 index 72157dc..0000000 --- a/modules/mac/programs/homebrew/casks/audio.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ - homebrew.casks = [ - "audio-hijack" - "spotify" - "vb-cable" - "rockboxutility" - ]; -} diff --git a/modules/mac/programs/homebrew/casks/browser.nix b/modules/mac/programs/homebrew/casks/browser.nix deleted file mode 100644 index f8acda7..0000000 --- a/modules/mac/programs/homebrew/casks/browser.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ - homebrew.casks = [ - "arc" - "lagrange" - "google-chrome" - "zen-browser" - "tor-browser" - ]; -} diff --git a/modules/mac/programs/homebrew/casks/communication.nix b/modules/mac/programs/homebrew/casks/communication.nix deleted file mode 100644 index a852163..0000000 --- a/modules/mac/programs/homebrew/casks/communication.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ - homebrew.casks = [ - "zoom" - "grammarly-desktop" - "discord" - "loom" - ]; -} 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" - ]; -} diff --git a/modules/mac/programs/homebrew/casks/development.nix b/modules/mac/programs/homebrew/casks/development.nix deleted file mode 100644 index c600873..0000000 --- a/modules/mac/programs/homebrew/casks/development.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ - homebrew.casks = [ - "bruno" - "tuist" - "ghostty" - "zed" - "orbstack" - # "stratoshark" - "arduino-ide" - "fork" - "hopper-disassembler" - "ltspice" - "utm" - "knuff" - "wireshark" - "raspberry-pi-imager" - "sf-symbols" - "wakatime" - "linear-linear" - "sublime-text" - "serial" - "thonny" - "visual-studio-code" - "virtual-ii" - "httpie" - ]; -} diff --git a/modules/mac/programs/homebrew/casks/gaming.nix b/modules/mac/programs/homebrew/casks/gaming.nix deleted file mode 100644 index 14ba17f..0000000 --- a/modules/mac/programs/homebrew/casks/gaming.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ - homebrew.casks = [ - "crossover" - "minecraft" - "epic-games" - "heroic" - "whisky" - "nvidia-geforce-now" - "playcover-community" - "roblox" - ]; -} diff --git a/modules/mac/programs/homebrew/casks/improved-macos.nix b/modules/mac/programs/homebrew/casks/improved-macos.nix deleted file mode 100644 index 7063305..0000000 --- a/modules/mac/programs/homebrew/casks/improved-macos.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - homebrew.casks = [ - "alt-tab" - "iterm2" - "mac-mouse-fix" - "macs-fan-control" - "latest" - "quitter" - "raycast" - "smoothscroll" - "linearmouse" - "go64" - "homerow" - ]; -} diff --git a/modules/mac/programs/homebrew/casks/notation.nix b/modules/mac/programs/homebrew/casks/notation.nix deleted file mode 100644 index 4e307ac..0000000 --- a/modules/mac/programs/homebrew/casks/notation.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - homebrew.casks = [ - "anki" - "mochi" - "notion" - "raindropio" - # "textual" - "texifier" - "monodraw" - ]; -} diff --git a/modules/mac/programs/homebrew/casks/video.nix b/modules/mac/programs/homebrew/casks/video.nix deleted file mode 100644 index ead5839..0000000 --- a/modules/mac/programs/homebrew/casks/video.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ - homebrew.casks = [ - "iina" - "obs" - "freetube" - "vlc" - ]; -} |