Skip to content

Commit 17771ba

Browse files
committed
format
1 parent f0d610b commit 17771ba

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

nix/darwin/homebrew.nix

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ in
3030
# "homebrew/core"
3131
"homebrew/services"
3232
"koekeishiya/formulae"
33+
"jackielii/tab"
3334
"source-foundry/taproom"
3435
];
3536

@@ -40,52 +41,51 @@ in
4041
])
4142
++ [
4243
"yabai"
43-
"skhd"
44+
"skhd-zig"
4445
"sui"
4546
];
4647

47-
casks =
48+
casks = [
49+
"android-studio"
50+
"anki"
51+
"arc"
52+
"brave-browser"
53+
"claude"
54+
# "dashlane"
55+
"discord"
56+
"docker-desktop"
57+
"figma"
58+
"google-chrome"
59+
"keybase"
60+
"keymapp"
61+
"linear-linear"
62+
"ngrok"
63+
"notion"
64+
"postman"
65+
"private-internet-access"
66+
"raycast"
67+
"slack"
68+
"sourcefoundry-slice"
69+
"spaceid"
70+
"spotify"
71+
"tableplus"
72+
"the-unarchiver"
73+
"viber"
74+
"zoom"
75+
]
76+
++ (lib.optionals (mode == "personal") (
4877
[
49-
"android-studio"
50-
"anki"
51-
"arc"
52-
"brave-browser"
53-
"claude"
54-
# "dashlane"
55-
"discord"
56-
"docker-desktop"
57-
"figma"
58-
"google-chrome"
59-
"keybase"
60-
"keymapp"
61-
"linear-linear"
62-
"ngrok"
63-
"notion"
64-
"postman"
65-
"private-internet-access"
66-
"raycast"
67-
"slack"
68-
"sourcefoundry-slice"
69-
"spaceid"
70-
"spotify"
71-
"tableplus"
72-
"the-unarchiver"
73-
"viber"
74-
"zoom"
78+
"google-drive"
79+
"ledger-live"
80+
"obsidian"
81+
"signal"
82+
"telegram"
83+
"tor-browser"
84+
"transmission"
85+
"vlc"
86+
"wechat"
87+
"whatsapp"
7588
]
76-
++ (lib.optionals (mode == "personal") (
77-
[
78-
"google-drive"
79-
"ledger-live"
80-
"obsidian"
81-
"signal"
82-
"telegram"
83-
"tor-browser"
84-
"transmission"
85-
"vlc"
86-
"wechat"
87-
"whatsapp"
88-
]
89-
++ games
90-
));
89+
++ games
90+
));
9191
}

0 commit comments

Comments
 (0)