added mesa and some other stuff to drivers

This commit is contained in:
2026-07-07 11:37:52 +01:00
parent 22627b61ec
commit 275a32523a
2 changed files with 10 additions and 0 deletions

View File

@@ -8,6 +8,12 @@
lib, lib,
... ...
}: { }: {
environment.systemPackages = with pkgs; [
mesa
rocmPackages.rocm-smi
rocmPackages.rocminfo
vulkan-tools
];
hardware = { hardware = {
graphics = { graphics = {
enable = true; enable = true;

View File

@@ -8,6 +8,10 @@
lib, lib,
... ...
}: { }: {
environment.systemPackages = with pkgs; [
mesa
vulkan-tools
];
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [