lol
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user