nixos/documentation: Fix desktopIcon, GenericName/Comment

This commit is contained in:
simeplejack-src 2023-03-29 22:23:39 -04:00
parent f5d922549b
commit fe28e8f1e6

@ -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"];