nix-config/home/pqiv.nix
2024-01-29 18:10:53 -05:00

18 lines
366 B
Nix

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