neovim-flake/modules/neovim/default.nix

9 lines
68 B
Nix

{
imports = [
./basic
./mappings
./config.nix
];
}