This commit is contained in:
jackschu 2026-04-08 22:25:33 +00:00 committed by GitHub
commit 8bd8a67afe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -412,7 +412,7 @@ in
let
domain-target = "gui/$(id -u ${config.home.username})";
in
''
lib.hm.dag.entryAfter [ "setupLaunchAgents" ] ''
/bin/launchctl bootout ${domain-target}/org.nix-community.home.sops-nix && true
/bin/launchctl bootstrap ${domain-target} ${config.home.homeDirectory}/Library/LaunchAgents/org.nix-community.home.sops-nix.plist
'';