mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/installer/plasma6: disable KDE PIM
This commit is contained in:
parent
49dd486796
commit
a7a3457082
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
pkgs.kdePackages.plasma-workspace-wallpapers
|
||||
];
|
||||
|
||||
# Avoid bundling an entire MariaDB installation on the ISO.
|
||||
programs.kde-pim.enable = false;
|
||||
|
||||
system.activationScripts.installerDesktop =
|
||||
let
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue