mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-17 03:19:05 +01:00
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:
parent
55e3c4a813
commit
15b231a157
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user