neovim-flake/modules/basic/default.nix

7 lines
60 B
Nix
Raw Normal View History

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