remove aerospace and return to rectangle

This commit is contained in:
Yan Lin 2025-11-18 19:11:53 +01:00
parent 9c730b8cbb
commit ec679f5fd7
3 changed files with 10 additions and 128 deletions

View file

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