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
|
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
2180
hs_err_pid94374.log
Normal file
File diff suppressed because it is too large
Load diff
1532
hs_err_pid94528.log
Normal file
1532
hs_err_pid94528.log
Normal file
File diff suppressed because it is too large
Load diff
2177
hs_err_pid94565.log
Normal file
2177
hs_err_pid94565.log
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue