desktop: drop qt block; let stylix own qt.platformTheme

qt.platformTheme conflicted with stylix's qt5ct setting after
removing GNOME. Stylix handles Qt theming so the block is redundant.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-16 17:18:43 +01:00
parent 7791d3d9e5
commit 3ea1b316fe

View file

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