{ ... }: { programs.nixvim = { plugins = { yazi = { enable = true; autoLoad = true; }; which-key.settings.spec = [ { __unkeyed-1 = "y"; group = "Yazi"; icon = " "; } ]; }; keymaps = [ { key = "yf"; action = "Yazi"; options.desc = "Open yazi at the current file"; } { key = "yw"; action = "Yazi cwd"; options.desc = "Open yazi at the current working directory"; } { key = "yl"; action = "Yazi toggle"; options.desc = "Resume the last session"; } ]; }; }