mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-23 08:26:49 +01:00
14 lines
212 B
Nix
14 lines
212 B
Nix
_: {
|
|
monitors = [
|
|
{
|
|
name = "DP-2";
|
|
resolution = {
|
|
width = 1920;
|
|
height = 1200;
|
|
};
|
|
refreshRate = 60;
|
|
refreshRateNiri = 60.000;
|
|
transform = 1;
|
|
}
|
|
];
|
|
}
|