diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 8 |
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; |