Fix qt theming

This commit is contained in:
Fern Garden 2025-07-12 12:13:22 +08:00
parent cc7b93529a
commit 6ccd52c6d2

View file

@ -68,6 +68,7 @@ with lib; {
# Theme QT applications
qt = {
enable = true;
platformTheme = "gnome";
style = "adwaita-dark";
};