fix(koumakyou): set console font
This commit is contained in:
parent
ab6eabd213
commit
006bae7488
|
@ -34,6 +34,9 @@
|
||||||
${pkgs.kmod}/bin/modprobe bmi260_i2c
|
${pkgs.kmod}/bin/modprobe bmi260_i2c
|
||||||
${pkgs.kmod}/bin/modprobe bmi260_core
|
${pkgs.kmod}/bin/modprobe bmi260_core
|
||||||
'';
|
'';
|
||||||
|
console.packages = [ pkgs.terminus_font ];
|
||||||
|
console.font = "ter-v32n";
|
||||||
|
console.earlySetup = true;
|
||||||
|
|
||||||
specialisation.desktop.configuration = {
|
specialisation.desktop.configuration = {
|
||||||
programs.regreet.enable = lib.mkForce true;
|
programs.regreet.enable = lib.mkForce true;
|
||||||
|
|
Loading…
Reference in a new issue