Merge pull request #96997 from danieldk/oh-my-zsh-unnecessary-with-pkgs
programs.zsh: remove unnecessary `with`
This commit is contained in:
commit
96bc644e2e
@ -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...
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user