pantheon/nix/homes/rafiq/_nvf/utility.nix

11 lines
204 B
Nix

{
motion.hop.enable = true;
yazi-nvim = {
enable = true;
mappings = {
openYazi = "<leader>tt";
openYaziDir = "<leader>TT";
};
setupOpts.open_for_directories = true;
};
}