blob: 71b9752b99cc1d94bd5854c5d5f05de259197900 [file] [log] [blame]
Skyler Grey9f3c0bc2022-10-30 23:24:36 +00001{
2 config = {
3 boot = {
Skyler Grey252927a2022-10-18 22:18:15 +01004 kernelParams = [ "consoleblank=60" ];
Skyler Grey9f3c0bc2022-10-30 23:24:36 +00005 consoleLogLevel = 2;
6 };
7 console = {
8 font = "LigaRobotoMono-Regular";
9 colors = [
10 "383a42"
11 "e45649"
12 "50a14f"
13 "c18401"
14 "0184bc"
15 "a626a4"
16 "0997b3"
17 "fafafa"
18 "383a42"
19 "e45649"
20 "50a14f"
21 "c18401"
22 "0184bc"
23 "a626a4"
24 "0997b3"
25 "fafafa"
26 ];
27 };
28 };
29}