hardware/graphics: add AMD option
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2025-05-04 13:41:46 +02:00
parent 981c43c186
commit ca9a3149a5
2 changed files with 35 additions and 17 deletions

View file

@ -17,14 +17,15 @@ in
my.hardware = {
bluetooth.enable = true;
debug.enable = true;
drive-monitor = {
enable = true;
};
drive-monitor.enable = true;
firmware = {
enable = true;
inherit cpuFlavor;
};
graphics.cpuFlavor = cpuFlavor;
graphics = {
enable = true;
inherit cpuFlavor;
};
id-card.enable = true;
keychron.enable = true;
monitor.enable = true;