summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index f5ca1d3..606bbc0 100644
--- a/common.nix
+++ b/common.nix
@@ -515,6 +515,9 @@ in
programs.zsh.enable = true;
environment.shells = with pkgs; [ zsh ];
+ # needed for the ZSH completion
+ environment.pathsToLink = [ "/share/zsh" ];
+
# use micro as default terminal editor
environment.variables.EDITOR = "micro";