{ lib, config, pkgs, ... }: { programs.nixvim = { enable = true; keymaps = { }; }; }