mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 18:54:34 +00:00
Use amd gpu
This commit is contained in:
parent
657149e5c3
commit
4e2a6e7757
|
@ -46,7 +46,7 @@
|
|||
virtual-machine = false;
|
||||
};
|
||||
cpu.type = "amd";
|
||||
gpu.type = null;
|
||||
gpu.type = "amd";
|
||||
hasTPM = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@ in
|
|||
# Enable OpenCL and AMDVLK
|
||||
extraPackages = with pkgs; [
|
||||
amdvlk
|
||||
rcomPackages.clr.icd
|
||||
];
|
||||
extraPackages32 = with pkgs; [
|
||||
driversi686Linux.amdvlk
|
||||
|
|
Loading…
Reference in a new issue