1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-30 02:07:28 +02:00

flameshot: set PATH to let Qt find plugins

This commit is contained in:
Lenz Weber 2018-05-20 00:03:16 +02:00 committed by Robert Helgesson
parent 69445cb4a0
commit 965bad626a
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -33,6 +33,7 @@ in
}; };
Service = { Service = {
Environment = "PATH=%h/.nix-profile/bin";
ExecStart = "${package}/bin/flameshot"; ExecStart = "${package}/bin/flameshot";
Restart = "on-abort"; Restart = "on-abort";
}; };