nix-config/home/pqiv.nix
Donovan Glover 38a817b9ff
pqiv: Enable support for svg and other images
This change enables support for all formats imagemagick supports.
2023-07-26 09:59:00 -04:00

17 lines
331 B
Nix

{
programs.pqiv = {
enable = true;
settings = {
options = {
lazy-load = 1;
hide-info-box = 1;
background-pattern = "black";
disable-backends = "archive,archive_cbx,libav,poppler,spectre,webp";
thumbnail-size = "256x256";
command-1 = "thunar";
};
};
};
}