nix-config/home/pqiv.nix

23 lines
442 B
Nix
Raw Permalink 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;
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";
};
};
extraConfig = ''
[actions]
set_cursor_auto_hide(1)
'';
2023-07-15 18:03:51 +02:00
};
2023-07-03 20:37:34 +02:00
}