lx-music-desktop: format

This commit is contained in:
Justin Chen
2025-12-19 21:31:57 +08:00
parent 0a89da2c4e
commit 7959192632
+3 -3
View File
@@ -80,9 +80,9 @@ buildNpmPackage rec {
postFixup = ''
makeWrapper ${lib.getExe electron} $out/bin/lx-music-desktop \
--add-flags $out/opt/lx-music-desktop/resources/app.asar \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}" \
--add-flags ${lib.escapeShellArg commandLineArgs}
--add-flags $out/opt/lx-music-desktop/resources/app.asar \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}" \
--add-flags ${lib.escapeShellArg commandLineArgs}
'';
meta = {