neovim-flake/modules/languages/elixir/default.nix

7 lines
66 B
Nix
Raw Normal View History

_: {
imports = [
./config.nix
./elixir-tools.nix
];
}