Configured syncthing

This commit is contained in:
Bryan Ramos 2023-03-27 09:31:33 -04:00
parent 8c6719334f
commit ad25987e13
4 changed files with 5898 additions and 1 deletions

View file

@ -32,7 +32,6 @@
bash-completion bash-completion
pkg-config pkg-config
syncthing
keepassxc keepassxc
neofetch neofetch
@ -51,11 +50,20 @@
enable = true; enable = true;
viAlias = true; viAlias = true;
vimAlias = true; vimAlias = true;
plugins = with pkgs; [ plugins = with pkgs; [
vimPlugins.nvim-treesitter.withAllGrammars vimPlugins.nvim-treesitter.withAllGrammars
]; ];
}; };
# SYNCTHING
services = {
syncthing = {
enable = true;
user = ${USER};
dataDir = "/home/${USER}/Sync";
}
}
# SESSION VARIABLES # SESSION VARIABLES
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";

2180
hs_err_pid94374.log Normal file

File diff suppressed because it is too large Load diff

1532
hs_err_pid94528.log Normal file

File diff suppressed because it is too large Load diff

2177
hs_err_pid94565.log Normal file

File diff suppressed because it is too large Load diff