From 590baa9850c899885fa10b53c915fb7c200391b1 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 14 Jan 2024 17:14:54 +0100 Subject: [PATCH] feat: set large boot font --- configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 0e6b092..3bfdf56 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,8 +58,10 @@ i18n.defaultLocale = "en_US.UTF-8"; console = { - font = "Lat2-Terminus16"; + font = "ter-u24n"; keyMap = "de-latin1-nodeadkeys"; + packages = with pkgs; [ terminus_font ]; + earlySetup = true; }; fonts.packages = with pkgs; [