Fix QT apps look

This commit is contained in:
Michael Smith 2024-08-06 12:20:13 +02:00
parent f88db72684
commit 89159f1df8

View File

@ -171,7 +171,7 @@
# Fix scaling issues with electron apps # Fix scaling issues with electron apps
environment.sessionVariables.NIXOS_OZONE_WL = "1"; environment.sessionVariables.NIXOS_OZONE_WL = "1";
# Fix theming issues with QT apps # Let QT apps follow Gnome theme settings
environment.sessionVariables.QT_QPA_PLATFORM = "wayland"; qt.enable = true;
environment.sessionVariables.QT_QPA_PLATFORMTHEME = "qt5ct"; qt.platformTheme = "qt5ct";
} }