mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
hetzner_benchmark: install terminfo
This commit is contained in:
parent
cf2cf553e0
commit
77dc32f91c
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
4
nix/configurations/hetzner_benchmark/nixos/programs.nix
Normal file
4
nix/configurations/hetzner_benchmark/nixos/programs.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
# Helps with kitty when ssh from remote
|
||||
environment.enableAllTerminfo = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue