Former-commit-id: c618feced4
This commit is contained in:
Hadi
2024-06-25 21:57:24 +02:00
parent 13cf7cd494
commit 24d0f22f8e
11 changed files with 126 additions and 57 deletions

View File

@@ -0,0 +1,17 @@
# PDF viewer
{
programs.zathura = {
enable = true;
options = {
guioptions = "v";
adjust-open = "width";
statusbar-basename = true;
render-loading = false;
scroll-step = 120;
# highlight-color = ");
# highlight-active-color = mkForce (rgba "base0D");
};
};
}