nixos/common/sj-live-usb: configure git via HM
This commit is contained in:
parent
67a57ae948
commit
d6bc21171d
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue