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