1 { config, lib, pkgs, ... }: { 2 home.packages = [ pkgs.zathura ]; 3 home.file.".config/zathura/zathurarc" = { 4 source = ./zathurarc; 5 }; 6 } 7 8