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 ############################################################