Add amdvlk driver for use with upscaling software

This commit is contained in:
BuyMyMojo 2025-03-24 23:43:56 +11:00
parent 30c153c500
commit 5f3e13c1ea
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -194,6 +194,16 @@
graphics = {
enable = true;
enable32Bit = true;
# === amdvlk driver ===
extraPackages = with pkgs; [
amdvlk
];
extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
# === amdvlk driver ===
};
openrazer.enable = true;