feat: remove terminal colors, reduce timeout
This commit is contained in:
parent
2bf71464ef
commit
34297f520f
1 changed files with 1 additions and 20 deletions
|
@ -18,7 +18,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
timeout = 5;
|
timeout = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "America/New_York";
|
time.timeZone = "America/New_York";
|
||||||
|
@ -39,25 +39,6 @@
|
||||||
keyMap = "us";
|
keyMap = "us";
|
||||||
earlySetup = true;
|
earlySetup = true;
|
||||||
packages = [ ];
|
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;
|
services.kmscon.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue