This commit is contained in:
암냥 2026-09-01 17:38:43 +09:00
commit 45be326640
No known key found for this signature in database
14 changed files with 400 additions and 21 deletions

View file

@ -13,6 +13,7 @@
"camo-studio"
"proton-drive"
"figma"
"adobe-creative-cloud"
"notion"
"firefox@developer-edition"
@ -28,9 +29,9 @@
"codex"
"codex-app"
"codexbar"
"metalterm"
# Media and audio
"finetune"
"spotify"
# Gaming and remote access
@ -38,7 +39,6 @@
"steam"
# macOS utilities
"alt-tab"
"keka"
"raycast"
"thaw"

View file

@ -12,6 +12,12 @@
upgrade = true;
};
taps = [
{
name = "pioner92/tap";
trusted = true;
}
];
brews = import ./brews.nix;
casks = import ./casks.nix;
};

View file

@ -16,15 +16,15 @@
"/Applications/KakaoTalk.app"
"/Applications/Signal.app"
"/Applications/Proton Mail.app"
# "/Applications/Proton Pass.app"
# "/System/Applications/Mail.app"
"/Applications/1Password.app"
"/Applications/Utilities/Adobe Creative Cloud/ACC/Creative Cloud.app"
"/Applications/Figma.app"
"/Applications/Notion.app"
# "/Applications/Notion Calendar.app"
"${pkgs.utm}/Applications/UTM.app"
"/Applications/Spotify.app"
"${pkgs.ghostty-bin}/Applications/Ghostty.app"
"/Applications/Metalterm.app"
"/Applications/Burp Suite.app"
"/Applications/ChatGPT.app"
"/Applications/Visual Studio Code - Insiders.app"
"/Applications/Zed.app"
"/System/Applications/System Settings.app"

View file

@ -4,7 +4,7 @@
...
}:
let
wallpaper = "${inputs.self}/assets/wallpaper/wallpaper5.png";
wallpaper = "${inputs.self}/assets/wallpaper/wallpaper6.png";
setWallpaperScript = pkgs.writeShellScriptBin "set-wallpaper-script" ''
set -eu