Change to smaller font on gui

This commit is contained in:
root 2021-05-10 18:25:12 -07:00
parent f731ae666b
commit 0fc489bf90
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ in {
hardware.pulseaudio.enable = true;
console.font =
lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-g28n.psf.gz";
lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-g18n.psf.gz";
services.gnome3 = mkIf enable-gui {
evolution-data-server.enable = mkForce false;