1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-27 05:29:46 +01:00

syncthing: fix tray startup

Workaround for #249.
This commit is contained in:
Nikita Uvarov 2018-05-04 13:08:08 +02:00
parent 91725ddced
commit 74f4ed5fd2
No known key found for this signature in database
GPG key ID: F7A5FB3A7C10EF96

View file

@ -54,6 +54,7 @@ with lib;
};
Service = {
Environment = "PATH=%h/.nix-profile/bin";
ExecStart = "${pkgs.qsyncthingtray}/bin/QSyncthingTray";
};