From aa0db17bea49be32ee99968d92d329107aedd539 Mon Sep 17 00:00:00 2001 From: ska Date: Fri, 2 Jan 2026 23:31:16 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 0157b9f..83271b9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,6 +40,9 @@ allowDiscards = true; }; + boot.plymouth.enable = true; + boot.plymouth.theme = "text"; + ############################################################ # FIRMWARE - WIDE HARDWARE SUPPORT ############################################################