make kitty TERM work on other computers

This commit is contained in:
cy 2025-01-23 01:32:22 -05:00
parent 6da74e745e
commit 9de0b072cd
4 changed files with 3 additions and 8 deletions

View file

@ -197,4 +197,5 @@
};
};
virtualisation.oci-containers.backend = "podman";
environment.enableAllTerminfo = true;
}