From 8ea4e666ccf89fe148266c68f5b3b9598bd2b9e3 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 11 May 2026 20:03:34 +0100 Subject: [PATCH] gnome: revert qt.platformTheme to "gnome" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The deprecation warning suggested "adwaita" but 25.11's qt module doesn't accept that value yet — only gnome/gtk2/kde/lxqt/qt5ct. Co-Authored-By: Claude Opus 4.7 --- settings/gnome.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/settings/gnome.nix b/settings/gnome.nix index ae5861f..44243d2 100644 --- a/settings/gnome.nix +++ b/settings/gnome.nix @@ -49,7 +49,9 @@ qt = { enable = true; - platformTheme = "adwaita"; + # 25.11's qt module only accepts the old names. The "adwaita" + # deprecation message is forward-looking; ignore until we bump. + platformTheme = "gnome"; style = "adwaita-dark"; };