| programs.zsh.dirHashes | An attribute set that adds to named directory hash table.
|
| programs.direnv.nix-direnv.package | The nix-direnv package to use.
|
| programs.direnv.nix-direnv.enable | Whether to enable nix-direnv,
a fast, persistent use_nix implementation for direnv.
|
| vdirsyncer.auth | Authentication settings
|
| programs.gpg.homedir | Directory to store keychains and configuration.
|
| programs.kodi.datadir | Directory to store configuration and metadata.
|
| xdg.userDirs.setSessionVariables | Whether to set the XDG user dir environment variables, like
XDG_DESKTOP_DIR.
The recommended way to get these values is via the xdg-user-dir
command or by processing $XDG_CONFIG_HOME/user-dirs.dirs directly in
your application.
This defaults to true for state version < 26.05 and false otherwise.
|
| programs.direnv.enable | Whether to enable direnv, the environment switcher.
|
| programs.direnv.silent | Whether to enable silent mode, that is, disabling direnv logging.
|
| programs.direnv.stdlib | Custom stdlib written to
$XDG_CONFIG_HOME/direnv/direnvrc.
|
| vdirsyncer.tokenFile | A file path where access tokens are stored.
|
| vdirsyncer.verify | Null or path to certificate to verify SSL against
|
| vdirsyncer.enable | Whether to enable synchronization using vdirsyncer.
|
| vdirsyncer.authCert | Either a path to a certificate with a client certificate and
the key or a list of paths to the files with them.
|
| vdirsyncer.userAgent | The user agent to report to the server
|
| programs.direnv.package | The direnv package to use.
|
| vdirsyncer.timeRange.end | End of time range to show.
|
| vdirsyncer.postHook | Command to call for each item creation and modification
|
| programs.direnv.config | Configuration written to
$XDG_CONFIG_HOME/direnv/direnv.toml
|
| vdirsyncer.timeRange | A time range to synchronize. start and end can be any Python
expression that returns a datetime.datetime
object.
|
| programs.direnv.mise.enable | Whether to enable mise,
integration of use_mise for direnv.
|
| vdirsyncer.urlCommand | A command that prints the URL of the storage.
|
| programs.dircolors.settings | Options to add to .dir_colors file
|
| vdirsyncer.itemTypes | Kinds of items to show
|
| services.vdirsyncer.enable | Whether to enable vdirsyncer.
|
| programs.direnv.mise.package | The mise package to use.
|
| vdirsyncer.useVcard4 | Specifies whether vdirsyncer should request vCards in version 4.0
|
| vdirsyncer.timeRange.start | Start of time range to show.
|
| services.vdirsyncer.package | The vdirsyncer package to use.
|
| vdirsyncer.metadata | Metadata keys that should be synchronized when vdirsyncer
metasync is executed.
|
| programs.script-directory.settings | script-directory config, for options take a look at the documentation
|
| vdirsyncer.userNameCommand | A command that prints the user name to standard output.
|
| services.vdirsyncer.configFile | Optional configuration file to link to use instead of
the default file ($XDG_CONFIG_HOME/vdirsyncer/config).
|
| programs.dircolors.enable | Whether to manage .dir_colors
and set LS_COLORS.
|
| vdirsyncer.partialSync | What should happen if synchronization in one direction
is impossible due to one storage being read-only
|
| programs.dircolors.package | The dircolors package to use.
|
| programs.gpg.dirmngrSettings | Dirmngr configuration options
|
| accounts.email.maildirBasePath | The base directory for account maildir directories
|
| vdirsyncer.clientIdCommand | A command that prints the OAuth credentials to standard
output
|
| targets.darwin.copyApps.directory | Path to link apps relative to the home directory.
|
| targets.darwin.linkApps.directory | Path to link apps relative to the home directory.
|
| programs.vdirsyncer.enable | Whether to enable vdirsyncer.
|
| services.vdirsyncer.verbosity | Whether vdirsyncer should produce verbose output.
|
| programs.dircolors.extraConfig | Extra lines added to .dir_colors file.
|
| accounts.email.accounts.<name>.maildir | Maildir configuration for this account.
|
| programs.script-directory.enable | Whether to enable script-directory.
|
| programs.vdirsyncer.package | The vdirsyncer package to use.
|
| services.vdirsyncer.frequency | How often to run vdirsyncer
|
| vdirsyncer.clientSecretCommand | A command that prints the OAuth credentials to standard
output
|
| programs.script-directory.package | The script-directory package to use.
|
| vdirsyncer.collections | The collections to synchronize between the storages.
|
| programs.vdirsyncer.statusPath | A directory where vdirsyncer will store some additional data for the next sync
|
| accounts.email.accounts.<name>.maildir.path | Path to maildir directory where mail for this account is
stored
|
| accounts.email.accounts.<name>.mujmap.settings.cache_dir | The cache directory in which to store mail files while they are being
downloaded
|
| programs.direnv.enableZshIntegration | Whether to enable Zsh integration.
|
| programs.direnv.enableFishIntegration | Whether to enable Fish integration.
|
| programs.direnv.enableBashIntegration | Whether to enable Bash integration.
|
| vdirsyncer.verifyFingerprint | Optional
|
| programs.hyprshot.saveLocation | Set the $HYPRSHOT_DIR environment variable to the given location
|
| vdirsyncer.conflictResolution | What to do in case of a conflict between the storages
|
| programs.direnv.enableNushellIntegration | Whether to enable Nushell integration.
|
| accounts.contact.accounts.<name>.vdirsyncer.auth | Authentication settings
|
| programs.notmuch.maildir.synchronizeFlags | Whether to synchronize Maildir flags.
|
| programs.dircolors.enableZshIntegration | Whether to enable Zsh integration.
|
| programs.dircolors.enableBashIntegration | Whether to enable Bash integration.
|
| programs.dircolors.enableFishIntegration | Whether to enable Fish integration.
|
| accounts.calendar.accounts.<name>.vdirsyncer.auth | Authentication settings
|
| accounts.contact.accounts.<name>.vdirsyncer.enable | Whether to enable synchronization using vdirsyncer.
|
| accounts.contact.accounts.<name>.vdirsyncer.tokenFile | A file path where access tokens are stored.
|
| accounts.contact.accounts.<name>.vdirsyncer.verify | Null or path to certificate to verify SSL against
|
| accounts.contact.accounts.<name>.vdirsyncer.authCert | Either a path to a certificate with a client certificate and
the key or a list of paths to the files with them.
|
| accounts.contact.accounts.<name>.vdirsyncer.userAgent | The user agent to report to the server
|
| accounts.contact.accounts.<name>.vdirsyncer.timeRange.end | End of time range to show.
|
| accounts.contact.accounts.<name>.vdirsyncer.postHook | Command to call for each item creation and modification
|
| accounts.contact.accounts.<name>.vdirsyncer.timeRange | A time range to synchronize. start and end can be any Python
expression that returns a datetime.datetime
object.
|
| accounts.calendar.accounts.<name>.vdirsyncer.verify | Null or path to certificate to verify SSL against
|
| accounts.calendar.accounts.<name>.vdirsyncer.enable | Whether to enable synchronization using vdirsyncer.
|
| accounts.calendar.accounts.<name>.vdirsyncer.tokenFile | A file path where access tokens are stored.
|
| accounts.contact.accounts.<name>.vdirsyncer.urlCommand | A command that prints the URL of the storage.
|
| accounts.contact.accounts.<name>.vdirsyncer.itemTypes | Kinds of items to show
|
| accounts.calendar.accounts.<name>.vdirsyncer.authCert | Either a path to a certificate with a client certificate and
the key or a list of paths to the files with them.
|
| accounts.calendar.accounts.<name>.vdirsyncer.userAgent | The user agent to report to the server
|
| accounts.contact.accounts.<name>.vdirsyncer.useVcard4 | Specifies whether vdirsyncer should request vCards in version 4.0
|
| accounts.contact.accounts.<name>.vdirsyncer.timeRange.start | Start of time range to show.
|
| accounts.calendar.accounts.<name>.vdirsyncer.timeRange.end | End of time range to show.
|
| programs.dircolors.enableNushellIntegration | Whether to enable Nushell integration.
|
| accounts.calendar.accounts.<name>.vdirsyncer.postHook | Command to call for each item creation and modification
|
| accounts.calendar.accounts.<name>.vdirsyncer.timeRange | A time range to synchronize. start and end can be any Python
expression that returns a datetime.datetime
object.
|
| accounts.contact.accounts.<name>.vdirsyncer.metadata | Metadata keys that should be synchronized when vdirsyncer
metasync is executed.
|
| accounts.calendar.accounts.<name>.vdirsyncer.urlCommand | A command that prints the URL of the storage.
|
| accounts.calendar.accounts.<name>.vdirsyncer.itemTypes | Kinds of items to show
|
| accounts.calendar.accounts.<name>.vdirsyncer.useVcard4 | Specifies whether vdirsyncer should request vCards in version 4.0
|
| accounts.contact.accounts.<name>.vdirsyncer.userNameCommand | A command that prints the user name to standard output.
|
| accounts.calendar.accounts.<name>.vdirsyncer.timeRange.start | Start of time range to show.
|
| programs.rclone.remotes.<name>.mounts.<name>.options | An attribute set of option values passed to rclone mount
|
| accounts.contact.accounts.<name>.vdirsyncer.partialSync | What should happen if synchronization in one direction
is impossible due to one storage being read-only
|
| accounts.calendar.accounts.<name>.vdirsyncer.metadata | Metadata keys that should be synchronized when vdirsyncer
metasync is executed.
|
| accounts.calendar.accounts.<name>.vdirsyncer.userNameCommand | A command that prints the user name to standard output.
|
| accounts.contact.accounts.<name>.vdirsyncer.clientIdCommand | A command that prints the OAuth credentials to standard
output
|
| accounts.calendar.accounts.<name>.vdirsyncer.partialSync | What should happen if synchronization in one direction
is impossible due to one storage being read-only
|
| accounts.calendar.accounts.<name>.vdirsyncer.clientIdCommand | A command that prints the OAuth credentials to standard
output
|
| accounts.contact.accounts.<name>.vdirsyncer.clientSecretCommand | A command that prints the OAuth credentials to standard
output
|
| accounts.contact.accounts.<name>.vdirsyncer.collections | The collections to synchronize between the storages.
|
| accounts.calendar.accounts.<name>.vdirsyncer.clientSecretCommand | A command that prints the OAuth credentials to standard
output
|
| accounts.calendar.accounts.<name>.vdirsyncer.collections | The collections to synchronize between the storages.
|
| accounts.contact.accounts.<name>.vdirsyncer.verifyFingerprint | Optional
|
| accounts.calendar.accounts.<name>.vdirsyncer.verifyFingerprint | Optional
|
| accounts.contact.accounts.<name>.vdirsyncer.conflictResolution | What to do in case of a conflict between the storages
|
| accounts.calendar.accounts.<name>.vdirsyncer.conflictResolution | What to do in case of a conflict between the storages
|
| accounts.email.accounts.<name>.mujmap.settings.tags.directory_separator | Directory separator for mapping notmuch tags to maildirs.
|