diff --git a/system/boot.nix b/system/boot.nix index ddf3560..a5bec44 100644 --- a/system/boot.nix +++ b/system/boot.nix @@ -1,6 +1,6 @@ { config, pkgs, inputs, ... }: { console = { - font = "ter-132n"; + font = "ter-120n"; packages = [pkgs.terminus_font]; earlySetup = false; };