Add second monitor

This commit is contained in:
Alexander Bantyev 2020-06-24 09:39:24 +03:00
parent 770d8cc913
commit 9773d434df

View File

@ -214,6 +214,9 @@ in {
}; };
output = { output = {
"*".bg = "${thm.bg} solid_color"; "*".bg = "${thm.bg} solid_color";
} // lib.optionalAttrs (config.device == "AMD-Workstation") {
DP-1.position = "0 400";
HDMI-A-1 = { transform = "90"; position = "2560 0"; };
}; };
}; };
wrapperFeatures = { wrapperFeatures = {