mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 06:04:55 +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 @@
|
||||||
{...}: {
|
{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}
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
casks = [
|
casks = [
|
||||||
"cap"
|
"cap"
|
||||||
"codex"
|
"codex"
|
||||||
|
"rectangle"
|
||||||
"raycast"
|
"raycast"
|
||||||
"riptide-dev"
|
"riptide-dev"
|
||||||
"thebrowsercompany-dia"
|
"thebrowsercompany-dia"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue