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