nix/home/rectangle.nix
2026-03-30 00:28:59 -04:00

6 lines
208 B
Nix

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