File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ result-*
2424node_modules /
2525package-lock.json
2626.vagrant
27+ .vagrant.d
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Vagrant.configure("2") do |config|
1616 config . vm . provider "utm" do |utm |
1717 utm . name = "nix-dev-vm"
1818 utm . memory = "8192"
19- utm . cpus = 4
19+ utm . cpus = 6
2020 end
2121
2222 # System provisioning script
Original file line number Diff line number Diff line change 1111 "Rick" = [
1212 "/Applications/Arc.app"
1313 "/Applications/Spotify.app"
14- "/Applications/Visual Studio Code .app"
14+ "/Applications/Zed .app"
1515 ] ;
1616
1717 # Default configuration (used if no host-specific config exists)
Original file line number Diff line number Diff line change 2626
2727 # Development & Terminal
2828 "visual-studio-code"
29- "visual-studio-code@insiders"
3029 "iterm2"
3130 "utm"
3231 "hashicorp/tap/hashicorp-vagrant"
3534
3635 # Networking & Utilities
3736 "tailscale"
38- "transmission"
3937
4038 # Media & Entertainment
4139 "spotify"
Original file line number Diff line number Diff line change 133133 "html" : true ,
134134 "dockerfile" : true ,
135135 "docker-compose" : true ,
136- "prisma" : true
136+ "prisma" : true ,
137+ "catppuccin" : true ,
138+ "catppuccin-icons" : true ,
139+ "git-firefly" : true ,
140+ "make" : true ,
141+ "nix" : true ,
142+ "sql" : true
137143 }
138144}
You can’t perform that action at this time.
0 commit comments