Revert "gnome3: add Qt workaround"

This reverts commit b65a6bab5c.
This commit is contained in:
Harsh Shandilya 2024-04-28 19:19:07 +05:30
parent 3dd691da32
commit 84855c4cf2
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ in {
# Enable Wayland compatibility workarounds within Nixpkgs
environment.variables.ELECTRON_OZONE_PLATFORM_HINT = "x11";
environment.variables.NIXOS_OZONE_WL = "1";
# Force Qt apps to use x11 due to https://bugreports.qt.io/browse/QTBUG-124450
environment.variables.QT_QPA_PLATFORM = "xcb";
environment.systemPackages = with pkgs; [wl-clipboard];
# Required by the tophat extension