use plymouth for boot screen
This commit is contained in:
@@ -4,4 +4,8 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.resumeDevice = "/dev/mapper/luksroot";
|
||||
boot.consoleLogLevel = 3;
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.initrd.verbose = false;
|
||||
boot.loader.timeout = 0;
|
||||
}
|
||||
|
||||
@@ -20,6 +20,9 @@
|
||||
# GPU
|
||||
"amdgpu.gpu_recovery=1"
|
||||
"amdgpu.runpm=0"
|
||||
"quiet"
|
||||
"udev.log_level=3"
|
||||
"systemd.show_status=auto"
|
||||
];
|
||||
|
||||
boot.kernelModules = [ "usbmon" ];
|
||||
|
||||
8
nixos/modules/boot/plymouth.nix
Normal file
8
nixos/modules/boot/plymouth.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
theme = "bgrt";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user