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"; +}