mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
9 lines
135 B
Nix
9 lines
135 B
Nix
|
{ pkgs, ... }: {
|
||
|
services.syncthing = {
|
||
|
tray = {
|
||
|
enable = true;
|
||
|
package = pkgs.unstable.syncthingtray;
|
||
|
};
|
||
|
};
|
||
|
}
|