Unverified Commit f6262762 authored by Morgan Helton's avatar Morgan Helton
Browse files

sunshine: fix tray icon and menu links

parent aaf03d7f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 (
+3 −1
Original line number Diff line number Diff line
@@ -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.