programs.zsh: remove unnecessary with
This commit is contained in:
parent
02a2649220
commit
7b73713a98
@ -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…
Reference in New Issue
Block a user