1
Files
flake-nixinator/home/modules/nextcloud/options.nix

8 lines
141 B
Nix

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