5 lines
118 B
Nix
5 lines
118 B
Nix
|
{ pkgs, ... }: {
|
||
|
home.packages = with pkgs; [ syncthingtray-minimal ];
|
||
|
services.syncthing = { enable = true; };
|
||
|
}
|