home(plasma): remove plasma desktop

This commit is contained in:
514fpv 2024-01-28 16:38:17 +08:00
parent d8255a56ec
commit e7f6741c0a
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ
2 changed files with 2 additions and 33 deletions

View file

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