mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add xxd
This commit is contained in:
parent
0a78c93e7a
commit
55ec7c4187
2 changed files with 15 additions and 8 deletions
|
@ -49,6 +49,10 @@ let
|
|||
websocat.default = "websocat";
|
||||
wezterm.default = "wezterm";
|
||||
which.default = "which";
|
||||
xxd.default = [
|
||||
"unixtools"
|
||||
"xxd"
|
||||
];
|
||||
yazi.default = "yazi";
|
||||
yq.default = "yq";
|
||||
zk.default = "zk";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue