diff options
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -38,6 +38,23 @@ pkgs.youtube-dl ]; + programs.git = { + enable = true; + userName = "Ben Sima"; + userEmail = "ben@bsima.me"; + extraConfig = '' +[push] + default = simple +[branch "master] + remote = upstream + merge = refs/heads/master +[remote] + pushDefault = origin +[commit] + template = ~/.config/nixpkgs/git-commit-template + ''; + }; + programs.bash = { enable = true; shellAliases = { |