1
Files
flake-nixinator/home/modules/nextcloud/options.nix
2023-04-26 12:56:31 +02:00

10 lines
172 B
Nix

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