From 9e91c721d078cf47b41612d823dde96a70c00ab1 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Fri, 6 Oct 2023 00:02:00 +0200 Subject: [PATCH] add splash screen for prettier boot --- modules/hardware/common-desktop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hardware/common-desktop.nix b/modules/hardware/common-desktop.nix index dea948e..bdae391 100644 --- a/modules/hardware/common-desktop.nix +++ b/modules/hardware/common-desktop.nix @@ -21,6 +21,8 @@ in { timeout = 3; efi.canTouchEfiVariables = true; }; + + plymouth.enable = true; }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking