diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index c1cb848..35265c5 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -31,6 +31,15 @@ sddm.wayland.enable = true; }; + services.xserver.videoDrivers = ["amdgpu"]; + boot.kernelModules = ["amdgpu"]; + environment.variables = { + ROC_ENABLE_PRE_VEGA = "1"; + }; + hardware.opengl.extraPackages = with pkgs; [ + rocmPackages.clr.icd + ]; + programs.steam.enable = false; programs.gnupg.agent = {