Fix QT apps look
This commit is contained in:
parent
f88db72684
commit
89159f1df8
@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user