From 0aa2b2c3abdc46d3bb1e4657d8c97af7b1bd7baf Mon Sep 17 00:00:00 2001
From: khaneliman
programs.onedrive.enable
+
+
+Whether to enable onedrive.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/onedrive.nix>
+
+ |
programs.onedrive.package
+
+
+The onedrive package to use.
+ +Type: +null or package
+ +Default:
+pkgs.onedrive
Declared by:
+
+
+<home-manager/modules/programs/onedrive.nix>
+
+ |
programs.onedrive.settings
+
+
+Configuration settings for Onedrive. All available options can be +found at https://github.com/abraunegg/onedrive/blob/master/config.
+ +Type: +attribute set of string
+ +Default:
+{ }
Example:
''
+ {
+ check_nomount = "false";
+ check_nosync = "false";
+ classify_as_big_delete = "1000";
+ cleanup_local_files = "false";
+ disable_notifications = "false";
+ no_remote_delete = "false";
+ rate_limit = "0";
+ resync = "false";
+ skip_dotfiles = "false";
+ }
+''
+
+
+Declared by:
+
+
+<home-manager/modules/programs/onedrive.nix>
+
+ |
programs.onlyoffice.enable