add aerospace to darwin hosts
This commit is contained in:
parent
d0f891e144
commit
35578e5cdc
4 changed files with 171 additions and 10 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue