2024-11-12 19:16:11 +03:00

10 lines
110 B
Nix

{ ... }:
{
programs.nixvim.keymaps = [
{
action = "<cmd>Neotree toggle<CR>";
key = "l";
}
];
}