From c47686819a4a4005746a1e2fd3312fc69329550c Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 13 Jan 2024 21:50:55 +0100 Subject: commandline: comment-out vconsole configuration --- common/commandline.nix | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'common') diff --git a/common/commandline.nix b/common/commandline.nix index 2d84078..0563b0b 100644 --- a/common/commandline.nix +++ b/common/commandline.nix @@ -19,26 +19,26 @@ in { ]; console = { - packages = with pkgs; [terminus_font]; - font = "ter-d22n"; - colors = [ - "282a2e" - "a54242" - "8c9440" - "de935f" - "5f819d" - "85678f" - "5e8d87" - "707880" - "373b41" - "cc6666" - "b5bd68" - "f0c674" - "81a2be" - "b294bb" - "8abeb7" - "c5c8c6" - ]; + # packages = with pkgs; [terminus_font]; + # font = "ter-d22n"; + # colors = [ + # "282a2e" + # "a54242" + # "8c9440" + # "de935f" + # "5f819d" + # "85678f" + # "5e8d87" + # "707880" + # "373b41" + # "cc6666" + # "b5bd68" + # "f0c674" + # "81a2be" + # "b294bb" + # "8abeb7" + # "c5c8c6" + # ]; keyMap = "fr"; }; -- cgit v1.2.3