mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
6 lines
89 B
Nix
6 lines
89 B
Nix
{
|
|
flake.modules.nixos.core = {...}: {
|
|
environment.enableAllTerminfo = true;
|
|
};
|
|
}
|