From fc988a568f7fe2e5414b869d3ff739714b901ead Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 6 May 2024 17:49:48 +0200 Subject: [PATCH] add xxd --- modules/home/packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/packages.nix b/modules/home/packages.nix index 3d607be..08d7c7c 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -53,6 +53,7 @@ unzip wget xdg-utils + xxd inputs.alejandra.defaultPackage.${system} ]); }