nixos-config/home/syncthing.nix

6 lines
62 B
Nix
Raw Normal View History

2020-10-06 17:41:56 +02:00
{ config, pkgs, ... }:
{
services.syncthing.tray = true;
}