treewide: rename mkTarget's configElements and extraOptions options

Rename mkTarget's 'configElements' argument to 'config' and
'extraOptions' to 'options' to provide a more transparent interface with
the underlying Nixpkgs module system.
This commit is contained in:
NAHO 2025-07-19 11:28:35 +02:00
parent 76d05fd9c0
commit 16df6b8448
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185
108 changed files with 153 additions and 151 deletions

View file

@ -3,7 +3,7 @@ mkTarget {
name = "opencode";
humanName = "OpenCode";
configElements =
config =
{ colors }:
{
programs.opencode =