Fix missing pkgs in zsh.nix

This commit is contained in:
Evie Litherland-Smith 2023-09-15 07:17:54 +01:00
parent 9394a99a4c
commit 8cf3639160

View file

@ -1,4 +1,4 @@
{ config, catppuccin-themes, ... }: {
{ config, pkgs, catppuccin-themes, ... }: {
home.packages = with pkgs; [ dig silver-searcher gnumake ];
programs = {
zsh = {