This commit is contained in:
parent
ecd2869bf1
commit
36203f79f3
1 changed files with 4 additions and 1 deletions
|
@ -168,7 +168,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [ stable.git-instafix ];
|
packages = with pkgs; [
|
||||||
|
git-trim
|
||||||
|
stable.git-instafix
|
||||||
|
];
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
GIT_INSTAFIX_UPSTREAM = "origin/main";
|
GIT_INSTAFIX_UPSTREAM = "origin/main";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue