diff options
Diffstat (limited to 'modules/mac/programs/homebrew/casks/development.nix')
| -rw-r--r-- | modules/mac/programs/homebrew/casks/development.nix | 27 |
1 files changed, 0 insertions, 27 deletions
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" - ]; -} |