From e5e5bf577b8aad01ae97c4ed47ed9e53741e2a43 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 1 Oct 2023 16:19:29 +0100 Subject: [PATCH] Add second monitor for vanguard --- hosts/Vanguard/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ''; }