mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
fix: sakura has moved to a different machine, update display configuration
This commit is contained in:
parent
2626db3066
commit
833e766d11
1 changed files with 3 additions and 1 deletions
|
|
@ -105,8 +105,10 @@
|
|||
|
||||
"debug:disable_scale_checks" = true;
|
||||
monitor =
|
||||
if (host == "sakura") then
|
||||
if (host == "fw13") then
|
||||
"eDP-1, 2256x1504@60, 0x0, 1.0"
|
||||
else if (host == "sakura") then
|
||||
"eDP-1, 1920x1200@60, 0x0, 1.0"
|
||||
else if (host == "zinnia") then
|
||||
"eDP-1, 1920x1080@60, 0x0, 1.0"
|
||||
else if (host == "imilia") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue