From 05ccf28d742b0b12360e833ecf3254ecd7c60b94 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 21 Oct 2019 21:40:58 +0200 Subject: zsh: install git and -lfs, even on darwin --- user/settings/zsh.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'user/settings') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index f5400f3e..e0027e08 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -12,12 +12,10 @@ in home.packages = with pkgs; [ fzf ghq + git + git-lfs zsh-completions - ] ++ (if stdenv.isDarwin - then [] - else [ - pkgs.git - ]); + ]; xdg.configFile.zsh = { recursive = true; source = ../zsh/.config/zsh; -- cgit 1.4.1