Computer now has VC modified by initrd
This commit is contained in:
parent
dab56acd19
commit
142dad8f68
1 changed files with 24 additions and 1 deletions
|
|
@ -54,9 +54,32 @@ in {
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
# Enable initrd hook for virtual console customisation
|
||||||
|
# aka cool colours when bootting yay!!
|
||||||
console = {
|
console = {
|
||||||
font = "Lat2-Terminus16";
|
enable = true;
|
||||||
|
earlySetup = true; # initrd pre hook
|
||||||
keyMap = "us";
|
keyMap = "us";
|
||||||
|
font = "Lat2-Terminus16";
|
||||||
|
# ANSI 24-bit color definitions (theme: dracula)
|
||||||
|
colors = [
|
||||||
|
"21222c"
|
||||||
|
"ff5555"
|
||||||
|
"50fa7b"
|
||||||
|
"f1fa8c"
|
||||||
|
"bd93f9"
|
||||||
|
"ff79c6"
|
||||||
|
"8be9fd"
|
||||||
|
"f8f8f2"
|
||||||
|
"6272a4"
|
||||||
|
"ff6e6e"
|
||||||
|
"69ff94"
|
||||||
|
"ffffa5"
|
||||||
|
"d6acff"
|
||||||
|
"ff92df"
|
||||||
|
"a4ffff"
|
||||||
|
"ffffff"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# ----- NETWORKING SECTION -----
|
# ----- NETWORKING SECTION -----
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue