Files
nix-files/hosts/common/programs/exiftool.nix
2024-09-03 19:19:24 +00:00

8 lines
127 B
Nix

{ ... }:
{
sane.programs.exiftool = {
sandbox.method = "bunpen";
sandbox.autodetectCliPaths = "existingFile";
};
}