add aerospace

This commit is contained in:
Yan Lin 2026-01-08 08:08:56 +01:00
parent 1b186073d7
commit 5892509afb
3 changed files with 67 additions and 4 deletions

View file

@ -17,6 +17,7 @@
../../modules/claude-code.nix
../../modules/tex.nix
../../modules/fonts.nix
../../modules/aerospace.nix
];
nixpkgs.config.allowUnfree = true;
@ -209,10 +210,10 @@
};
};
launchd.agents.rectangle = {
launchd.agents.aerospace = {
enable = true;
config = {
ProgramArguments = [ "/Applications/Rectangle.app/Contents/MacOS/Rectangle" ];
ProgramArguments = [ "/Applications/AeroSpace.app/Contents/MacOS/AeroSpace" ];
RunAtLoad = true;
KeepAlive = false;
};