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`
This commit is contained in:
Elec3137 2026-02-23 20:08:09 -08:00
commit fbf60eccd6

View file

@ -19,6 +19,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
kdePackages.plasma-keyboard kdePackages.plasma-keyboard
kdePackages.qtvirtualkeyboard
wl-clipboard wl-clipboard
]; ];