diff --git a/hosts/Vanguard/home.nix b/hosts/Vanguard/home.nix index 214fe99c..6806b6f0 100644 --- a/hosts/Vanguard/home.nix +++ b/hosts/Vanguard/home.nix @@ -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 ''; }