From c52274bb308d0a9dce5b4c29f03aa1531ff908f3 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 19:35:39 -0400 Subject: [PATCH] fix: add pkgs to zsh --- users/profiles/shells/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 79a413c..8e9736d 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: { +{ config, lib, pkgs, ... }: { programs = { zsh = { enable = true;