work setup done

This commit is contained in:
Nickolaj Jepsen 2025-02-21 14:27:55 +01:00
parent 638ef7093e
commit 9767be163b
7 changed files with 6034 additions and 2 deletions

20
hosts/work/monitors.nix Normal file
View file

@ -0,0 +1,20 @@
_: {
monitors = [
{
name = "DP-4";
resolution = "1920x1200";
position = "1920x0";
}
{
name = "HDMI-A-5";
resolution = "1920x1080";
position = "0x0";
}
{
name = "DP-5";
resolution = "1920x1200";
position = "3840x0";
transform = 1;
}
];
}