From 95b7e0e51f6243ff2e7120ce511a9f13af27e173 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Fri, 17 May 2024 15:36:14 +0200 Subject: [PATCH] Corrected a mistake --- pkgs/zsh.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/zsh.nix b/pkgs/zsh.nix index d0421e8..dfc4afb 100644 --- a/pkgs/zsh.nix +++ b/pkgs/zsh.nix @@ -22,8 +22,7 @@ "git" "zsh-interactive-cd" "python" - "marked2" - "git auto-fetch" + "git-auto-fetch" ]; theme = "agnoster"; };