Enable all terminfo entries for system

This commit is contained in:
2026-02-12 20:08:08 -08:00
committed by Kat Huang
parent 7e3c2d1b19
commit c7e0b484dc

View File

@@ -72,9 +72,7 @@ with lib;
environment = { environment = {
homeBinInPath = true; homeBinInPath = true;
localBinInPath = true; localBinInPath = true;
systemPackages = [ enableAllTerminfo = true;
pkgs.ghostty.terminfo
];
shellAliases = { shellAliases = {
df_ssh = "TERM=xterm-256color ssh -o StrictHostKeyChecking=no"; df_ssh = "TERM=xterm-256color ssh -o StrictHostKeyChecking=no";
fix_nix = "LD_LIBRARY_PATH='' nix"; fix_nix = "LD_LIBRARY_PATH='' nix";