summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/casks/development.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-04-23 05:57:39 -0700
committerFuwn <[email protected]>2025-04-23 05:57:39 -0700
commita3fc7515c52843fcf3901e9c446420d7a8f19775 (patch)
tree76e3965023222759a58e6508b51e8df2df6b2bc2 /modules/mac/programs/homebrew/casks/development.nix
parentNara: Remove Sensible Side Buttons cask (diff)
downloadnixos-config-a3fc7515c52843fcf3901e9c446420d7a8f19775.tar.xz
nixos-config-a3fc7515c52843fcf3901e9c446420d7a8f19775.zip
Nara: Organise cask file structure
Diffstat (limited to 'modules/mac/programs/homebrew/casks/development.nix')
-rw-r--r--modules/mac/programs/homebrew/casks/development.nix28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/casks/development.nix b/modules/mac/programs/homebrew/casks/development.nix
new file mode 100644
index 0000000..fb3c628
--- /dev/null
+++ b/modules/mac/programs/homebrew/casks/development.nix
@@ -0,0 +1,28 @@
+{
+ homebrew.casks = [
+ "bruno"
+ "tuist"
+ "ghostty"
+ "cool-retro-term"
+ "zed"
+ "cursor"
+ "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"
+ ];
+}