From 34297f520fb50cb7bf38be78c612e9b6e71e2eb3 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 9 Sep 2021 16:12:57 -0400 Subject: [PATCH] feat: remove terminal colors, reduce timeout --- hosts/Infini-DESKTOP/default.nix | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 97ef449..9a4219a 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -18,7 +18,7 @@ }; efi.canTouchEfiVariables = true; - timeout = 5; + timeout = 3; }; time.timeZone = "America/New_York"; @@ -39,25 +39,6 @@ keyMap = "us"; earlySetup = true; packages = [ ]; - colors = [ - # Solarized Dark Theme - "002b36" - "dc322f" - "859900" - "b58900" - "268bd2" - "6c71c4" - "2aa198" - "93a1a1" - "657b83" - "dc322f" - "859900" - "b58900" - "268bd2" - "6c71c4" - "2aa198" - "93a1a1" - ]; }; services.kmscon.enable = true;