From 876053fa68cce7c0fd2a9fc684776e264780b623 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 27 May 2021 18:58:14 +0200 Subject: commandline: theme TTY --- common/commandline.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/common/commandline.nix b/common/commandline.nix index 1d96caf..76f115a 100644 --- a/common/commandline.nix +++ b/common/commandline.nix @@ -17,6 +17,30 @@ in (import ./commandline/zsh.nix inputs) ]; + 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" + ]; + keyMap = "fr"; + }; + environment.shellAliases = { ll = "ls -l"; e = "\${EDITOR}"; -- cgit v1.2.3