1 2 3 4 5 6 7 8
{...}: { programs.nixvim.plugins.telescope.keymaps = { "<space>rg" = { action = "live_grep"; desc = "[rg] in a live session"; }; }; }