From 507f7632b0b29a26f46c7758bfc47b5e0619cc78 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 2 Jun 2023 18:23:01 +0200 Subject: treewide: limit usage of unstable packages --- usecases/desktop/graphical/gtk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usecases/desktop/graphical/gtk.nix') diff --git a/usecases/desktop/graphical/gtk.nix b/usecases/desktop/graphical/gtk.nix index 387d984..3ed7c91 100644 --- a/usecases/desktop/graphical/gtk.nix +++ b/usecases/desktop/graphical/gtk.nix @@ -101,7 +101,7 @@ in { # TODO: properly modify the colors # 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 { + package = lib.hiPrio (pkgs.tela-circle-icon-theme.override { colorVariants = ["brown"]; }); name = "Tela-circle-brown-dark"; -- cgit v1.2.3