neovim-flake/modules/neovim/mappings/default.nix

7 lines
58 B
Nix

{
imports = [
./config.nix
./options.nix
];
}