diff --git a/config/profile-config/common-ui.nix b/config/profile-config/common-ui.nix index 504b394..3c38bd0 100644 --- a/config/profile-config/common-ui.nix +++ b/config/profile-config/common-ui.nix @@ -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;