From 8fe2f766d66c3b0546ac33099d07e5f83e81e091 Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Fri, 1 Mar 2024 03:21:55 +1000 Subject: [PATCH] console: corrected font --- profiles/host_common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/host_common.nix b/profiles/host_common.nix index 87a7129..d5d0e1c 100644 --- a/profiles/host_common.nix +++ b/profiles/host_common.nix @@ -27,7 +27,7 @@ # Set the defaul console properties console = { keyMap = "us"; # Set the default console key map - font = "ter-powerline-v16Rv"; # Set the default console font + font = "ter-powerline-v32n"; # Set the default console font }; time.timeZone = "Etc/UTC";