programs.zsh: remove unnecessary with

This commit is contained in:
Daniël de Kok 2020-09-03 08:42:24 +02:00
parent 02a2649220
commit 7b73713a98

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