neovim-flake/modules/projects/project-nvim/default.nix

7 lines
66 B
Nix

_: {
imports = [
./config.nix
./project-nvim.nix
];
}