4 maintainers = lib.teams.freedesktop.members;
8 xdg.menus.enable = lib.mkOption {
12 Whether to install files to support the
13 [XDG Desktop Menu specification](https://specifications.freedesktop.org/menu-spec/menu-spec-latest.html).
18 config = lib.mkIf config.xdg.menus.enable {
19 environment.pathsToLink = [
21 "/share/desktop-directories"
23 "/etc/xdg/menus/applications-merged"