fix: readd normal console font
This commit is contained in:
parent
6c40ec3bcb
commit
8e9c0f788d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
console = {
|
console = {
|
||||||
# font = "DejaVuSansMono";
|
font = "Lat2-Terminus16";
|
||||||
earlySetup = true;
|
earlySetup = true;
|
||||||
packages = with pkgs; [ (nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) ];
|
packages = with pkgs; [ (nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue