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;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
userName = "Stefan Junker";
|
||||||
|
userEmail = "mail@stefanjunker.de";
|
||||||
|
};
|
||||||
|
|
||||||
home.keyboard = {
|
home.keyboard = {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
variant = "altgr-intl";
|
variant = "altgr-intl";
|
||||||
|
@ -220,7 +226,6 @@ in {
|
||||||
++ (with pkgs; [
|
++ (with pkgs; [
|
||||||
# Version Control Systems
|
# Version Control Systems
|
||||||
git-crypt
|
git-crypt
|
||||||
gitFull
|
|
||||||
gitless
|
gitless
|
||||||
|
|
||||||
# Filesystem Tools
|
# Filesystem Tools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue