added ds script to shell-tools

This commit is contained in:
John Lancaster
2026-03-28 19:16:32 -05:00
parent 550e61eb5a
commit 9e8c782f88
+3
View File
@@ -31,6 +31,9 @@
xclip xclip
jq jq
ripgrep ripgrep
(writeShellScriptBin "ds" ''
${lib.getExe pkgs.gdu} -x -I /snap /
'')
]; ];
}; };
}; };