Fix: correct launchd attribute path for home manager
This commit is contained in:
parent
9f1a4f5607
commit
7e5cd64809
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue