programs.zsh: remove unnecessary `with`

gstqt5
Daniël de Kok 2020-09-03 08:42:24 +02:00
parent 02a2649220
commit 7b73713a98
1 changed files with 1 additions and 1 deletions

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