diff --git a/hosts/firefly/home/default.nix b/hosts/firefly/home/default.nix index d6d513d..41029b5 100644 --- a/hosts/firefly/home/default.nix +++ b/hosts/firefly/home/default.nix @@ -1,4 +1,4 @@ -{ nur, ... }: +{ nur, config, ... }: { imports = [ # Apps and programs @@ -22,4 +22,6 @@ # Imports nur.nixosModules.nur ]; + + wayland.windowManager.sway.config.output.${config.displays.d1}.allow_tearing = "yes"; } diff --git a/modules/home/sway/hardware/default.nix b/modules/home/sway/hardware/default.nix index 21b793c..bed8f28 100644 --- a/modules/home/sway/hardware/default.nix +++ b/modules/home/sway/hardware/default.nix @@ -10,7 +10,6 @@ max_render_time = "3"; bg = "~/.assets/wallpapers/1.png fill"; adaptive_sync = "on"; - #tearing_allowed = "1"; }; ${config.displays.d2} = { pos = "0 405";