mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-01 03:29:24 +01:00
home-manager: Add pqiv config
This commit is contained in:
parent
0fddecce45
commit
d5cba73fef
@ -17,6 +17,7 @@
|
||||
./mpv.nix
|
||||
./ncmpcpp.nix
|
||||
./neovim.nix
|
||||
./pqiv.nix
|
||||
./qutebrowser.nix
|
||||
./rofi.nix
|
||||
./swaylock.nix
|
||||
|
11
home/pqiv.nix
Normal file
11
home/pqiv.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
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
|
||||
'';
|
||||
}
|
Loading…
Reference in New Issue
Block a user