harware/graphics: add nvidia and rename to gpu
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2026-04-03 17:02:38 +02:00
parent 2a44b8e852
commit 7909067dc7
4 changed files with 13 additions and 20 deletions

View file

@ -2,9 +2,6 @@
pkgs,
...
}:
let
cpuFlavor = "intel";
in
{
boot.kernelPackages = pkgs.linuxPackages_latest;
@ -17,11 +14,11 @@ in
};
firmware = {
enable = true;
inherit cpuFlavor;
cpuFlavor = "intel";
};
graphics = {
enable = true;
inherit cpuFlavor;
gpuFlavor = "nvidia";
};
keychron.enable = true;
yubikey.enable = true;