feat: add cellular automaton to plugin list

This commit is contained in:
NotAShelf 2023-02-05 16:15:02 +03:00
parent 5d6f7dc3f3
commit fed83cd8ce
No known key found for this signature in database
GPG Key ID: 5B5C8895F28445F1
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ with lib; let
"cheatsheet-nvim"
"colorizer"
"venn-nvim"
"cellular-automaton"
];
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));