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