nixos/common/sj-live-usb: configure git via HM

This commit is contained in:
steveej 2018-10-29 15:21:05 +01:00
parent 67a57ae948
commit d6bc21171d

View file

@ -144,6 +144,12 @@ in {
enable = true;
};
programs.git = {
enable = true;
userName = "Stefan Junker";
userEmail = "mail@stefanjunker.de";
};
home.keyboard = {
layout = "us";
variant = "altgr-intl";
@ -220,7 +226,6 @@ in {
++ (with pkgs; [
# Version Control Systems
git-crypt
gitFull
gitless
# Filesystem Tools