move macos GUI software to homebrew

This commit is contained in:
Yan Lin 2025-11-18 19:21:52 +01:00
parent 1f0ac65d0c
commit 9cc5b234ac
2 changed files with 6 additions and 8 deletions

View file

@ -175,12 +175,6 @@
tree
bzip2
# macOS-specific GUI applications
maccy # Clipboard manager (macOS-only)
iina # Media player (macOS-optimized)
hidden-bar # Menu bar organizer (macOS-only)
localsend
# Development and build tools
python312
uv
@ -201,7 +195,7 @@
launchd.agents.maccy = {
enable = true;
config = {
ProgramArguments = [ "/Users/yanlin/Applications/Home Manager Apps/Maccy.app/Contents/MacOS/Maccy" ];
ProgramArguments = [ "/Applications/Maccy.app/Contents/MacOS/Maccy" ];
RunAtLoad = true;
KeepAlive = false;
};
@ -210,7 +204,7 @@
launchd.agents.hidden-bar = {
enable = true;
config = {
ProgramArguments = [ "/Users/yanlin/Applications/Home Manager Apps/Hidden Bar.app/Contents/MacOS/Hidden Bar" ];
ProgramArguments = [ "/Applications/Hidden Bar.app/Contents/MacOS/Hidden Bar" ];
RunAtLoad = true;
KeepAlive = false;
};

View file

@ -29,6 +29,10 @@
"microsoft-excel"
"balenaetcher"
"rectangle"
"maccy"
"iina"
"hiddenbar"
"localsend"
];
taps = [
# Additional repositories if needed