neovim-flake/modules/plugins/languages/bash/default.nix

7 lines
55 B
Nix

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