{ config, pkgs, ... }: { programs.zathura = { enable = true; options = { selection-clipboard = "clipboard"; synctex = true; synctex-edit-modifier = "ctrl"; }; mappings = { }; }; home.packages = with pkgs; [ zathura poppler-utils ]; }