hetzner_benchmark: install terminfo

This commit is contained in:
Primrose 2025-11-15 13:12:36 +08:00
parent cf2cf553e0
commit 77dc32f91c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 5 additions and 0 deletions

View file

@ -52,6 +52,7 @@ in
./hetzner_benchmark/nixos/hardware-configuration.nix
./hetzner_benchmark/nixos/misc.nix
./hetzner_benchmark/nixos/programs.nix
../nixosModules/common/fish.nix
../nixosModules/common/disable-command-not-found.nix

View file

@ -0,0 +1,4 @@
{
# Helps with kitty when ssh from remote
environment.enableAllTerminfo = true;
}