2024-09-19 08:05:48 +01:00
|
|
|
{ ... }:
|
2024-09-18 15:05:51 +01:00
|
|
|
{
|
|
|
|
# TODO add emacs keybinds
|
2024-09-19 08:05:48 +01:00
|
|
|
programs.zathura = {
|
|
|
|
enable = true;
|
|
|
|
options = {
|
|
|
|
adjust-open = "best-fit";
|
|
|
|
database = "null";
|
|
|
|
dbus-service = true;
|
|
|
|
sandbox = "normal";
|
|
|
|
scroll-page-aware = true;
|
|
|
|
synctex = true;
|
2024-09-18 15:05:51 +01:00
|
|
|
};
|
2024-09-19 08:05:48 +01:00
|
|
|
};
|
2024-09-18 15:05:51 +01:00
|
|
|
}
|