nixcfg/homeManagerModules/userServices/default.nix

8 lines
117 B
Nix
Raw Normal View History

2024-03-28 19:52:15 -04:00
{ config, lib, pkgs, ... }:
{
imports = [ ./syncthing ];
userServices.syncthing.enable = lib.mkDefault true;
}