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:
parent
7494fd7efd
commit
87c4a43c8f
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue