Revert "xserver: Allow to add extra options ...
This reverts commit 1e741f1572b6793b861e2f9820015475ce339ae0 as it is unnecessary according to @edolstra, because services.xserver.config from another module will be merged into the configuration. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
0129717b17
commit
80a381f521
@ -326,25 +326,6 @@ in
|
||||
description = "Lines to be added to every Display subsection of the Screen section.";
|
||||
};
|
||||
|
||||
extraXorgOptions = mkOption {
|
||||
default = "";
|
||||
example = ''
|
||||
Section "Monitor"
|
||||
Identifier "left monitor"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "right monitor"
|
||||
Option "RightOf" "left monitor"
|
||||
EndSection
|
||||
'';
|
||||
type = types.string;
|
||||
description = ''
|
||||
Additional options you want to append to your X server configuration
|
||||
file.
|
||||
'';
|
||||
};
|
||||
|
||||
defaultDepth = mkOption {
|
||||
default = 0;
|
||||
example = 8;
|
||||
@ -619,7 +600,6 @@ in
|
||||
'')}
|
||||
|
||||
${xrandrMonitorSections}
|
||||
${cfg.extraXorgOptions}
|
||||
'';
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user