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