From 069995b1c8d4d5f8eea189b0a669095db781b1d6 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 15 Jul 2024 22:16:22 +0200 Subject: boot splash is nice --- share/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/common.nix b/share/common.nix index 5ccd71e..dca9cab 100644 --- a/share/common.nix +++ b/share/common.nix @@ -67,6 +67,9 @@ in # setup the console stuff early console.earlySetup = true; + # boot splash + boot.plymouth.enable = true; + # swap to RAM zramSwap.enable = true; -- cgit v1.2.3