iso_gnome: Fix evaluation

`qt.enable` option requires `qt.style` to be set.
Previously, this was set in GNOME module but it has been removed
in 622745942b
This commit is contained in:
Jan Tojnar 2023-08-12 19:30:15 +02:00
parent 7fc2ab37fa
commit 08d242047c

View file

@ -30,12 +30,6 @@
enable = true;
};
# Theme calamares with GNOME theme
qt = {
enable = true;
platformTheme = "gnome";
};
# Fix scaling for calamares on wayland
environment.variables = {
QT_QPA_PLATFORM = "$([[ $XDG_SESSION_TYPE = \"wayland\" ]] && echo \"wayland\")";