neovim-flake/modules/utility/venn/default.nix

7 lines
58 B
Nix

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