{ flake.modules.nixvim.custom = { pkgs, ... }: { extraPackages = with pkgs; [ gnumake ]; keymaps = [ { action = "make"; key = "r"; } ]; }; }