From eb3c2a300a4df97f2b0231f9706f0f402c6c8597 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 16 Nov 2024 16:10:21 +0100 Subject: home: Add nowrap to shell utils --- home/shell-utils/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home/shell-utils') diff --git a/home/shell-utils/default.nix b/home/shell-utils/default.nix index c3ea75e..f9ab435 100644 --- a/home/shell-utils/default.nix +++ b/home/shell-utils/default.nix @@ -9,6 +9,7 @@ in { ripgrep jc jq + nowrap ] ++ lib.optionals isLinux [ file # File is not included in NixOS, but *is* included in Darwin. -- cgit v1.2.3