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

View file

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