Joshuto: increase max preview size

This commit is contained in:
Paul-Henri Froidmont 2024-04-09 16:49:16 +02:00
parent 666942d610
commit a27909f592
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -19,6 +19,7 @@ in {
xdg_open = true; xdg_open = true;
xdg_open_fork = true; xdg_open_fork = true;
display = { show_icons = true; }; display = { show_icons = true; };
preview.max_preview_size = 50 * 1024 * 1024;
preview.preview_script = with pkgs; preview.preview_script = with pkgs;
"${ "${
writeShellApplication { writeShellApplication {