feat: replace getty with kmscon for unicode chars
This commit is contained in:
parent
a726fd207a
commit
aed5c4e05f
1 changed files with 11 additions and 0 deletions
|
@ -46,6 +46,17 @@
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
tlp.enable = true;
|
tlp.enable = true;
|
||||||
|
|
||||||
|
kmscon = {
|
||||||
|
enable = true;
|
||||||
|
hwRender = true;
|
||||||
|
fonts = [
|
||||||
|
{
|
||||||
|
name = "Source Code Pro";
|
||||||
|
package = pkgs.source-code-pro;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
locate = {
|
locate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
locate = pkgs.mlocate;
|
locate = pkgs.mlocate;
|
||||||
|
|
Loading…
Reference in a new issue