Skip to content

Commit

Permalink
fix(services): workaround for syncthing tray starting before waybar
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Aug 27, 2024
1 parent f787c7a commit ea25f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/services/syncthing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ in {
home-manager.users."${username}" = {
services.syncthing.tray = {
enable = true;
command = "syncthingtray --wait";
package = pkgs.syncthingtray;
};
};
Expand Down

0 comments on commit ea25f55

Please sign in to comment.