nix-config/home/pqiv.nix

19 lines
389 B
Nix
Raw Normal View History

2023-07-03 20:37:34 +02:00
{
2023-07-15 18:03:51 +02:00
programs.pqiv = {
enable = true;
settings = {
options = {
lazy-load = 1;
hide-info-box = 1;
scale-mode-screen-fraction = 1;
max-depth = 0;
2023-07-15 18:03:51 +02:00
background-pattern = "black";
disable-backends = "archive,archive_cbx,libav,poppler,spectre";
2023-07-15 18:03:51 +02:00
thumbnail-size = "256x256";
command-1 = "thunar";
};
};
};
2023-07-03 20:37:34 +02:00
}