add aerospace to darwin hosts

This commit is contained in:
Yan Lin 2025-11-16 14:46:07 +01:00
parent d0f891e144
commit 35578e5cdc
4 changed files with 171 additions and 10 deletions

View file

@ -21,6 +21,7 @@
../../modules/claude-code.nix
../../modules/tex.nix
../../modules/fonts.nix
../../modules/aerospace.nix
];
nixpkgs.config.allowUnfree = true;
@ -198,15 +199,6 @@
};
};
launchd.agents.rectangle = {
enable = true;
config = {
ProgramArguments = [ "/Applications/Rectangle.app/Contents/MacOS/Rectangle" ];
RunAtLoad = true;
KeepAlive = false;
};
};
launchd.agents.maccy = {
enable = true;
config = {