Add amdvlk driver for use with upscaling software
This commit is contained in:
parent
30c153c500
commit
5f3e13c1ea
1 changed files with 10 additions and 0 deletions
|
@ -194,6 +194,16 @@
|
||||||
graphics = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enable32Bit = true;
|
enable32Bit = true;
|
||||||
|
|
||||||
|
# === amdvlk driver ===
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
amdvlk
|
||||||
|
];
|
||||||
|
extraPackages32 = with pkgs; [
|
||||||
|
driversi686Linux.amdvlk
|
||||||
|
];
|
||||||
|
# === amdvlk driver ===
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
openrazer.enable = true;
|
openrazer.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue