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.

(cherry picked from commit 16df6b8448)
This commit is contained in:
NAHO 2025-07-19 11:28:35 +02:00 committed by 0xda157
parent e87a003de1
commit 3fb65013f7
107 changed files with 152 additions and 150 deletions

View file

@ -3,7 +3,7 @@ mkTarget {
name = "kitty";
humanName = "Kitty";
extraOptions = {
options = {
variant256Colors = lib.mkOption {
description = ''
Whether to use the [256-color variant](https://github.com/kdrag0n/base16-kitty#256-color-variants)
@ -14,7 +14,7 @@ mkTarget {
};
};
configElements = [
config = [
(
{ fonts }:
{