Commit 08d24204 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

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 62274594
parent 7fc2ab37
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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\")";