Experimenting with graphics drivers

This commit is contained in:
Emmet 2024-04-01 12:41:51 -05:00
parent 67121e023f
commit 428298ee30
3 changed files with 14 additions and 8 deletions

View file

@ -1,6 +1,9 @@
{ ... }:
{ pkgs, ... }:
{
# OpenGL
hardware.opengl.enable = true;
hardware.opengl.extraPackages = with pkgs; [
rocmPackages.clr.icd
];
}