8 lines
141 B
Nix
8 lines
141 B
Nix
{
|
|
lib
|
|
}:
|
|
with lib;
|
|
{
|
|
enable = mkEnableOpt "Nextcloud Client";
|
|
autostart = mkBoolOpt false "Autostart the Nextcloud client (systemd)";
|
|
} |