fix(gui): disable hm qt config for plasma
This module breaks the wayland session.
This commit is contained in:
parent
aee43044f0
commit
6b76515386
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue