mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
12 lines
256 B
Nix
12 lines
256 B
Nix
|
{
|
||
|
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
|
||
|
'';
|
||
|
}
|