feat(adrastea): use new hdmi display

This commit is contained in:
Youwen Wu 2024-09-29 17:31:35 -07:00
parent d0bccc7f99
commit b9b29fb478
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -3,6 +3,6 @@
wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce [
# "eDP-1,2560x1440@165,0x0,1.6"
"eDP-1, disable"
"DP-3,2560x1440@165,0x0,1.0"
"HDMI-A-1,2560x1440@144,0x0,1.0"
];
}