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:
parent
e87a003de1
commit
3fb65013f7
107 changed files with 152 additions and 150 deletions
|
|
@ -24,7 +24,7 @@ mkTarget {
|
|||
|| xmonad.enable
|
||||
'';
|
||||
|
||||
configElements =
|
||||
config =
|
||||
{ imageScalingMode, image }:
|
||||
{
|
||||
xsession.initExtra =
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ mkTarget {
|
|||
xmonad.enable || i3.enable
|
||||
'';
|
||||
|
||||
configElements =
|
||||
config =
|
||||
{ image, imageScalingMode }:
|
||||
{
|
||||
services.xserver.displayManager.sessionCommands =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue