sunshine: fix tray icon and menu links
This commit is contained in:
parent
aaf03d7f00
commit
f6262762b2
@ -177,6 +177,8 @@ in
|
||||
startLimitIntervalSec = 500;
|
||||
startLimitBurst = 5;
|
||||
|
||||
environment.PATH = lib.mkForce null; # don't use default PATH, needed for tray icon menu links to work
|
||||
|
||||
serviceConfig = {
|
||||
# only add configFile if an application or a setting other than the default port is set to allow configuration from web UI
|
||||
ExecStart = escapeSystemdExecArgs (
|
||||
|
@ -18792,7 +18792,9 @@ with pkgs;
|
||||
|
||||
sieveshell = with python3.pkgs; toPythonApplication managesieve;
|
||||
|
||||
sunshine = callPackage ../by-name/su/sunshine/package.nix { };
|
||||
sunshine = callPackage ../by-name/su/sunshine/package.nix {
|
||||
boost = boost185;
|
||||
};
|
||||
|
||||
jami = qt6Packages.callPackage ../applications/networking/instant-messengers/jami {
|
||||
# TODO: remove once `udev` is `systemdMinimal` everywhere.
|
||||
|
Loading…
x
Reference in New Issue
Block a user