{ config , pkgs , ... }: { programs.feh = { enable = true; buttons = { zoom_in = "C-5"; zoom_out = "C-4"; }; }; }