nixcfg/homeManagerModules/userServices/default.nix
2024-04-07 22:16:33 -04:00

11 lines
136 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [./syncthing ./easyeffects];
userServices.syncthing.enable = lib.mkDefault true;
}