diff options
-rw-r--r-- | common/commandline/zsh.nix | 4 | ||||
-rw-r--r-- | 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 | |||
11 | enable = true; | 11 | enable = true; |
12 | 12 | ||
13 | interactiveShellInit = with lib; '' | 13 | interactiveShellInit = with lib; '' |
14 | source "${pkgs.unstable.grml-zsh-config}/etc/zsh/zshrc" | 14 | source "${pkgs.grml-zsh-config}/etc/zsh/zshrc" |
15 | is4 && xsource "${pkgs.unstable.grml-zsh-config}/etc/zsh/keephack" | 15 | is4 && xsource "${pkgs.grml-zsh-config}/etc/zsh/keephack" |
16 | 16 | ||
17 | source "${pkgs.zsh-history-substring-search}/share/zsh-history-substring-search/zsh-history-substring-search.zsh" | 17 | source "${pkgs.zsh-history-substring-search}/share/zsh-history-substring-search/zsh-history-substring-search.zsh" |
18 | 18 | ||
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 { | |||
101 | # TODO: properly modify the colors | 101 | # TODO: properly modify the colors |
102 | # High priority, because gnome-themes-extra below also pulls the | 102 | # High priority, because gnome-themes-extra below also pulls the |
103 | # Adwaita icon theme, which leads to a conflict | 103 | # Adwaita icon theme, which leads to a conflict |
104 | package = lib.hiPrio (pkgs.unstable.tela-circle-icon-theme.override { | 104 | package = lib.hiPrio (pkgs.tela-circle-icon-theme.override { |
105 | colorVariants = ["brown"]; | 105 | colorVariants = ["brown"]; |
106 | }); | 106 | }); |
107 | name = "Tela-circle-brown-dark"; | 107 | name = "Tela-circle-brown-dark"; |