added amd

This commit is contained in:
kenji
2025-06-30 15:42:14 -05:00
parent d7489f811a
commit 8f4de3964f
5 changed files with 25 additions and 65 deletions
+6
View File
@@ -0,0 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
glxinfo
vulkan-tools
];
}