This commit is contained in:
mjallen18
2026-04-08 13:24:07 -05:00
parent 4cb746afc5
commit 2e8c2ddd3a

View File

@@ -7,11 +7,11 @@
}:
{
imports = [
"${modulesPath}/installer/cd-dvd/installation-cd-graphical-gnome.nix"
"${modulesPath}/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix"
];
${namespace} = {
bootloader.lanzaboote.enable = true;
desktop.plasma.enable = true;
hardware.disko = {
enable = true;
@@ -43,9 +43,10 @@
};
};
specialisation.graphical.configuration = {
${namespace}.desktop.plasma.enable = true;
};
# The installer base module (installation-cd-graphical-calamares-plasma6.nix)
# sets plasma-login-manager for auto-login; override with SDDM from the plasma
# module disabled to avoid display-manager conflicts on the live ISO.
services.displayManager.sddm.enable = lib.mkForce false;
boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages_latest;