user-interface: ensure zsh has access to completions
1 file 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