Nixos update 19-04-2026, update monitors position

This commit is contained in:
Alexander
2026-04-19 13:39:34 +02:00
parent a8650302c9
commit 240cc60055
2 changed files with 46 additions and 46 deletions
+3 -3
View File
@@ -35,17 +35,17 @@ in
outputs = [
{
criteria = "eDP-1";
position = "2160,1440";
position = "0,1440";
mode = "2560x1440@165Hz";
}
{
criteria = "LG Electronics LG ULTRAWIDE 201NTTQC5617";
position = "3440,0";
position = "2560,1440";
mode = "3440x1440@49.95Hz";
}
{
criteria = "Lenovo Group Limited LEN G34w-10 URW07XK8";
position = "0,0";
position = "2560,0";
mode = "3440x1440@50Hz";
}
];