From d6bc21171d6290fd3d3d9ee0d6bee0053d028aae Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 29 Oct 2018 15:21:05 +0100 Subject: [PATCH] nixos/common/sj-live-usb: configure git via HM --- nixos-configuration/common/steveej-live-usb/pkg.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nixos-configuration/common/steveej-live-usb/pkg.nix b/nixos-configuration/common/steveej-live-usb/pkg.nix index 6ab8195..f953a2a 100644 --- a/nixos-configuration/common/steveej-live-usb/pkg.nix +++ b/nixos-configuration/common/steveej-live-usb/pkg.nix @@ -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