Add Qt theming to match GNOME Adwaita-dark

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-13 19:34:26 +01:00
parent e19c03bda6
commit 4faefb92f3

View file

@ -48,6 +48,12 @@
};
}];
qt = {
enable = true;
platformTheme = "gnome";
style = "adwaita-dark";
};
programs.xwayland.enable = true;
programs.dconf.enable = true;