{ programs.nixvim.keymaps = [{ key = "fm"; action = "lua vim.lsp.buf.format()"; options.desc = "LSP Format"; }]; }