From 0b4cbaf201be7fb9d1e513fc056c82837b805cb0 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 22 Sep 2022 15:39:10 +0200 Subject: Use pkgs.gitFull git package --- hosts/configuration.nix | 2 +- hosts/home.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 = { -- cgit 1.4.1