From a7a3457082bd1c942a803e2b1043b4f694ad401c Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 24 Mar 2025 17:28:08 +0000 Subject: [PATCH] nixos/installer/plasma6: disable KDE PIM --- .../cd-dvd/installation-cd-graphical-calamares-plasma6.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix index d9fae053e771..90683fa088dc 100644 --- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix +++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix @@ -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