···3131 # taken from
3232 # https://github.com/Dygmalab/Bazecor/blob/v1.4.4/src/main/utils/udev.ts#L6
33333434+ nativeBuildInputs = [ makeWrapper ];
3535+3436 extraPkgs = pkgs: [ pkgs.glib ];
35373638 # Also expose the udev rules here, so it can be used as:
···3840 # to allow non-root modifications to the keyboards.
39414042 extraInstallCommands = ''
4141- source "${makeWrapper}/nix-support/setup-hook"
4243 wrapProgram $out/bin/bazecor \
4344 --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
4445