Skip to content

Commit

Permalink
Feat: add more casks and drop unused taps
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Sep 1, 2024
1 parent a25440f commit b4e53d8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions shared/programs/brews.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ with lib;
};

taps = [
"homebrew/cask-versions"
"homebrew/cask"

];

casks = [
Expand All @@ -33,6 +32,7 @@ with lib;
"appcleaner"
"balenaetcher"
"battle-net"
"ccmenu"
"citrix-workspace"
"clickup"
"clockify"
Expand All @@ -55,6 +55,7 @@ with lib;
"macdown"
"mattermost"
"microsoft-office"
"microsoft-remote-desktop"
"microsoft-teams"
"multimc"
"nextcloud"
Expand All @@ -69,9 +70,11 @@ with lib;
"stats"
"steam"
"swiftdefaultappsprefpane"
"tailscale"
"telegram"
"temurin"
"temurin8"
"the-unarchiver"
"utm"
"wezterm"
"whatsapp"
Expand All @@ -82,8 +85,11 @@ with lib;
];

# masApps = {
# "Brother iPrint&Scan" = ;
# "Adblock für Safari" = ;
# "Markoff" = ;
# "Limechat" = ;
# "Display Maid" = 450063525;
# "The Unarchiver" = 425424353;
# "Xcode" = 497799835;
# };
};
Expand Down

0 comments on commit b4e53d8

Please sign in to comment.