nixos/documentation: Fix desktopIcon, GenericName/Comment
This commit is contained in:
@@ -131,7 +131,8 @@ let
|
|||||||
desktopItem = pkgs.makeDesktopItem {
|
desktopItem = pkgs.makeDesktopItem {
|
||||||
name = "nixos-manual";
|
name = "nixos-manual";
|
||||||
desktopName = "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";
|
icon = "nix-snowflake";
|
||||||
exec = "nixos-help";
|
exec = "nixos-help";
|
||||||
categories = ["System"];
|
categories = ["System"];
|
||||||
|
|||||||
Reference in New Issue
Block a user