summaryrefslogtreecommitdiff
path: root/home/shell-utils
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-11-16 16:10:21 +0100
committerLinnnus <[email protected]>2024-11-16 16:10:21 +0100
commiteb3c2a300a4df97f2b0231f9706f0f402c6c8597 (patch)
tree100ea0a286a28d063cd3372d69423ca1f4a70908 /home/shell-utils
parentc9af4dd8d83bd02b9507fe9e056fa0ac5f608540 (diff)
home: Add nowrap to shell utils
Diffstat (limited to 'home/shell-utils')
-rw-r--r--home/shell-utils/default.nix1
1 files changed, 1 insertions, 0 deletions
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.