Merge pull request #223843 from simplejack-src/nixos_manual_desktop_item

nixos/documentation: Fix desktopIcon, GenericName/Comment
This commit is contained in:
Silvan Mosberger
2023-03-31 03:19:39 +02:00
committed by GitHub
+2 -1
View File
@@ -131,7 +131,8 @@ let
desktopItem = pkgs.makeDesktopItem {
name = "nixos-manual";
desktopName = "NixOS Manual";
genericName = "View NixOS documentation in a web browser";
genericName = "System Manual";
comment = "View NixOS documentation in a web browser";
icon = "nix-snowflake";
exec = "nixos-help";
categories = ["System"];