···79798080 FONTCONFIG_FILE = fontsConf; # Fontconfig error: Cannot load default config file
81818282+ # TODO: wrapGAppsHook wraps efi capsule even though it is not elf
8383+ dontWrapGApps = true;
8484+ # so we need to wrap the executables manually
8585+ postFixup = ''
8686+ find -L "$out/bin" "$out/libexec" -type f -executable -print0 \
8787+ | while IFS= read -r -d ''' file; do
8888+ if [[ "''${file}" != *.efi ]]; then
8989+ echo "Wrapping program ''${file}"
9090+ wrapProgram "''${file}" "''${gappsWrapperArgs[@]}"
9191+ fi
9292+ done
9393+ '';
9494+8295 # /etc/fwupd/uefi.conf is created by the services.hardware.fwupd NixOS module
8396 passthru = {
8497 filesInstalledToEtc = [