diff --git a/alex/personal.nix b/alex/personal.nix index 0ca8348..615b511 100644 --- a/alex/personal.nix +++ b/alex/personal.nix @@ -46,7 +46,6 @@ in wine lutris - steam gqrx sdrpp diff --git a/hosts/count/configuration.nix b/hosts/count/configuration.nix index 856d2a4..2cfea57 100644 --- a/hosts/count/configuration.nix +++ b/hosts/count/configuration.nix @@ -29,9 +29,21 @@ services.xserver.videoDrivers = [ "amdgpu" ]; # Enable ROCm support - hardware.graphics.enable = true; + hardware.graphics = { + enable = true; + enable32Bit = true; + }; + hardware.amdgpu.opencl.enable = true; + programs.steam = { + enable = true; + }; + + environment.variables = { + DRI_PRIME = "1"; + }; + # Add the ROCm packages to your system environment.systemPackages = with pkgs; [ rocmPackages.rocminfo