moved git to its own module

This commit is contained in:
specCon18 2023-04-18 02:12:50 -04:00
parent b40c908ffe
commit 38d653d2ff
4 changed files with 91 additions and 77 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, config, lib, ...}:
{
programs.zsh = {
programs.zsh = {
enable = lib.mkDefault true;
dotDir = ".config/zsh";
history = {