Use gitFull

I want gitk
This commit is contained in:
Geoffrey Frogeye 2023-12-16 19:02:59 +01:00
parent 6f1121d731
commit 8dfaa80f96
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 1 additions and 1 deletions

View file

@ -248,6 +248,7 @@ in
less.enable = true;
git = {
enable = true;
package = pkgs.gitFull;
aliases = {
"git" = "!exec git"; # In case I write one too many git
};

View file

@ -6,7 +6,6 @@
home.packages = with pkgs; [
# Common
perf-tools
git
jq
yq
universal-ctags