mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
rec
This commit is contained in:
parent
01b234795f
commit
4a3366df27
2 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{...}: {
|
||||
home.file."Library/Preferences/com.knollsoft.Rectangle.plist".source =
|
||||
../config/rectangle/Rectangle.plist;
|
||||
{lib, ...}: {
|
||||
home.activation.importRectanglePreferences = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
/usr/bin/defaults import com.knollsoft.Rectangle ${../config/rectangle/Rectangle.plist}
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
casks = [
|
||||
"cap"
|
||||
"codex"
|
||||
"rectangle"
|
||||
"raycast"
|
||||
"riptide-dev"
|
||||
"thebrowsercompany-dia"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue