Fix: correct launchd attribute path for home manager

This commit is contained in:
Martin Larsson 2025-07-25 01:30:56 +02:00
parent 9f1a4f5607
commit 7e5cd64809

View file

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