mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 03:03:47 +00:00
ci + lint
This commit is contained in:
parent
d088a98954
commit
66d9b25682
39 changed files with 395 additions and 225 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{lib, ...}: {
|
||||
home.activation.importRectanglePreferences = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
{ lib, ... }:
|
||||
{
|
||||
home.activation.importRectanglePreferences = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
/usr/bin/defaults import com.knollsoft.Rectangle ${../config/rectangle/Rectangle.plist}
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue