From 0cc091894bd5808d8a5735637bb59a08449e367c Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 7 Nov 2024 13:45:14 +0100 Subject: [PATCH] fix: issues with amdgpu hopefully --- modules/home/hyprland/variables.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/hyprland/variables.nix b/modules/home/hyprland/variables.nix index 7e530d6..fda77f2 100644 --- a/modules/home/hyprland/variables.nix +++ b/modules/home/hyprland/variables.nix @@ -1,6 +1,7 @@ { ... }: { home.sessionVariables = { + AQ_NO_MODIFIERS = "1"; NIXOS_OZONE_WL = "1"; __GL_GSYNC_ALLOWED = "0"; __GL_VRR_ALLOWED = "0";