This commit is contained in:
Hadi
2024-08-19 19:36:21 +02:00
parent 849eb5dd11
commit 79a69d245c
8 changed files with 42 additions and 53 deletions

View File

@@ -1,17 +0,0 @@
# 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");
};
};
}