feat: Add zathura config

Note that loading a runtime file in ~/.cache/wal is no longer necessary
since configuration is done declaratively through Nix.

Although this has some downsides, such as the lack of "live reloading"
in some applications, this "feature" wasn't present across all
applications anyway.
This commit is contained in:
Donovan Glover 2023-05-10 11:41:46 -04:00
parent 55e3c4a813
commit 15b231a157
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -63,5 +63,15 @@
mouse.hide_when_typing = true;
};
};
programs.zathura = {
enable = true;
options = {
guioptions = "v";
adjust-open = "width";
statusbar-basename = true;
render-loading = false;
scroll-step = 120;
};
};
};
}