2021-10-25 23:13:54 +03:00

5 lines
107 B
Nix

{ config, pkgs, lib, ... }: {
home-manager.users.alukard = {
services.syncthing.enable = true;
};
}