From 9bd2e8c0c16fbe6ba42f60ad59ad98ec7f0b15bf Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 27 Jun 2024 23:25:42 +0200 Subject: fix completion --- common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.nix') 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"; -- cgit v1.2.3