feat: enable Syncthing service with tray support

This commit enables the Syncthing service and its tray integration in the configuration. It prepares for potential folder and device overrides by including commented placeholders.
This commit is contained in:
Harald Hoyer 2025-02-26 15:34:11 +01:00
parent 7494fd7efd
commit 87c4a43c8f

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ config, ... }:
{
home.sessionPath = [ "$HOME/bin" ];
@ -22,6 +22,13 @@
fonts.fontconfig.enable = true;
services.syncthing = {
enable = true;
tray.enable = true;
# overrideFolders = false;
# overrideDevices = false;
};
dconf.settings = {
# ...
"org/gnome/shell" = {