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