system/services/kmscon: fix font name being incorrect
This commit is contained in:
parent
98b1beb3f8
commit
37ef1e9875
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
fonts = [
|
fonts = [
|
||||||
{
|
{
|
||||||
name = "0xProto NF";
|
name = "0xProto Nerd Font";
|
||||||
package = pkgs.nerd-fonts._0xproto;
|
package = pkgs.nerd-fonts._0xproto;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
font-size=14
|
font-size=13
|
||||||
font-dpi=144
|
font-dpi=144
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue