mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
nixos/documentation: Fix desktopIcon, GenericName/Comment
This commit is contained in:
parent
f5d922549b
commit
fe28e8f1e6
1 changed files with 2 additions and 1 deletions
|
@ -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"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue