diff options
-rw-r--r-- | common/commandline.nix | 40 |
1 files changed, 20 insertions, 20 deletions
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 { | |||
19 | ]; | 19 | ]; |
20 | 20 | ||
21 | console = { | 21 | console = { |
22 | packages = with pkgs; [terminus_font]; | 22 | # packages = with pkgs; [terminus_font]; |
23 | font = "ter-d22n"; | 23 | # font = "ter-d22n"; |
24 | colors = [ | 24 | # colors = [ |
25 | "282a2e" | 25 | # "282a2e" |
26 | "a54242" | 26 | # "a54242" |
27 | "8c9440" | 27 | # "8c9440" |
28 | "de935f" | 28 | # "de935f" |
29 | "5f819d" | 29 | # "5f819d" |
30 | "85678f" | 30 | # "85678f" |
31 | "5e8d87" | 31 | # "5e8d87" |
32 | "707880" | 32 | # "707880" |
33 | "373b41" | 33 | # "373b41" |
34 | "cc6666" | 34 | # "cc6666" |
35 | "b5bd68" | 35 | # "b5bd68" |
36 | "f0c674" | 36 | # "f0c674" |
37 | "81a2be" | 37 | # "81a2be" |
38 | "b294bb" | 38 | # "b294bb" |
39 | "8abeb7" | 39 | # "8abeb7" |
40 | "c5c8c6" | 40 | # "c5c8c6" |
41 | ]; | 41 | # ]; |
42 | keyMap = "fr"; | 42 | keyMap = "fr"; |
43 | }; | 43 | }; |
44 | 44 | ||