diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-20 12:47:16 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-20 12:47:16 +0530 | 
| commit | 143a7afb1f2937f274d84fb3970dbfb1a11106d3 (patch) | |
| tree | 16d62f68a8525bb5a9acc0d6263af5b39b32043d /modules/amdgpu.nix | |
| parent | 175c3689ac0dddf8514e23a27e7f42bfb4e097e7 (diff) | |
update
Diffstat (limited to 'modules/amdgpu.nix')
| -rw-r--r-- | modules/amdgpu.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/amdgpu.nix b/modules/amdgpu.nix index 2426f2d..6c1f109 100644 --- a/modules/amdgpu.nix +++ b/modules/amdgpu.nix @@ -18,7 +18,7 @@      driversi686Linux.amdvlk    ]; -  services.xserver.videoDrivers = [ "modeset" ]; +  services.xserver.videoDrivers = [ "modesetting" ];    systemd.tmpfiles.rules = [      "L+    /opt/rocm/hip   -    -    -     -    ${pkgs.rocmPackages.clr}" | 
