9 lines
109 B
Nix
9 lines
109 B
Nix
{
|
|
config,
|
|
inputs,
|
|
...
|
|
}: {
|
|
imports = [inputs.s3s.homeManagerModule];
|
|
services.s3s.enable = true;
|
|
}
|