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;
|
2024-01-30 00:10:53 +01:00
|
|
|
scale-mode-screen-fraction = 1;
|
2023-07-15 18:03:51 +02:00
|
|
|
background-pattern = "black";
|
2023-08-01 18:10:17 +02:00
|
|
|
disable-backends = "archive,archive_cbx,libav,poppler,spectre";
|
2023-07-15 18:03:51 +02:00
|
|
|
thumbnail-size = "256x256";
|
|
|
|
command-1 = "thunar";
|
|
|
|
};
|
|
|
|
};
|
2024-03-22 17:19:59 +01:00
|
|
|
|
|
|
|
extraConfig = ''
|
|
|
|
[actions]
|
|
|
|
set_cursor_auto_hide(1)
|
|
|
|
'';
|
2023-07-15 18:03:51 +02:00
|
|
|
};
|
2023-07-03 20:37:34 +02:00
|
|
|
}
|