aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-31 20:33:05 +0100
committerAdrian Kummerlaender2019-01-31 20:33:39 +0100
commit320c62f041a93373982099aafdc6b0c3ff31bf05 (patch)
treec26b4507cd00c417e91d091d1308d4debce81d52
parentb1662a98943f01d02c28faa10b97b63850dab153 (diff)
downloadnixos_home-320c62f041a93373982099aafdc6b0c3ff31bf05.tar
nixos_home-320c62f041a93373982099aafdc6b0c3ff31bf05.tar.gz
nixos_home-320c62f041a93373982099aafdc6b0c3ff31bf05.tar.bz2
nixos_home-320c62f041a93373982099aafdc6b0c3ff31bf05.tar.lz
nixos_home-320c62f041a93373982099aafdc6b0c3ff31bf05.tar.xz
nixos_home-320c62f041a93373982099aafdc6b0c3ff31bf05.tar.zst
nixos_home-320c62f041a93373982099aafdc6b0c3ff31bf05.zip
Use full git derivation
-rw-r--r--home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 8a53d70..671686b 100644
--- a/home.nix
+++ b/home.nix
@@ -16,6 +16,8 @@
programs.git = {
enable = true;
+ package = pkgs.gitAndTools.gitFull;
+
userName = "Adrian Kummerlaender";
userEmail = "knairda@t-online.de";
extraConfig.core.editor = "vim";