✨ 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
|
./curl
|
||||||
./gh
|
./gh
|
||||||
./hyfetch
|
./hyfetch
|
||||||
|
./syncthing
|
||||||
./wget
|
./wget
|
||||||
./xdg
|
./xdg
|
||||||
./zathura
|
./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