spec(koumakyou): set console font

This commit is contained in:
514fpv 2024-05-22 21:11:06 +08:00
parent 452ab96ae8
commit 6a7decba81
Signed by: koishi
SSH key fingerprint: SHA256:8k1fIs1pD4P5LpAmQ8imt8MJx0K/36UYP0r/r/LGBKA

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;