feat(adrastea)!: configure new monitor setup

This commit is contained in:
Youwen Wu 2024-09-21 20:36:06 -07:00
parent 0b37ddf324
commit 5a56185f22
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

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