chore(rocm): disable icd due to broken package

This commit is contained in:
DashieTM 2025-06-21 01:37:19 +02:00
parent faa8379e25
commit 5447e31d11
2 changed files with 2 additions and 5 deletions

View file

@ -91,7 +91,8 @@
(lib.mkIf (config.mods.gpu.intelgpu.enable || config.mods.gpu.amdgpu.enable) pkgs.mesa) (lib.mkIf (config.mods.gpu.intelgpu.enable || config.mods.gpu.amdgpu.enable) pkgs.mesa)
]; ];
rocmPackages = [ rocmPackages = [
pkgs.rocmPackages.clr.icd # TODO broken
#pkgs.rocmPackages.clr.icd
pkgs.mesa pkgs.mesa
pkgs.mesa.opencl pkgs.mesa.opencl
pkgs.vulkan-loader pkgs.vulkan-loader

View file

@ -61,10 +61,6 @@ in {
or a path to a custom yaml file. or a path to a custom yaml file.
Also supports the oxiced theme in an oxiced attrset. Also supports the oxiced theme in an oxiced attrset.
oxiced = {
# and more
primary = "#yourcolor";
};
''; '';
}; };
cursor = lib.mkOption { cursor = lib.mkOption {