diff --git a/test/splash-themes.nix b/test/splash-themes.nix index 72ab07bcae5..cc3a7b756fa 100644 --- a/test/splash-themes.nix +++ b/test/splash-themes.nix @@ -45,6 +45,9 @@ rec { { tty = 5; theme = themePativo; } + { tty = 10; # logging console + theme = themeGNU; + } ]; }