zsh: install git and -lfs, even on darwin
Alan Pearce alan@alanpearce.eu
Mon, 21 Oct 2019 21:40:58 +0200
1 files changed, 3 insertions(+), 5 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -12,12 +12,10 @@ }; 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;