Skip to content

Commit 9ee0849

Browse files
committed
chore: updates
1 parent bd188ac commit 9ee0849

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ result-*
2424
node_modules/
2525
package-lock.json
2626
.vagrant
27+
.vagrant.d

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

systems/aarch64-darwin/dock.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let
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)

systems/aarch64-darwin/homebrew.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
# Development & Terminal
2828
"visual-studio-code"
29-
"visual-studio-code@insiders"
3029
"iterm2"
3130
"utm"
3231
"hashicorp/tap/hashicorp-vagrant"
@@ -35,7 +34,6 @@
3534

3635
# Networking & Utilities
3736
"tailscale"
38-
"transmission"
3937

4038
# Media & Entertainment
4139
"spotify"

systems/aarch64-darwin/zed/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@
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
}

0 commit comments

Comments
 (0)