{ pkgs, lib, ... }: { home.packages = with pkgs; [ # Use uutils core-utils with no prefix so they override the GNU coreutils (lib.hiPrio uutils-coreutils-noprefix) ]; }