nixos(ooksdesk): fix monitor
This commit is contained in:
parent
26a67ffffa
commit
1dda658b1b
1 changed files with 2 additions and 2 deletions
|
|
@ -31,11 +31,11 @@
|
||||||
features = ["ssd" "audio" "video"];
|
features = ["ssd" "audio" "video"];
|
||||||
monitors = [
|
monitors = [
|
||||||
{
|
{
|
||||||
name = "DP-1";
|
name = "DP-3";
|
||||||
primary = true;
|
primary = true;
|
||||||
width = 1920;
|
width = 1920;
|
||||||
height = 1080;
|
height = 1080;
|
||||||
refreshRate = 60;
|
refreshRate = 180;
|
||||||
workspace = "1";
|
workspace = "1";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue