Enable all terminfo entries for system
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user