feat: replace getty with kmscon for unicode chars

This commit is contained in:
matt1432 2023-10-06 00:14:54 -04:00
parent a726fd207a
commit aed5c4e05f

View file

@ -46,6 +46,17 @@
flatpak.enable = true;
tlp.enable = true;
kmscon = {
enable = true;
hwRender = true;
fonts = [
{
name = "Source Code Pro";
package = pkgs.source-code-pro;
}
];
};
locate = {
enable = true;
locate = pkgs.mlocate;