From f9172d159b6cc0aebb7db34b02300032a79a385d Mon Sep 17 00:00:00 2001 From: Patrick Stevens <3138005+Smaug123@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:10:47 +0000 Subject: [PATCH] Stash pop --- home-manager/earthworm-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/earthworm-config.nix b/home-manager/earthworm-config.nix index 501c3ab..8dc1434 100644 --- a/home-manager/earthworm-config.nix +++ b/home-manager/earthworm-config.nix @@ -45,7 +45,7 @@ ]; environment.loginShellInit = '' - [[ "$(tty)" == /dev/tty1 ]] && sway + [[ "$(tty)" == /dev/tty1 ]] && export WLR_RENDER_NO_EXPLICIT_SYNC=1 && sway ''; services.openssh.enable = true;