neovim-flake/modules/neovim/default.nix

9 lines
68 B
Nix
Raw Normal View History

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