x.r: rename options
This commit is contained in:
parent
1b8095b821
commit
8066d10481
|
@ -3,10 +3,10 @@
|
|||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
#boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
#hardware.opengl.driSupport = true;
|
||||
hardware.opengl.extraPackages = [ pkgs.amdvlk pkgs.rocm-opencl-icd pkgs.rocm-opencl-runtime ];
|
||||
hardware.graphics.extraPackages = [ pkgs.amdvlk pkgs.rocm-opencl-icd pkgs.rocm-opencl-runtime ];
|
||||
# For 32 bit applications
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.opengl.extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
|
||||
hardware.graphics.enable32Bit = true;
|
||||
hardware.graphics.extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
|
||||
# is required for amd graphics support ( xorg wont boot otherwise )
|
||||
users.groups.video = {};
|
||||
users.groups.render = {};
|
||||
|
|
Loading…
Reference in a new issue