programs: ship xxd
This commit is contained in:
@@ -105,6 +105,7 @@ in
|
|||||||
"subversion"
|
"subversion"
|
||||||
"tcpdump"
|
"tcpdump"
|
||||||
"tree"
|
"tree"
|
||||||
|
"unixtools.xxd"
|
||||||
"usbutils" # lsusb
|
"usbutils" # lsusb
|
||||||
"util-linux" # lsblk, lscpu, etc
|
"util-linux" # lsblk, lscpu, etc
|
||||||
"valgrind"
|
"valgrind"
|
||||||
|
@@ -203,6 +203,7 @@
|
|||||||
./xdg-desktop-portal-wlr.nix
|
./xdg-desktop-portal-wlr.nix
|
||||||
./xdg-terminal-exec.nix
|
./xdg-terminal-exec.nix
|
||||||
./xdg-utils.nix
|
./xdg-utils.nix
|
||||||
|
./xxd.nix
|
||||||
./youtube-tui.nix
|
./youtube-tui.nix
|
||||||
./yt-dlp.nix
|
./yt-dlp.nix
|
||||||
./zathura.nix
|
./zathura.nix
|
||||||
|
6
hosts/common/programs/xxd.nix
Normal file
6
hosts/common/programs/xxd.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
sane.programs."unixtools.xxd" = {
|
||||||
|
sandbox.autodetectCliPaths = "existingFile";
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user