This commit is contained in:
Harivansh Rathi 2026-03-15 17:08:37 -04:00
parent 01b234795f
commit 4a3366df27
2 changed files with 5 additions and 3 deletions

View file

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

View file

@ -20,6 +20,7 @@
casks = [ casks = [
"cap" "cap"
"codex" "codex"
"rectangle"
"raycast" "raycast"
"riptide-dev" "riptide-dev"
"thebrowsercompany-dia" "thebrowsercompany-dia"