Enable the boot splash screen on X86 devices

This commit is contained in:
Andreas Zweili 2023-01-18 08:34:11 +01:00
parent e2a9ca463d
commit e912e960e6
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
(import "${custom.inputs.self}/modules/common" { inherit custom; })
];
# Enable boot splash screen
boot.plymouth.enable = true;
# Use the systemd-boot EFI boot loader.
boot.loader = {
systemd-boot.enable = true;