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:
parent
2d631c86da
commit
8ea4e666cc
1 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue