Switch to stable

This commit is contained in:
Pedro Rey Anca 2024-08-01 01:21:23 +02:00
parent c9c6091c9e
commit 1a80986ebd
8 changed files with 176 additions and 224 deletions

View file

@ -14,7 +14,7 @@
boot.initrd.kernelModules = ["amdgpu"];
services.xserver.videoDrivers = ["amdgpu"];
hardware.graphics.extraPackages = with pkgs; [
hardware.opengl.extraPackages = with pkgs; [
rocmPackages.clr.icd
amdvlk
];