5 lines
111 B
Nix
5 lines
111 B
Nix
{
|
|
flake.modules.homeManager.base.home.sessionVariables = {
|
|
GIT_INSTAFIX_UPSTREAM = "origin/main";
|
|
};
|
|
}
|