mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
flameshot: set PATH to let Qt find plugins
This commit is contained in:
parent
69445cb4a0
commit
965bad626a
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ in
|
|||
};
|
||||
|
||||
Service = {
|
||||
Environment = "PATH=%h/.nix-profile/bin";
|
||||
ExecStart = "${package}/bin/flameshot";
|
||||
Restart = "on-abort";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue