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

7 lines
58 B
Nix

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