chore(rocm): disable icd due to broken package
This commit is contained in:
parent
faa8379e25
commit
5447e31d11
2 changed files with 2 additions and 5 deletions
|
|
@ -91,7 +91,8 @@
|
|||
(lib.mkIf (config.mods.gpu.intelgpu.enable || config.mods.gpu.amdgpu.enable) pkgs.mesa)
|
||||
];
|
||||
rocmPackages = [
|
||||
pkgs.rocmPackages.clr.icd
|
||||
# TODO broken
|
||||
#pkgs.rocmPackages.clr.icd
|
||||
pkgs.mesa
|
||||
pkgs.mesa.opencl
|
||||
pkgs.vulkan-loader
|
||||
|
|
|
|||
|
|
@ -61,10 +61,6 @@ in {
|
|||
or a path to a custom yaml file.
|
||||
|
||||
Also supports the oxiced theme in an oxiced attrset.
|
||||
oxiced = {
|
||||
# and more
|
||||
primary = "#yourcolor";
|
||||
};
|
||||
'';
|
||||
};
|
||||
cursor = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue