neovim-flake/modules/utility/default.nix

7 lines
61 B
Nix
Raw Normal View History

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