Git auto fetch code
This commit is contained in:
3
home.nix
3
home.nix
@@ -286,7 +286,7 @@
|
|||||||
"theme" = "auto";
|
"theme" = "auto";
|
||||||
"audible-bell" = false;
|
"audible-bell" = false;
|
||||||
"use-system-font" = false;
|
"use-system-font" = false;
|
||||||
"custom-font" = "JetBrainsMono Nerd Font 10"
|
"custom-font" = "JetBrainsMono Nerd Font 10";
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/desktop" = {
|
"org/gnome/desktop" = {
|
||||||
@@ -373,6 +373,7 @@
|
|||||||
"git.enableCommitSigning" = false;
|
"git.enableCommitSigning" = false;
|
||||||
"git.enableSmartCommit" = true;
|
"git.enableSmartCommit" = true;
|
||||||
"git.confirmSync" = false;
|
"git.confirmSync" = false;
|
||||||
|
"git.autofetch" = true;
|
||||||
# Styling
|
# Styling
|
||||||
"window.autoDetectColorScheme" = true;
|
"window.autoDetectColorScheme" = true;
|
||||||
"workbench.preferredDarkColorTheme" = "Default Dark Modern";
|
"workbench.preferredDarkColorTheme" = "Default Dark Modern";
|
||||||
|
|||||||
Reference in New Issue
Block a user