neovim-flake/modules/utility/default.nix

8 lines
83 B
Nix

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