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 --- common/commandline/zsh.nix | 4 ++-- usecases/desktop/graphical/gtk.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/commandline/zsh.nix b/common/commandline/zsh.nix index ed2993a..2fc8c87 100644 --- a/common/commandline/zsh.nix +++ b/common/commandline/zsh.nix @@ -11,8 +11,8 @@ in enable = true; interactiveShellInit = with lib; '' - source "${pkgs.unstable.grml-zsh-config}/etc/zsh/zshrc" - is4 && xsource "${pkgs.unstable.grml-zsh-config}/etc/zsh/keephack" + source "${pkgs.grml-zsh-config}/etc/zsh/zshrc" + is4 && xsource "${pkgs.grml-zsh-config}/etc/zsh/keephack" source "${pkgs.zsh-history-substring-search}/share/zsh-history-substring-search/zsh-history-substring-search.zsh" 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