From d761282d899967bc796806b7f5637b6c79e9b3aa Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Wed, 26 Feb 2025 08:25:53 +0100 Subject: [PATCH] Start borders service on change --- module/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module/configuration.nix b/module/configuration.nix index abd3f0c..2f1f55f 100644 --- a/module/configuration.nix +++ b/module/configuration.nix @@ -24,7 +24,10 @@ onActivation.cleanup = "zap"; brews = [ - "borders" + { + name = "borders"; + restart_service = "changed"; + } "cocoapods" ];