all repos — nixfiles @ 791e22191a5d762ec9d958ddad57bfa1533d52c3

System and user configuration, managed by nix and home-manager

servers: enable all terminfo

Alan Pearce
commit

791e22191a5d762ec9d958ddad57bfa1533d52c3

parent

a1e4b1504fcbfb73a233f3b947e43cfa93c4854d

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -48,10 +48,10 @@ time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_GB.UTF-8"; + environment.enableAllTerminfo = true; environment.homeBinInPath = true; environment.localBinInPath = true; environment.systemPackages = with pkgs; [ - kitty.terminfo htop lsof gitMinimal
M system/nanopi.nixsystem/nanopi.nix
@@ -72,8 +72,8 @@ services.journald.extraConfig = ''
MaxRetentionSec=1 month ''; + environment.enableAllTerminfo = true; environment.systemPackages = with pkgs; [ - kitty.terminfo htop lsof usbutils