Files
system-config/home-manager/features/notes.nix
2025-03-08 11:01:22 -08:00

8 lines
98 B
Nix

{ lib, ... }:
{
services.syncthing = {
enable = true;
tray = lib.mkDefault true;
};
}