enable terminfo and replace coreutils

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-02 08:30:35 +02:00
parent 7b445f43c3
commit 5d1b8767a7
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -75,7 +75,8 @@
};
environment = {
systemPackages = with pkgs; [ nmap coreutils-full fd git vim mlocate busybox bash scripts ];
systemPackages = with pkgs; [ nmap uutils-coreutils-noprefix fd git vim mlocate busybox bash scripts ];
enableAllTerminfo = true;
};
services = {