mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
chromium: improvement.
Fixed `*.desktop` refering to nix store for its icon.
This commit is contained in:
parent
28c79f438e
commit
cff84b2a71
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ let
|
|||
desktopItem = makeDesktopItem {
|
||||
name = "chromium";
|
||||
exec = "chromium %U";
|
||||
icon = "${chromium.browser}/share/icons/hicolor/48x48/apps/chromium.png";
|
||||
icon = "chromium";
|
||||
comment = "An open source web browser from Google";
|
||||
desktopName = "Chromium";
|
||||
genericName = "Web browser";
|
||||
|
|
Loading…
Reference in a new issue