mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: amdvlk has been replaced by RADV, which is enabled by default apparently? (wip)
This commit is contained in:
parent
c09d9a5e9d
commit
af5ed3080c
1 changed files with 3 additions and 3 deletions
|
|
@ -23,11 +23,11 @@ in
|
|||
libvdpau-va-gl
|
||||
vulkan-loader
|
||||
vulkan-validation-layers
|
||||
amdvlk
|
||||
# amdvlk # error: 'amdvlk' has been removed since it was deprecated by AMD. Its replacement, RADV, is enabled by default.
|
||||
mesa.opencl
|
||||
];
|
||||
extraPackages32 = with pkgs; [
|
||||
driversi686Linux.amdvlk # Install amdvlk for 32 bit applications as well
|
||||
# driversi686Linux.amdvlk # Install amdvlk for 32 bit applications as well
|
||||
];
|
||||
};
|
||||
enableRedistributableFirmware = true;
|
||||
|
|
@ -36,7 +36,7 @@ in
|
|||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
amdvlk
|
||||
# amdvlk
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue