mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +01:00
pqiv: Use native module
This commit is contained in:
parent
b11734ac67
commit
35c502e22f
@ -1,11 +1,16 @@
|
|||||||
{
|
{
|
||||||
xdg.configFile."pqivrc".text = /* ini */ ''
|
programs.pqiv = {
|
||||||
[options]
|
enable = true;
|
||||||
lazy-load=1
|
|
||||||
hide-info-box=1
|
settings = {
|
||||||
background-pattern=black
|
options = {
|
||||||
disable-backends=archive,archive_cbx,libav,poppler,spectre,wand,webp
|
lazy-load = 1;
|
||||||
thumbnail-size=256x256
|
hide-info-box = 1;
|
||||||
command-1=thunar
|
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