1

feat: use terminus on boot

This commit is contained in:
Himadri Bhattacharjee
2024-12-03 14:21:42 +05:30
parent 796d43e66d
commit 53c417e685

View File

@@ -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