wow
This commit is contained in:
commit
45be326640
14 changed files with 400 additions and 21 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,12 @@
|
|||
upgrade = true;
|
||||
};
|
||||
|
||||
taps = [
|
||||
{
|
||||
name = "pioner92/tap";
|
||||
trusted = true;
|
||||
}
|
||||
];
|
||||
brews = import ./brews.nix;
|
||||
casks = import ./casks.nix;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue