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>
{ pkgs, ... }:
{
programs.zsh.ohMyZsh.customPkgs = with pkgs; [
programs.zsh.ohMyZsh.customPkgs = [
pkgs.nix-zsh-completions
# and even more...
];