1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02: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";
};