treewide: switch all desktop file generators to new API

Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
This commit is contained in:
K900 2022-02-22 17:56:15 +03:00 committed by Jonathan Ringer
parent 0c713dbed4
commit cb2cfba6f7
241 changed files with 463 additions and 504 deletions

View file

@ -129,7 +129,7 @@ let
genericName = "View NixOS documentation in a web browser";
icon = "nix-snowflake";
exec = "nixos-help";
categories = "System";
categories = ["System"];
};
in pkgs.symlinkJoin {