From 08d242047cc34c9c624c8ae507211671cf45f464 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sat, 12 Aug 2023 19:30:15 +0200 Subject: [PATCH] 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 622745942bc7b7cc056bfbb0bc6004dd823fa4f5 --- .../cd-dvd/installation-cd-graphical-calamares-gnome.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-gnome.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-gnome.nix index 12feb2d96ecc..d1a4c27432c2 100644 --- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-gnome.nix +++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-gnome.nix @@ -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\")";