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 278e8c6fc9
commit d8255a56ec
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ

View file

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