diff options
| author | adikro <adikro@disroot.org> | 2026-01-03 23:42:31 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-03 23:42:31 +0100 |
| commit | 2102af8ea0fe4cf31d431db160e9f4a7a6564601 (patch) | |
| tree | e885b87f6e556ff1d8c7247fbf3bfa8889d5557e /os/core/drivers.nix | |
| parent | 30271854a0f4513383a9633adba444a11bca66f4 (diff) | |
added opencl support for minecraft
Diffstat (limited to 'os/core/drivers.nix')
| -rw-r--r-- | os/core/drivers.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/os/core/drivers.nix b/os/core/drivers.nix index 32a848e..30028dc 100644 --- a/os/core/drivers.nix +++ b/os/core/drivers.nix @@ -33,11 +33,13 @@ in (lib.mkIf (cfg.amdgpu.enable && cfg.stability == "unstable") { services.lact.enable = true; - # boot.kernelPackages = pkgs.linuxPackages_cachyos-lto-znver4; boot.kernelPackages = pkgs.linuxPackages_latest; chaotic.mesa-git = { enable = true; - extraPackages = [ pkgs.mesa_git.opencl ]; + fallbackSpecialisation = false; + extraPackages = with pkgs; [ + rocmPackages.clr.icd + ]; }; }) |
