From 568f90ebc72ee2c92de8e47aa8be544b79fb7ee2 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 18 Sep 2023 23:34:23 +0200 Subject: [PATCH] Yazi: add exiftool --- modules/hm/yazi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/yazi.nix b/modules/hm/yazi.nix index eca8226..9112cd1 100644 --- a/modules/hm/yazi.nix +++ b/modules/hm/yazi.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { - home.packages = [ pkgs.unstable_pkgs.yazi pkgs.ffmpegthumbnailer ]; + home.packages = [ pkgs.unstable_pkgs.yazi pkgs.ffmpegthumbnailer pkgs.exiftool ]; # programs.yazi = { # enable = true;