diff --git a/home-config/hosts/rin.nix b/home-config/hosts/rin.nix index ba5f5b99..12adfcf8 100644 --- a/home-config/hosts/rin.nix +++ b/home-config/hosts/rin.nix @@ -10,4 +10,9 @@ ../config/work/famedly.nix ]; + + # Adaptive sync doesn't work on rin + wayland.windowManager.sway.extraConfig = '' + output "*" adaptive_sync off + ''; }