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" ];