mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
home-manager: Add pqiv config
This commit is contained in:
parent
0fddecce45
commit
d5cba73fef
@ -17,6 +17,7 @@
|
|||||||
./mpv.nix
|
./mpv.nix
|
||||||
./ncmpcpp.nix
|
./ncmpcpp.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
|
./pqiv.nix
|
||||||
./qutebrowser.nix
|
./qutebrowser.nix
|
||||||
./rofi.nix
|
./rofi.nix
|
||||||
./swaylock.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…
x
Reference in New Issue
Block a user