{ config, lib, pkgs, ... }: { config.programs.zathura = { enable = true; extraConfig = builtins.readFile ./gruvbox-dark.zathurarc; }; }