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;