From 7e5cd64809f5a62465f6224019d1196d8657f876 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Fri, 25 Jul 2025 01:30:56 +0200 Subject: [PATCH] Fix: correct launchd attribute path for home manager --- nix/home/common/watchman_tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home/common/watchman_tmux.nix b/nix/home/common/watchman_tmux.nix index d56fbba..421b056 100644 --- a/nix/home/common/watchman_tmux.nix +++ b/nix/home/common/watchman_tmux.nix @@ -48,7 +48,7 @@ let }; darwinAttrs = lib.optionalAttrs isDarwin { - launchd.user.agents.tmux-watchman = { + launchd.agents.tmux-watchman = { enable = true; config = { ProgramArguments = [ "${scriptPkg}/bin/tmux-watchman-statuscolor" ];