nix/home/rectangle.nix
2026-03-15 17:08:37 -04:00

5 lines
204 B
Nix

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