From 5447e31d11ea57e4b0040e82b69591611557a084 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Sat, 21 Jun 2025 01:37:19 +0200 Subject: [PATCH] chore(rocm): disable icd due to broken package --- modules/programs/gpu.nix | 3 ++- modules/programs/stylix.nix | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/programs/gpu.nix b/modules/programs/gpu.nix index 5cd26bf..8fd8959 100644 --- a/modules/programs/gpu.nix +++ b/modules/programs/gpu.nix @@ -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 diff --git a/modules/programs/stylix.nix b/modules/programs/stylix.nix index 6dc71af..124cc64 100644 --- a/modules/programs/stylix.nix +++ b/modules/programs/stylix.nix @@ -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 {