temperance/hardware: init, add monitors
This commit is contained in:
parent
ec11e7929b
commit
65fa47449b
2 changed files with 41 additions and 0 deletions
1
hosts/vali/temperance/hardware/default.nix
Normal file
1
hosts/vali/temperance/hardware/default.nix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
_: {imports = [./monitors.nix];}
|
40
hosts/vali/temperance/hardware/monitors.nix
Normal file
40
hosts/vali/temperance/hardware/monitors.nix
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
_: {
|
||||||
|
modules.system.hardware.monitors = {
|
||||||
|
DP-2 = {
|
||||||
|
resolution = {
|
||||||
|
x = 1920;
|
||||||
|
y = 1080;
|
||||||
|
};
|
||||||
|
scale = 1;
|
||||||
|
refreshRate = 60;
|
||||||
|
position = {
|
||||||
|
x = 0;
|
||||||
|
y = 0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
HDMI-A-2 = {
|
||||||
|
resolution = {
|
||||||
|
x = 1920;
|
||||||
|
y = 1080;
|
||||||
|
};
|
||||||
|
scale = 1;
|
||||||
|
refreshRate = 60;
|
||||||
|
position = {
|
||||||
|
x = 1920;
|
||||||
|
y = 0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
HDMI-A-1 = {
|
||||||
|
resolution = {
|
||||||
|
x = 1920;
|
||||||
|
y = 1080;
|
||||||
|
};
|
||||||
|
scale = 1;
|
||||||
|
refreshRate = 60;
|
||||||
|
position = {
|
||||||
|
x = 3840;
|
||||||
|
y = 0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue