Compare commits

...

2 Commits

Author SHA1 Message Date
Joey Hafner
c2addf0618 Automatically pull before push
Some checks failed
SSH and echo to file / ssh (push) Has been cancelled
2024-10-15 17:01:22 -07:00
Joey Hafner
01e976a1a8 Enable git autofetch for vscode 2024-10-15 16:58:59 -07:00

View File

@ -16,6 +16,8 @@
"nix.enableLanguageServer" = true;
"explorer.confirmDragAndDrop" = false;
"workbench.colorTheme" = "Stylix";
"git.autofetch" = true;
"git.confirmSync" = false;
"editor.fontFamily" = lib.mkForce "'Symbols Nerd Font Mono', 'PowerlineSymbols', 'DejaVu Sans Mono'";
};
userTasks = {