From d390289b113d69a26b2fec44ab3e75b05eb2b1a1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 23 Sep 2023 18:10:47 +0100 Subject: [PATCH] Add monitor config for Vanguard --- hosts/Vanguard/home.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/Vanguard/home.nix b/hosts/Vanguard/home.nix index ffcd4415..649c56a5 100644 --- a/hosts/Vanguard/home.nix +++ b/hosts/Vanguard/home.nix @@ -1 +1,7 @@ -{ } +{ ... }: + +{ + xdg.configFile."hypr/extra.conf".text = '' + monitor=DP-1,highrr,auto,1.00 + ''; +}