remove aerospace and return to rectangle
This commit is contained in:
parent
9c730b8cbb
commit
ec679f5fd7
3 changed files with 10 additions and 128 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue