nixos-config/home/syncthing.nix

6 lines
62 B
Nix

{ config, pkgs, ... }:
{
services.syncthing.tray = true;
}