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

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...
];