1
Fork 0

Syncthing!

This commit is contained in:
Matei Adriel 2023-07-07 21:25:05 +02:00
parent c9bf24c49b
commit 07cfb35e1d
No known key found for this signature in database
7 changed files with 72 additions and 8 deletions
home/features/cli

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
{ pkgs, ... }: {
programs.git = {
enable = true;
package = pkgs.gitFull;
@ -8,6 +8,12 @@
userName = "Matei Adriel";
userEmail = "rafaeladriel11@gmail.com";
ignores = [
# Syncthing
".stfolder"
".stversions"
];
extraConfig = {
github.user = "Mateiadrielrafael";
hub.protocol = "ssh";