contributing: document plugins/default.nix

Mention that new plugins need to be imported via the `default.nix` file.
This commit is contained in:
refaelsh 2024-08-30 00:57:13 +03:00 committed by GitHub
parent c96b46f44b
commit 2704133fe3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,6 +75,9 @@ In either case, you don't need to bother implementing this part. It is done auto
> `settings` has a "freeform" type `attrsOf anything`, meaning it can be configured with _anything_.
> Declaring `settingsOptions` is therefore optional and just adds type-checking and documentation.
#### Add to plugins/default.nix
As a final step, please add your plugin to `plugins/default.nix`. Please maintain the file hierarchy.
### Tests