dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit c5328a4c77fdb3947aac5ec22e1f8088013abbc4
parent 4932c8212e24a168f27b78ff823f44bf15b41df7
Author: Chris <chris@echoz.io>
Date:   Wed, 28 Jan 2026 15:33:54 +0100

feat: add exiftool, vulkan-tools, zx

Diffstat:
Mmodules/tools/default.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/modules/tools/default.nix b/modules/tools/default.nix @@ -10,6 +10,7 @@ cyme ddrescue dig + exiftool file inetutils lm_sensors @@ -20,11 +21,13 @@ sqlite tree unzip + vulkan-tools wdiff xxd yq-go yt-dlp zip + zx ]; }; }