git.user.useConfigOnly
This commit is contained in:
parent
ab2e416eb8
commit
90f9999306
@ -66,7 +66,10 @@
|
|||||||
BUILDKIT_COLORS = "run=123,20,245:error=yellow:cancel=blue:warning=white";
|
BUILDKIT_COLORS = "run=123,20,245:error=yellow:cancel=blue:warning=white";
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
|
git.extraConfig = {
|
||||||
|
url."git@github.com:".insteadOf = "https://github.com";
|
||||||
|
user.useConfigOnly = true;
|
||||||
|
};
|
||||||
chromium.extensions = [
|
chromium.extensions = [
|
||||||
{id = "aeblfdkhhhdcdjpifhhbdiojplfjncoa";} # 1password
|
{id = "aeblfdkhhhdcdjpifhhbdiojplfjncoa";} # 1password
|
||||||
{id = "mdkgfdijbhbcbajcdlebbodoppgnmhab";} # GoLinks
|
{id = "mdkgfdijbhbcbajcdlebbodoppgnmhab";} # GoLinks
|
||||||
|
Loading…
Reference in New Issue
Block a user