10 lines
178 B
Nix
10 lines
178 B
Nix
{pkgs, ...}: {
|
|
environment = {
|
|
systemPackages = with pkgs; [
|
|
# (lib.hiPrio uutils-coreutils-noprefix)
|
|
# unless fix
|
|
];
|
|
|
|
enableAllTerminfo = true;
|
|
};
|
|
}
|