Syncthing!
This commit is contained in:
parent
c9bf24c49b
commit
07cfb35e1d
7 changed files with 72 additions and 8 deletions
home/features/cli
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue