diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 0db35e0..52eb9a8 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -176,6 +176,13 @@ # Make sure opengl is enabled hardware.graphics.enable = true; + console = { + earlySetup = true; + font = "${pkgs.terminus_font}/share/consolefonts/ter-116n.psf.gz"; + packages = with pkgs; [ terminus_font ]; + keyMap = "us"; + }; + fonts.packages = with pkgs; [ noto-fonts noto-fonts-cjk-sans