neovim-flake/modules/utility/default.nix

7 lines
61 B
Nix

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