From 146573d30452611e64dabd08783947971156b40c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 7 Jan 2024 08:29:44 +0000 Subject: [PATCH] Add monitor config back to Vanguard --- hosts/Vanguard/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/Vanguard/home.nix b/hosts/Vanguard/home.nix index c915eb0a..dc003db8 100644 --- a/hosts/Vanguard/home.nix +++ b/hosts/Vanguard/home.nix @@ -1 +1,4 @@ -{ ... }: { } +{ ... }: { + xdg.configFile."hypr/extra.conf".text = + "monitor=desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1.00"; +}