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

@ -24,7 +24,7 @@ mkTarget {
|| xmonad.enable
'';
configElements =
config =
{ imageScalingMode, image }:
{
xsession.initExtra =

View file

@ -16,7 +16,7 @@ mkTarget {
xmonad.enable || i3.enable
'';
configElements =
config =
{ image, imageScalingMode }:
{
services.xserver.displayManager.sessionCommands =