mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
38a817b9ff
This change enables support for all formats imagemagick supports.
17 lines
331 B
Nix
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";
|
|
};
|
|
};
|
|
};
|
|
}
|