diff --git a/config/profile-config/common-ui.nix b/config/profile-config/common-ui.nix index b94859e..90ef2bd 100644 --- a/config/profile-config/common-ui.nix +++ b/config/profile-config/common-ui.nix @@ -65,7 +65,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;