system/services/kmscon: fix font name being incorrect

This commit is contained in:
Anthony Rodriguez 2024-12-15 19:40:30 +01:00
parent 98b1beb3f8
commit 37ef1e9875
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -3,12 +3,12 @@
enable = true;
fonts = [
{
name = "0xProto NF";
name = "0xProto Nerd Font";
package = pkgs.nerd-fonts._0xproto;
}
];
extraConfig = ''
font-size=14
font-size=13
font-dpi=144
'';
};