From 34d99abc1bc4833fd5716ae0be6d338d8d1e32a4 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 19 Oct 2023 18:19:53 +0200 Subject: [PATCH] base: Use frappe colours and try to stop large font on early boot --- modules/base/default.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/modules/base/default.nix b/modules/base/default.nix index 3497c842..e2c7a1e8 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -60,6 +60,25 @@ boot.kernelParams = [ "mitigations=off" ]; console = { + colors = [ + "51576d" + "e78284" + "a6d189" + "e5c890" + "8caaee" + "f4b8e4" + "81c8be" + "b5bfe2" + "626880" + "e78284" + "a6d189" + "e5c890" + "8caaee" + "f4b8e4" + "81c8be" + "a5adce" + ]; + earlySetup = true; font = "Lat2-Terminus16"; keyMap = "us"; };