This commit is contained in:
Fabian Hauser 2024-10-13 17:07:14 +03:00
parent c9ca38a7d4
commit 9c99de1e76
2 changed files with 23 additions and 15 deletions

View file

@ -43,6 +43,10 @@
criteria = "Eizo Nanao Corporation EV2450 92395086";
scale = null;
};
estonia-thinkvision = {
criteria = "Lenovo Group Limited LEN P24h-20 V307DA61";
scale = null;
};
};
in
with lib;
@ -52,6 +56,10 @@
(mkScreen x1-screen "0,120")
(mkScreen chur-4k "1920,0")
])
(mkProfile "saba-desk" [
(mkScreen estonia-thinkvision "0,0")
(mkScreen x1-screen "2560,0")
])
]);
};
}