From 2208229187acc1fceb02e1fadb3bc7dbdfd94b85 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 18 Jun 2023 19:28:04 -0400 Subject: [PATCH] tweak --- machines/productivity-vm/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/machines/productivity-vm/configuration.nix b/machines/productivity-vm/configuration.nix index d7b6261..32ebe46 100644 --- a/machines/productivity-vm/configuration.nix +++ b/machines/productivity-vm/configuration.nix @@ -63,8 +63,7 @@ # Make hyprland work environment.sessionVariables = { - "WLR_RENDERER" = "pixman"; - "WLR_RENDERER_ALLOW_SOFTWARE" = "1"; + "WLR_RENDERER_ALLOW_SOFTWARE=" = "1"; "WLR_NO_HARDWARE_CURSORS" = "1"; }; }