nvf/modules/plugins/mini/default.nix

8 lines
58 B
Nix
Raw Normal View History

2025-01-17 17:57:59 +00:00
{
imports = [
./ai
2025-01-17 18:00:43 +00:00
./align
2025-01-17 18:03:44 +00:00
./animate
2025-01-17 17:57:59 +00:00
];
}