diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-22 14:19:26 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-22 14:19:26 -0700 |
commit | e80bb300bf94900de2d9ec1ed0a60538ff10a19e (patch) | |
tree | 7312b81f816b480a154f556fd15b8ae0266537bc | |
parent | remove GPS data from images (diff) | |
download | fcuny.net-e80bb300bf94900de2d9ec1ed0a60538ff10a19e.tar.gz |
install tools needed to remove GPS data
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 9295dba..4fc38e6 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,8 @@ taplo nodePackages.prettier awscli + imagemagick + exiftool ]; }; }); |