summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2024-01-13 21:50:55 +0100
committerMinijackson <minijackson@riseup.net>2024-01-13 21:50:55 +0100
commitc47686819a4a4005746a1e2fd3312fc69329550c (patch)
treefdfb8029c63edc2dedeb50ee3347d7db8000f4fc /common
parent22453763c99e0ece9cb6224e90caa475fda71465 (diff)
downloadnixos-config-reborn-c47686819a4a4005746a1e2fd3312fc69329550c.tar.gz
nixos-config-reborn-c47686819a4a4005746a1e2fd3312fc69329550c.zip
commandline: comment-out vconsole configuration
Diffstat (limited to 'common')
-rw-r--r--common/commandline.nix40
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