diff --git a/modules/amd-graphics.nix b/modules/amd-graphics.nix index 9ec5f75..4ae15ac 100644 --- a/modules/amd-graphics.nix +++ b/modules/amd-graphics.nix @@ -10,7 +10,7 @@ opencl.enable = true; amdvlk = { # TODO: this creates black borders around GNOME apps - enable = true; + # enable = true; support32Bit.enable = config.hardware.graphics.enable32Bit; }; };