use uutils instead of coreutils

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-10 11:07:49 +02:00
parent ae2d09475f
commit 50d8c40057
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -19,7 +19,7 @@ top@{ moduleWithSystem, ... }: {
time.timeZone = "Europe/Prague"; time.timeZone = "Europe/Prague";
fonts.packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) noto-fonts noto-fonts-emoji noto-fonts-lgc-plus ]; fonts.packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) noto-fonts noto-fonts-emoji noto-fonts-lgc-plus ];
environment = { environment = {
systemPackages = with pkgs; [ cmatrix coreutils-full cryptsetup fd file git glibc gnumake mlocate moreutils openssh openssl procs ripgrep srm unzip vim zip ]; systemPackages = with pkgs; [ cmatrix uutils-coreutils cryptsetup fd file git glibc gnumake mlocate moreutils openssh openssl procs ripgrep srm unzip vim zip ];
shells = with pkgs; [ zsh nushell ]; shells = with pkgs; [ zsh nushell ];
}; };
programs = { zsh.enable = true; nix-ld.enable = true; dconf.enable = true; }; programs = { zsh.enable = true; nix-ld.enable = true; dconf.enable = true; };