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 = [ imports = [
"${modulesPath}/installer/cd-dvd/installation-cd-graphical-gnome.nix" "${modulesPath}/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix"
]; ];
${namespace} = { ${namespace} = {
bootloader.lanzaboote.enable = true; desktop.plasma.enable = true;
hardware.disko = { hardware.disko = {
enable = true; enable = true;
@@ -43,9 +43,10 @@
}; };
}; };
specialisation.graphical.configuration = { # The installer base module (installation-cd-graphical-calamares-plasma6.nix)
${namespace}.desktop.plasma.enable = true; # 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 = { boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages_latest; kernelPackages = lib.mkForce pkgs.linuxPackages_latest;