diff --git a/modules/common-x86/default.nix b/modules/common-x86/default.nix index 8e93889..5de9aca 100644 --- a/modules/common-x86/default.nix +++ b/modules/common-x86/default.nix @@ -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;