about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-22 15:39:10 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-22 15:42:09 +0200
commit935a0b1cdf5115c1eb8dba9cdb788db48c34819a (patch)
treeac25396ac64231b08d48b6a71e4766653e26be13 /hosts
parentUpdate (diff)
downloadnixos-config-935a0b1cdf5115c1eb8dba9cdb788db48c34819a.tar.gz
nixos-config-935a0b1cdf5115c1eb8dba9cdb788db48c34819a.tar.bz2
nixos-config-935a0b1cdf5115c1eb8dba9cdb788db48c34819a.zip
Use pkgs.gitFull git package
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix2
-rw-r--r--hosts/home.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index 6ce152e..de26822 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -91,7 +91,7 @@
     python
     killall
     wget
-    git
+    gitFull
     git-crypt
     htop
     pfetch
diff --git a/hosts/home.nix b/hosts/home.nix
index 7b1990f..d742451 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -94,6 +94,7 @@
   programs = {
     git = {
       enable = true;
+      package = pkgs.gitFull;
       userName = "Baitinq";
       userEmail = "manuelpalenzuelamerino@gmail.com";
       signing = {