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:
parent
6536bc012f
commit
fbf60eccd6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue