update
This commit is contained in:
@@ -252,3 +252,5 @@ exec_always --no-startup-id dunst
|
||||
|
||||
# pasystray
|
||||
exec_always --no-startup-id pasystray
|
||||
|
||||
exec_always --no-startup-id syncthing
|
||||
|
||||
9
modules/home-manager/syncthing/default.nix
Normal file
9
modules/home-manager/syncthing/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user