From c7e0b484dcc125e2208822fb485e9026a094e9aa Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 12 Feb 2026 20:08:08 -0800 Subject: [PATCH] Enable all terminfo entries for system --- nixos/environment.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/environment.nix b/nixos/environment.nix index 23fa7ee9..f689ddec 100644 --- a/nixos/environment.nix +++ b/nixos/environment.nix @@ -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";