feat(core): enable all terminfo

This commit is contained in:
tux
2026-09-16 12:48:45 +05:30
parent 9bb2e1f11d
commit 80469632b1

View File

@@ -0,0 +1,5 @@
{
flake.modules.nixos.core = {...}: {
environment.enableAllTerminfo = true;
};
}