Refactor Git configuration
This commit is contained in:
parent
8947c4abd2
commit
e111506428
13 changed files with 180 additions and 194 deletions
5
modules2/git/variables.nix
Normal file
5
modules2/git/variables.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
flake.modules.homeManager.base.home.sessionVariables = {
|
||||
GIT_INSTAFIX_UPSTREAM = "origin/main";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue