Add second monitor for vanguard

This commit is contained in:
Evie Litherland-Smith 2023-10-01 16:19:29 +01:00
parent 78ae86aa23
commit e5e5bf577b

View file

@ -3,6 +3,7 @@
{
home.packages = with pkgs; [ nomachine-client ];
xdg.configFile."hypr/extra.conf".text = ''
monitor=DP-1,highrr,auto,1.00
monitor=DP-1,highrr,0x0,1.00
monitor=HDMI-A-1,highres,1920x325,1.00
'';
}