mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-14 06:27:47 +00:00
visuals: move cellular-automaton to its own module
Scuffed impl.
This commit is contained in:
parent
b4de344253
commit
ccd0582d09
6 changed files with 106 additions and 40 deletions
6
modules/plugins/visuals/cellular-automaton/default.nix
Normal file
6
modules/plugins/visuals/cellular-automaton/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./config.nix
|
||||
./cellular-automaton.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue