🐛 fix qt theme

This commit is contained in:
Ingolf Wagner 2025-04-19 13:43:21 +02:00
parent 1c2af902dc
commit dc88289b54
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -30,7 +30,6 @@ with lib;
config = mkIf config.components.gui.enable {
# todo extract xorg stuff to prepare wayland
environment.enableAllTerminfo = true;
qt.platformTheme = "qt5ct";
};
}