mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] nixos/plasma6: install plasma-keyboard by default (#529409)
This commit is contained in:
commit
99faf529b4
2 changed files with 3 additions and 5 deletions
|
|
@ -21,11 +21,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
# provide onscreen keyboard
|
||||
pkgs.kdePackages.plasma-keyboard
|
||||
];
|
||||
|
||||
environment.plasma6.excludePackages = [
|
||||
# Optional wallpapers that add 126 MiB to the graphical installer
|
||||
# closure. They will still need to be downloaded when installing a
|
||||
|
|
|
|||
|
|
@ -169,6 +169,9 @@ in
|
|||
krdp
|
||||
kconfig # required for xdg-terminal from xdg-utils
|
||||
qtbase # for qtpaths which is required for xdg-mime from xdg-utils
|
||||
# touch keyboard
|
||||
plasma-keyboard
|
||||
qtvirtualkeyboard # used by plasma-keyboard KCM
|
||||
]
|
||||
++ lib.optional config.networking.networkmanager.enable qrca
|
||||
++ lib.optionals config.hardware.sensor.iio.enable [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue