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,13 +3,13 @@ mkTarget {
name = "blender";
humanName = "Blender";
extraOptions.themeBody = lib.mkOption {
options.themeBody = lib.mkOption {
type = lib.types.lines;
default = "";
internal = true;
};
configElements = [
config = [
./color-theme.nix
./font-theme.nix
(