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";