From d706a86250804af414906ba2b0bcf3aa60a5b6ef Mon Sep 17 00:00:00 2001 From: Toast Date: Tue, 30 Jan 2024 23:11:14 +0100 Subject: [PATCH] Kde/plasma: enable qt --- roles/kde/plasma.nix | 2 ++ 1 file changed, 2 insertions(+) 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;