nixcfg/homeManagerModules/userServices/default.nix

8 lines
131 B
Nix
Raw Normal View History

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