fix(gui): disable hm qt config for plasma

This module breaks the wayland session.
This commit is contained in:
514fpv 2024-01-28 11:25:17 +08:00
parent 3ce5a54492
commit 14aeaed0ff
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -22,8 +22,8 @@
};
# unify qt theme
qt.platformTheme = mkDefault "gtk";
qt.platformTheme = mkIf (!config.passthrough.plasma.enable) "gtk";
gtk.enable = mkDefault true;
qt.enable = mkDefault true;
qt.enable = mkDefault (!config.passthrough.plasma.enable);
}