diff options
| author | Fuwn <[email protected]> | 2024-09-19 18:26:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-19 18:26:52 -0700 |
| commit | 435040e8ecde318ed471d862a60dff105bc43558 (patch) | |
| tree | c7b734fe6ea73793c5823fc81af7bab9017edebf /modules | |
| parent | caddy: internal tls (diff) | |
| download | nixos-config-435040e8ecde318ed471d862a60dff105bc43558.tar.xz nixos-config-435040e8ecde318ed471d862a60dff105bc43558.zip | |
software: vconsole font size
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/software/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software/default.nix b/modules/software/default.nix index fa39b3b..f0de576 100644 --- a/modules/software/default.nix +++ b/modules/software/default.nix @@ -34,7 +34,7 @@ console = { earlySetup = true; keyMap = "us"; - font = "ter-v18n"; + font = "ter-v16n"; packages = [ pkgs.terminus_font ]; }; } |