From 8cf3639160d185b3122613cad8bfc8ac74639c08 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 15 Sep 2023 07:17:54 +0100 Subject: [PATCH] Fix missing pkgs in zsh.nix --- home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh.nix b/home/zsh.nix index f77553ad..4003d223 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -1,4 +1,4 @@ -{ config, catppuccin-themes, ... }: { +{ config, pkgs, catppuccin-themes, ... }: { home.packages = with pkgs; [ dig silver-searcher gnumake ]; programs = { zsh = {