diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-25 20:24:31 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-25 20:24:31 -0400 |
commit | 32b518b8039857f26e110c903a9ae7a6b453d7dc (patch) | |
tree | 7fc79461e63df3d2127254bbfd429f25788d0818 /pkgs/unofficial-homestuck-collection/default.nix | |
parent | refactor config out of modules/options.nix (diff) | |
download | dotfiles-nix-32b518b8039857f26e110c903a9ae7a6b453d7dc.tar.gz dotfiles-nix-32b518b8039857f26e110c903a9ae7a6b453d7dc.tar.bz2 dotfiles-nix-32b518b8039857f26e110c903a9ae7a6b453d7dc.zip |
unofficial-homestuck-collection: update patches
Diffstat (limited to '')
-rw-r--r-- | pkgs/unofficial-homestuck-collection/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/unofficial-homestuck-collection/default.nix b/pkgs/unofficial-homestuck-collection/default.nix index 0fdf05e..5820df5 100644 --- a/pkgs/unofficial-homestuck-collection/default.nix +++ b/pkgs/unofficial-homestuck-collection/default.nix @@ -91,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: { cp -r dist_electron/*-unpacked/{locales,resources{,.pak}} $out/share/unofficial-homestuck-collection makeWrapper ${lib.getExe electron} $out/bin/unofficial-homestuck-collection \ --add-flags $out/share/unofficial-homestuck-collection/resources/app.asar \ - --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" \ + --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}" \ --add-flags --no-sandbox \ --set LD_LIBRARY_PATH "${ lib.makeLibraryPath [ |