From fbf60eccd63e366cb55f36adb51d4aa45c052461 Mon Sep 17 00:00:00 2001 From: Elec3137 Date: Mon, 23 Feb 2026 20:08:09 -0800 Subject: [PATCH] graphical/plasma: add qtvirtualkeyboard this makes the "On-Screen Keyboard" in plasma settings work properly. doesn't seem to increase the size of the system closure, likely since it (being a library) is used by `plasma-keyboard` --- graphical/plasma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/graphical/plasma.nix b/graphical/plasma.nix index a9d1b06..4dc853f 100644 --- a/graphical/plasma.nix +++ b/graphical/plasma.nix @@ -19,6 +19,7 @@ in config = lib.mkIf cfg.enable { environment.systemPackages = with pkgs; [ kdePackages.plasma-keyboard + kdePackages.qtvirtualkeyboard wl-clipboard ];