mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
feat(core): enable all terminfo
This commit is contained in:
5
modules/nixos/core/env.nix
Normal file
5
modules/nixos/core/env.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
flake.modules.nixos.core = {...}: {
|
||||||
|
environment.enableAllTerminfo = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user