enable all terminfo

This commit is contained in:
2026-02-24 08:08:31 -05:00
parent 8e187a3ea6
commit eeb57bd576

View File

@@ -6,6 +6,7 @@
programs.nix-ld.enable = true;
security.sudo.wheelNeedsPassword = false;
system.stateVersion = "25.11";
environment.enableAllTerminfo = true;
nix = {
settings = {