mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 17:34:03 +01:00
17 lines
336 B
Nix
17 lines
336 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,wand,webp";
|
|
thumbnail-size = "256x256";
|
|
command-1 = "thunar";
|
|
};
|
|
};
|
|
};
|
|
}
|