diff --git a/roles/kde/plasma.nix b/roles/kde/plasma.nix index 9915ba9..21488f1 100644 --- a/roles/kde/plasma.nix +++ b/roles/kde/plasma.nix @@ -54,6 +54,8 @@ in displayManager.defaultSession = "plasmawayland"; }; + qt.enable = true; + # GTK apps need dconf to grab the correct theme on Wayland programs.dconf.enable = true;