wow
Some checks failed
CI / check (push) Has been cancelled
CI / ida (push) Has been cancelled
CI / cpt (push) Has been cancelled
CI / build-nixos (ena) (push) Has been cancelled
CI / build-nixos (hako) (push) Has been cancelled
CI / build-nixos (kazusa) (push) Has been cancelled
CI / build-nixos (mizuki) (push) Has been cancelled

This commit is contained in:
암냥 2026-07-03 00:45:07 +09:00
commit bbac123a8d
144 changed files with 7059 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[
# Apple and mobile development
"cocoapods"
"watchman"
# Media customisation
"spicetify-cli"
]

View file

@ -0,0 +1,46 @@
[
# Security and networking
"1password"
"cloudflare-warp"
"protonvpn"
"microsoft-edge@canary"
# Communication
"discord"
"discord@canary"
"proton-mail"
"signal"
"zoom"
# Productivity and design
"camo-studio"
"proton-drive"
"figma"
"notion"
# Development
"android-studio"
"burp-suite"
"docker-desktop"
"unity-hub"
"visual-studio-code@insiders"
"zed"
"codex"
"codex-app"
"codexbar"
# Media and audio
"finetune"
"spotify"
# Gaming and remote access
"parsec"
"steam"
# macOS utilities
"alt-tab"
"keka"
"raycast"
"thaw"
"mole-app"
]

View file

@ -0,0 +1,18 @@
{
...
}:
{
homebrew = {
enable = true;
enableFishIntegration = true;
onActivation = {
autoUpdate = true;
cleanup = "zap";
upgrade = true;
};
brews = import ./brews.nix;
casks = import ./casks.nix;
};
}