From 90e2ef643a43ea31df8056dd9591102e1a1f99ca Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 15 Apr 2023 11:20:58 +0200 Subject: gtk: set hiPrio to the Tela icon theme because of file conflict --- usecases/desktop/graphical/gtk.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usecases/desktop/graphical/gtk.nix b/usecases/desktop/graphical/gtk.nix index 0151492..387d984 100644 --- a/usecases/desktop/graphical/gtk.nix +++ b/usecases/desktop/graphical/gtk.nix @@ -99,9 +99,11 @@ in { enable = true; iconTheme = { # TODO: properly modify the colors - package = pkgs.unstable.tela-circle-icon-theme.override { + # High priority, because gnome-themes-extra below also pulls the + # Adwaita icon theme, which leads to a conflict + package = lib.hiPrio (pkgs.unstable.tela-circle-icon-theme.override { colorVariants = ["brown"]; - }; + }); name = "Tela-circle-brown-dark"; }; -- cgit v1.2.3