summary refs log tree commit diff stats
path: root/user/settings/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/zsh.nix')
-rw-r--r--user/settings/zsh.nix8
1 files changed, 3 insertions, 5 deletions
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;