lol

Merge pull request #223843 from simplejack-src/nixos_manual_desktop_item

nixos/documentation: Fix desktopIcon, GenericName/Comment

authored by

Silvan Mosberger and committed by
GitHub
e58b3b8c 99786967

+2 -1
+2 -1
nixos/modules/misc/documentation.nix
··· 131 131 desktopItem = pkgs.makeDesktopItem { 132 132 name = "nixos-manual"; 133 133 desktopName = "NixOS Manual"; 134 - genericName = "View NixOS documentation in a web browser"; 134 + genericName = "System Manual"; 135 + comment = "View NixOS documentation in a web browser"; 135 136 icon = "nix-snowflake"; 136 137 exec = "nixos-help"; 137 138 categories = ["System"];