home(gui): disable hm qt config for plasma since it breaks the wayland session

This commit is contained in:
514fpv 2024-01-28 11:25:17 +08:00
parent 678a181f53
commit 7d33cc1837
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);
}