programs.zsh: remove unnecessary `with`
danieldk.tngl.sh 5 years ago 7b73713a 02a26492
··· 73 73 <programlisting> 74 74 { pkgs, ... }: 75 75 { 76 76 - programs.zsh.ohMyZsh.customPkgs = with pkgs; [ 76 76 + programs.zsh.ohMyZsh.customPkgs = [ 77 77 pkgs.nix-zsh-completions 78 78 # and even more... 79 79 ];