mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
pqiv: Use native module
This commit is contained in:
parent
b11734ac67
commit
35c502e22f
@ -1,11 +1,16 @@
|
||||
{
|
||||
xdg.configFile."pqivrc".text = /* ini */ ''
|
||||
[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
|
||||
'';
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user