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:
parent
76d05fd9c0
commit
16df6b8448
108 changed files with 153 additions and 151 deletions
|
|
@ -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
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue