gnome: revert qt.platformTheme to "gnome"

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 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-05-11 20:03:34 +01:00
parent 2d631c86da
commit 8ea4e666cc

View file

@ -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";
};