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