Use gitFull
I want gitk
This commit is contained in:
parent
6f1121d731
commit
8dfaa80f96
|
@ -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
|
||||
};
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
home.packages = with pkgs; [
|
||||
# Common
|
||||
perf-tools
|
||||
git
|
||||
jq
|
||||
yq
|
||||
universal-ctags
|
||||
|
|
Loading…
Reference in a new issue