Merge pull request #96997 from danieldk/oh-my-zsh-unnecessary-with-pkgs

programs.zsh: remove unnecessary `with`
This commit is contained in:
Michele Guerini Rocco 2020-09-03 10:05:12 +02:00 committed by GitHub
commit 96bc644e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@
<programlisting> <programlisting>
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.zsh.ohMyZsh.customPkgs = with pkgs; [ programs.zsh.ohMyZsh.customPkgs = [
pkgs.nix-zsh-completions pkgs.nix-zsh-completions
# and even more... # and even more...
]; ];