neovim-flake/modules/basic/default.nix

7 lines
60 B
Nix

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