From 1b341d757d71837bddf711a7709e9cb8be37311e Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 18 Jun 2023 19:10:27 -0400 Subject: [PATCH] More tweaks --- machines/productivity-vm/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/productivity-vm/configuration.nix b/machines/productivity-vm/configuration.nix index 74b3121..d7b6261 100644 --- a/machines/productivity-vm/configuration.nix +++ b/machines/productivity-vm/configuration.nix @@ -63,7 +63,7 @@ # Make hyprland work environment.sessionVariables = { - # "WLR_RENDERER" = "pixman"; + "WLR_RENDERER" = "pixman"; "WLR_RENDERER_ALLOW_SOFTWARE" = "1"; "WLR_NO_HARDWARE_CURSORS" = "1"; };