cray: full opengl support

This commit is contained in:
fleaz 2022-08-25 23:47:46 +02:00
parent 0fe08159d7
commit 8b5d85e969
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -21,6 +21,12 @@
services.printing.enable = true; services.printing.enable = true;
services.printing.drivers = with pkgs; [ splix ]; services.printing.drivers = with pkgs; [ splix ];
# AMD OpenGL Support
hardware.opengl.extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
];
system.stateVersion = "21.11"; # Did you read the comment? system.stateVersion = "21.11"; # Did you read the comment?
} }