feat: aerospace (#73)
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Hari 2026-04-15 13:44:48 -04:00 committed by GitHub
parent cd26c0fae5
commit 21c947e4ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 188 additions and 133 deletions

View file

@ -1,6 +0,0 @@
{ lib, ... }:
{
home.activation.importRectanglePreferences = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
/usr/bin/defaults import com.knollsoft.Rectangle ${../config/rectangle/Rectangle.plist}
'';
}