fix: add pkgs to zsh

This commit is contained in:
Infinidoge 2021-09-19 19:35:39 -04:00
parent 5124acb22b
commit c52274bb30

View file

@ -1,4 +1,4 @@
{ config, lib, ... }: { { config, lib, pkgs, ... }: {
programs = { programs = {
zsh = { zsh = {
enable = true; enable = true;