diff --git a/machines/productivity-vm/configuration.nix b/machines/productivity-vm/configuration.nix index 1bd3d3e..62c21fa 100644 --- a/machines/productivity-vm/configuration.nix +++ b/machines/productivity-vm/configuration.nix @@ -63,7 +63,7 @@ # Make hyprland work environment.sessionVariables = { - "WLR_RENDERER_ALLOW_SOFTWARE=" = "1"; + "WLR_RENDERER_ALLOW_SOFTWARE" = "1"; "WLR_NO_HARDWARE_CURSORS" = "1"; "HYPRLAND_LOG_WLR" = "1"; };