build: 'amdvlk' has been removed since it was deprecated by AMD. Its replacement, RADV, is enabled by default.
This commit is contained in:
parent
5e9fa6e6ba
commit
8f4041dd68
1 changed files with 0 additions and 5 deletions
|
|
@ -1,7 +1,3 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
# load graphics drivers before anything else
|
# load graphics drivers before anything else
|
||||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||||
|
|
@ -9,7 +5,6 @@
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enable32Bit = true;
|
enable32Bit = true;
|
||||||
extraPackages = with pkgs; [ amdvlk ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue