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