diff options
author | Minijackson <minijackson@riseup.net> | 2022-03-14 15:30:24 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-03-14 15:30:24 +0100 |
commit | 976f4025dc0c68b67d7bc2b93ac27310693a1642 (patch) | |
tree | 39fcdc32a407033b2fee25e6a9e5d1d55949902f | |
parent | 1ccf570b0a42f7bf7c65707181f401a237fe20ac (diff) | |
download | nixos-config-reborn-976f4025dc0c68b67d7bc2b93ac27310693a1642.tar.gz nixos-config-reborn-976f4025dc0c68b67d7bc2b93ac27310693a1642.zip |
zsh: use unstable grml due to COLORTERM truecolor support
-rw-r--r-- | common/commandline/zsh.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/commandline/zsh.nix b/common/commandline/zsh.nix index 2fc8c87..ed2993a 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.grml-zsh-config}/etc/zsh/zshrc" | 14 | source "${pkgs.unstable.grml-zsh-config}/etc/zsh/zshrc" |
15 | is4 && xsource "${pkgs.grml-zsh-config}/etc/zsh/keephack" | 15 | is4 && xsource "${pkgs.unstable.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 | ||