add aerospace
This commit is contained in:
parent
1b186073d7
commit
5892509afb
3 changed files with 67 additions and 4 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue