7 lines
107 B
Nix
7 lines
107 B
Nix
{ ... }:
|
|
|
|
{
|
|
home-manager.users.charlotte = { pkgs, ... }: {
|
|
services.syncthing.enable = true;
|
|
};
|
|
}
|