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 = {
homeBinInPath = true;
localBinInPath = true;
systemPackages = [
pkgs.ghostty.terminfo
];
enableAllTerminfo = true;
shellAliases = {
df_ssh = "TERM=xterm-256color ssh -o StrictHostKeyChecking=no";
fix_nix = "LD_LIBRARY_PATH='' nix";