10 lines
170 B
Nix
10 lines
170 B
Nix
{
|
|
lib,
|
|
mylib
|
|
}:
|
|
with lib;
|
|
with mylib.modules;
|
|
{
|
|
enable = mkEnableOpt "Nextcloud Client";
|
|
autostart = mkBoolOpt false "Autostart the Nextcloud client (systemd)";
|
|
} |