this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable amdgpu initrd and opencl

+4 -1
+4 -1
modules/graphics.nix
··· 15 15 enable = true; 16 16 enable32Bit = true; 17 17 }; 18 + hardware.amdgpu = { 19 + initrd.enable = true; 20 + opencl.enable = true; 21 + }; 18 22 19 23 environment.systemPackages = with pkgs; [amdgpu_top lact nvtopPackages.full]; 20 - environment.sessionVariables.KWIN_DRM_NO_AMS = "1"; 21 24 22 25 systemd.services.lactd = { 23 26 description = "AMDGPU Control Daemon";