visuals: move cellular-automaton to its own module

Scuffed impl.
This commit is contained in:
raf 2024-10-07 02:10:20 +03:00
commit ccd0582d09
Signed by: NotAShelf
GPG key ID: AF26552424E53993
6 changed files with 106 additions and 40 deletions

View file

@ -0,0 +1,6 @@
{
imports = [
./config.nix
./cellular-automaton.nix
];
}