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