mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
22 lines
378 B
Nix
22 lines
378 B
Nix
_: {
|
|
monitors = [
|
|
{
|
|
name = "DP-3";
|
|
resolution = "2560x1440";
|
|
refreshRate = 144;
|
|
position = "1920x0";
|
|
}
|
|
{
|
|
name = "DP-1";
|
|
resolution = "2560x1440";
|
|
refreshRate = 144;
|
|
position = "4480x0";
|
|
}
|
|
{
|
|
name = "HDMI-A-1";
|
|
resolution = "1920x1080";
|
|
refreshRate = 60;
|
|
position = "0x0";
|
|
}
|
|
];
|
|
}
|