mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
nix-darwin
This commit is contained in:
parent
598597e3ca
commit
1d1371be2b
5 changed files with 308 additions and 0 deletions
70
nix/hosts/macbook/brew.nix
Normal file
70
nix/hosts/macbook/brew.nix
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
{ config, pkgs, ...}:
|
||||
|
||||
{
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brewPrefix = "/opt/homebrew/bin";
|
||||
taps = [
|
||||
"daipeihust/tap"
|
||||
"felixkratz/formulae"
|
||||
"koekeishiya/formulae"
|
||||
"nikitabobko/tap"
|
||||
"railwaycat/emacsmacport"
|
||||
"js0ny/tap"
|
||||
];
|
||||
|
||||
brews = [
|
||||
"folderify"
|
||||
"coreutils"
|
||||
];
|
||||
|
||||
casks = [
|
||||
"visual-studio-code"
|
||||
"kitty"
|
||||
"vivaldi"
|
||||
"neovide"
|
||||
"clash-verge-rev"
|
||||
"obsidian"
|
||||
"mullvad-vpn"
|
||||
"alacritty"
|
||||
"alt-tab"
|
||||
"apparency"
|
||||
"betterdisplay"
|
||||
"discord"
|
||||
"dotnet-sdk"
|
||||
"iina"
|
||||
"iterm2"
|
||||
"karabiner-elements"
|
||||
"keka"
|
||||
"localsend"
|
||||
"ltspice"
|
||||
"orbstack"
|
||||
"qlcolorcode"
|
||||
# "qlimagesize" discontinued.
|
||||
"qlmarkdown"
|
||||
"qlstephen"
|
||||
"qlvideo"
|
||||
"qspace-pro"
|
||||
"quicklook-json"
|
||||
"quicklookase"
|
||||
"raycast"
|
||||
"rider"
|
||||
"rustdesk"
|
||||
"scroll-reverser"
|
||||
"sioyek"
|
||||
"skim"
|
||||
"squirrel"
|
||||
"steam"
|
||||
"telegram-desktop"
|
||||
"Filen"
|
||||
"TickTick"
|
||||
"cherry-studio"
|
||||
"firefox"
|
||||
"Wireshark"
|
||||
"LibreWolf"
|
||||
"brave-browser"
|
||||
"font-maple-mono-nf-cn"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue