user-interface: ensure zsh has access to completions
Alan Pearce alan@alanpearce.eu
Sat, 05 Oct 2019 01:42:36 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
M system/modules/user-interface.nix → system/modules/user-interface.nix
@@ -3,6 +3,8 @@ { documentation.info.enable = true; nixpkgs.config.firefox.enableOfficialBranding = true; + environment.pathsToLink = [ "/share/zsh" ]; + environment.systemPackages = with pkgs; [ aria2 firefox