Evie Litherland-Smith
048d44ce6d
Add Sushi (NautilusPreviewer) for quick file previews Add zathura back as PDF viewer Update mimeapps for swayimg, mpv, zathura, etc...
16 lines
275 B
Nix
16 lines
275 B
Nix
{ ... }:
|
|
{
|
|
# TODO add emacs keybinds
|
|
programs.zathura = {
|
|
enable = true;
|
|
options = {
|
|
adjust-open = "best-fit";
|
|
database = "null";
|
|
dbus-service = true;
|
|
sandbox = "normal";
|
|
scroll-page-aware = true;
|
|
synctex = true;
|
|
};
|
|
};
|
|
}
|