{ flake.modules.nixvim.custom = { plugins.undotree.enable = true; keymaps = [ { action = "UndotreeToggle"; key = "u"; } ]; }; }