1
Files
flake-nixinator/home/modules/nextcloud/options.nix
2023-04-26 15:00:10 +02:00

11 lines
178 B
Nix

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