neovim-flake/modules/plugins/visuals/cellular-automaton/default.nix

6 lines
69 B
Nix

{
imports = [
./config.nix
./cellular-automaton.nix
];
}