✨ feat(syncthing): Install Syncthing
This commit is contained in:
parent
b7bcc9a4bf
commit
a5525a4c72
2 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
./curl
|
||||
./gh
|
||||
./hyfetch
|
||||
./syncthing
|
||||
./wget
|
||||
./xdg
|
||||
./zathura
|
||||
|
|
7
home/syncthing/default.nix
Normal file
7
home/syncthing/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
|
||||
tray.enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue