{ programs.nixvim = { plugins = { oil = { enable = true; settings = { default_file_explorer = false; }; }; }; keymaps = [ { mode = "n"; key = "o"; action = "Oil --float"; options = { desc = "Manage Files"; silent = true; }; } ]; }; }