1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +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 = {
Environment = "PATH=%h/.nix-profile/bin";
ExecStart = "${package}/bin/flameshot";
Restart = "on-abort";
};