all repos — nixfiles @ 791e22191a5d762ec9d958ddad57bfa1533d52c3

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

servers: enable all terminfo

Alan Pearce
commit

791e22191a5d762ec9d958ddad57bfa1533d52c3

parent

a1e4b1504fcbfb73a233f3b947e43cfa93c4854d

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
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