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