This commit is contained in:
ediblerope 2026-05-14 14:58:13 +01:00
parent e468579019
commit 92c4233b46
4 changed files with 15 additions and 6 deletions

View file

@ -49,10 +49,8 @@
qt = {
enable = true;
# 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";
platformTheme.name = "adwaita";
style.name = "adwaita-dark";
};
programs.xwayland.enable = true;
@ -60,6 +58,8 @@
# Home Manager GNOME settings
home-manager.users.fred = { config, lib, pkgs, ... }: {
# Stylix's qt target only supports qtct; disable it to silence the warning.
stylix.targets.qt.enable = false;
# Minimal titlebars — stylix manages the GTK theme; we layer our
# headerbar shrink on top via programs.gtk.*.extraCss.
gtk.enable = true;