From b3eeabee7eb811d5014339fa859f9143c1f3fd3f Mon Sep 17 00:00:00 2001 From: tdback Date: Sat, 15 Mar 2025 14:57:16 -0400 Subject: users/tdback: experiment with uutils implementation of coreutils --- users/tdback/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/users/tdback/default.nix b/users/tdback/default.nix index 54330ea..ea74adb 100644 --- a/users/tdback/default.nix +++ b/users/tdback/default.nix @@ -1,3 +1,7 @@ +# users/tdback/default.nix +# +# Home-manager configuration for all of my systems. + { config, lib, @@ -24,6 +28,9 @@ ripgrep unzip zip + # Experiment with uutils as the default implementation of coreutils. + # Ensure they take a higher priority over the default GNU implementation. + (lib.hiPrio uutils-coreutils-noprefix) ]; }; -- cgit v1.2.3