mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +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 {
|
||||
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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue