mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Configured syncthing
This commit is contained in:
parent
8c6719334f
commit
ad25987e13
4 changed files with 5898 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue