fix(koumakyou): set console font

This commit is contained in:
514fpv 2024-05-22 21:11:06 +08:00
parent ab6eabd213
commit 006bae7488
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -34,6 +34,9 @@
${pkgs.kmod}/bin/modprobe bmi260_i2c
${pkgs.kmod}/bin/modprobe bmi260_core
'';
console.packages = [ pkgs.terminus_font ];
console.font = "ter-v32n";
console.earlySetup = true;
specialisation.desktop.configuration = {
programs.regreet.enable = lib.mkForce true;