feat: move console and locale to core

This commit is contained in:
Infinidoge 2021-09-10 10:44:37 -04:00
parent 4d5683fa2b
commit acb964f7f2
4 changed files with 16 additions and 9 deletions

View file

@ -0,0 +1,9 @@
{ ... }: {
console = {
font = "Lat2-Terminus16";
earlySetup = true;
packages = [ ];
};
services.kmscon.enable = true;
}