desktop plymouth

This commit is contained in:
mjallen18
2025-02-10 14:31:34 -06:00
parent 1959b82275
commit 68e346310d

View File

@@ -9,24 +9,21 @@ in
boot = {
kernelModules = [ "nct6775" ];
loader = {
systemd-boot = {
enable = lib.mkForce false;
extraEntries = {
"Windows.conf" = ''
title Windows 11
efi /shellx64.efi
options -nointerrupt -nomap -noversion b18bfb02-872a-4a24-ada1-afe1e51474f4:EFI\Microsoft\Boot\bootmgfw.efi
'';
};
memtest86.enable = lib.mkForce true;
};
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
};
};
initrd = {
verbose = false;
systemd.enable = true;
};
plymouth = {
enable = true;
};
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";