Fix steam on count

This commit is contained in:
Alexander Wainwright 2026-04-11 23:37:03 +10:00
parent 82778b6deb
commit 6b07717ef1
2 changed files with 13 additions and 2 deletions

View file

@ -46,7 +46,6 @@ in
wine
lutris
steam
gqrx
sdrpp

View file

@ -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