diff options
author | Minijackson <minijackson@riseup.net> | 2023-06-02 18:23:01 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-06-02 18:25:28 +0200 |
commit | 507f7632b0b29a26f46c7758bfc47b5e0619cc78 (patch) | |
tree | 5c89f1372886b3d2c3f81a418e21c2480eb88ba6 /common/commandline/zsh.nix | |
parent | 0434b8b808a07202da34d304c9f107a4796b39bb (diff) | |
download | nixos-config-reborn-507f7632b0b29a26f46c7758bfc47b5e0619cc78.tar.gz nixos-config-reborn-507f7632b0b29a26f46c7758bfc47b5e0619cc78.zip |
treewide: limit usage of unstable packages
Diffstat (limited to 'common/commandline/zsh.nix')
-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 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 | ||