Merge remote-tracking branch 'upstream/master' into nixfmt

This commit is contained in:
Andre
2025-06-07 11:30:37 -04:00
7 changed files with 42 additions and 22 deletions

View File

@@ -0,0 +1,11 @@
{
imports = [
../shared.nix
../../../../common/gpu/nvidia/ada-lovelace
];
hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
};
}