We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7dfcf commit 230dc06Copy full SHA for 230dc06
hosts/darwin/macbook/dock.nix
@@ -21,6 +21,7 @@
21
}
22
"/Applications/Cursor.app"
23
"/Applications/Windsurf.app"
24
+ "/Applications/Zed.app"
25
"/nix/store/li9dhpm0q947dkmy06dn9ln5hfflsiqm-system-applications/Applications/Visual Studio Code.app"
26
"/Applications/Hyper.app"
27
{
modules/darwin/homebrew/casks/development.nix
@@ -2,6 +2,7 @@
2
# Developer tools
3
"cursor"
4
"windsurf"
5
+ "zed"
6
"trae"
7
"hyper"
8
"warp"
0 commit comments