modules/visuals: migrate plugins to setupOpts

This commit is contained in:
raf 2024-11-08 12:56:21 +03:00 committed by raf
commit a6bb6e1b3e
28 changed files with 692 additions and 396 deletions

View file

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