mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
20 lines
325 B
Nix
20 lines
325 B
Nix
_: {
|
|
monitors = [
|
|
{
|
|
name = "DP-5";
|
|
resolution = "1920x1200";
|
|
position = "1920x0";
|
|
}
|
|
{
|
|
name = "HDMI-A-5";
|
|
resolution = "1920x1080";
|
|
position = "0x0";
|
|
}
|
|
{
|
|
name = "DP-4";
|
|
resolution = "1920x1200";
|
|
position = "3840x0";
|
|
transform = 1;
|
|
}
|
|
];
|
|
}
|