Files
nixy/home/programs/zathura/default.nix
2026-01-01 17:15:04 +01:00

16 lines
285 B
Nix

# TODO: Misc section with VLC, Zathura etc
# Zathura is a PDF viewer
{
programs.zathura = {
enable = true;
options = {
guioptions = "v";
adjust-open = "width";
statusbar-basename = true;
render-loading = false;
scroll-step = 120;
};
};
}