nixos-help: Do $PATH lookup in nixos-manual.desktop instead of hardcoding derivation

See db236e588d "steam: Do $PATH lookup in steam.desktop [...]".
tl;dr: Otherwise widget/panel/desktop icons in DEs like KDE break.
This commit is contained in:
Klemens Nanni 2020-11-05 02:12:48 +01:00 committed by Andreas Rammhold
parent 5e12d4b409
commit b02719a29c

View File

@ -64,7 +64,7 @@ let
desktopName = "NixOS Manual";
genericName = "View NixOS documentation in a web browser";
icon = "nix-snowflake";
exec = "${helpScript}/bin/nixos-help";
exec = "nixos-help";
categories = "System";
};