This commit is contained in:
2024-04-01 12:32:36 +01:00
parent 4c793e7ac1
commit 77ec775e8c

View File

@@ -23,25 +23,25 @@
i18n.defaultLocale = "en_GB.UTF-8";
console = {
packages = [ pkgs.spleen ];
font = "spleen-16x32";
font = "spleen-12x24";
useXkbConfig = true; # use xkb.options in tty.
colors = [
"363537"
"ff6188"
"a9dc76"
"ffd866"
"fc9867"
"ab9df2"
"78dce8"
"fdf9f3"
"908e8f"
"ff6188"
"a9dc76"
"ffd866"
"fc9867"
"ab9df2"
"78dce8"
"fdf9f3"
"292D3E"
"444267"
"32374D"
"676E95"
"8796B0"
"959DCB"
"959DCB"
"FFFFFF"
"F07178"
"F78C6C"
"FFCB6B"
"C3E88D"
"89DDFF"
"82AAFF"
"C792EA"
"FF5370"
];
};