Use gitFull
I want gitk
This commit is contained in:
parent
6f1121d731
commit
8dfaa80f96
|
@ -248,6 +248,7 @@ in
|
||||||
less.enable = true;
|
less.enable = true;
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.gitFull;
|
||||||
aliases = {
|
aliases = {
|
||||||
"git" = "!exec git"; # In case I write one too many git
|
"git" = "!exec git"; # In case I write one too many git
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Common
|
# Common
|
||||||
perf-tools
|
perf-tools
|
||||||
git
|
|
||||||
jq
|
jq
|
||||||
yq
|
yq
|
||||||
universal-ctags
|
universal-ctags
|
||||||
|
|
Loading…
Reference in a new issue