{"last_update":"March 23, 2024 at 4:24 UTC","options":[{"title":"_module.args","description":"Additional arguments passed to each module in addition to oneslike lib, config,and pkgs, modulesPath.","note":"This option is also available to all submodules. Submodules do notinherit args from their parent module, nor do they provide args totheir parent module or sibling submodules. The sole exception tothis is the argument name which is provided byparent modules to a submodule and contains the attribute namethe submodule is bound to, or a unique generated name if it isnot bound to an attribute.","type":"lazy attribute set of raw value","default":"","example":"","declared_by":"nixpkgs/lib/modules.nix
"},{"title":"accounts.calendar.accounts","description":"List of calendars.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/qcal.nixhome-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.khal.enable","description":"Whether to enable khal access.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.khal.color","description":"Color in which events in this calendar are displayed.","note":"","type":"null or one of “black”, “white”, “brown”, “yellow”, “dark gray”, “dark green”, “dark blue”, “light gray”, “light green”, “light blue”, “dark magenta”, “dark cyan”, “dark red”, “light magenta”, “light cyan”, “light red”","default":"null","example":"\"light green\"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.khal.glob","description":"The glob expansion to be searched for events or birthdays whentype is set to discover.","note":"","type":"string","default":"\"*\"","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.khal.priority","description":"Priority of a calendar used for coloring (calendar with highest priority is preferred).","note":"","type":"signed integer","default":"10","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.khal.readOnly","description":"Keep khal from making any changes to this account.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.khal.type","description":"Either a single calendar (calendar which is the default) or a directory with multiple calendars (discover).","note":"","type":"one of “calendar”, “discover”","default":"\"calendar\"","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.local","description":"Local configuration for the calendar.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.local.encoding","description":"File encoding for items, both content and file name.Defaults to UTF-8.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.local.fileExt","description":"The file extension to use.","note":"","type":"null or string","default":"\".ics\"","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.local.path","description":"The path of the storage.","note":"","type":"string","default":"\"‹accounts.calendar.basePath›/‹name›\"","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.local.type","description":"The type of the storage.","note":"","type":"one of “filesystem”, “singlefile”","default":"\"filesystem\"","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.name","description":"Unique identifier of the calendar. This is set to theattribute name of the calendar configuration.","note":"","type":"string (read only)","default":"","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.primary","description":"Whether this is the primary account. Only one account may beset as primary.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.primaryCollection","description":"The primary collection of the account. Required when anaccount has multiple collections.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.qcal.enable","description":"Whether to enable qcal access.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/qcal.nix
"},{"title":"accounts.calendar.accounts.<name>.remote","description":"Remote configuration for the calendar.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.remote.passwordCommand","description":"A command that prints the password to standard output.","note":"","type":"null or (list of string)","default":"null","example":"[ \"pass\" \"caldav\"]","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.remote.type","description":"The type of the storage.","note":"","type":"one of “caldav”, “http”, “google_calendar”","default":"","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.remote.url","description":"The URL of the storage.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.remote.userName","description":"User name for authentication.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.enable","description":"Whether to enable synchronization using vdirsyncer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.auth","description":"Authentication settings. The default is basic.","note":"","type":"null or one of “basic”, “digest”, “guess”","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.authCert","description":"Either a path to a certificate with a client certificate andthe key or a list of paths to the files with them.","note":"","type":"null or string or list of string","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.clientIdCommand","description":"A command that prints the OAuth credentials to standardoutput.","note":"Seehttps://vdirsyncer.pimutils.org/en/stable/config.html#googlefor more information.","type":"null or (list of string)","default":"null","example":"[ \"pass\" \"client_id\"]","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.clientSecretCommand","description":"A command that prints the OAuth credentials to standardoutput.","note":"Seehttps://vdirsyncer.pimutils.org/en/stable/config.html#googlefor more information.","type":"null or (list of string)","default":"null","example":"[ \"pass\" \"client_secret\"]","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.collections","description":"The collections to synchronize between the storages.","note":"","type":"null or (list of (string or list of string))","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.conflictResolution","description":"What to do in case of a conflict between the storages. Eitherremote wins orlocal wins ora list that contains a command to run. By default, an errormessage is printed.","note":"","type":"null or one of “remote wins”, “local wins” or list of string","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.itemTypes","description":"Kinds of items to show. The default is to show everything.This depends on particular features of the server, the resultsare not validated.","note":"","type":"null or (list of string)","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.metadata","description":"Metadata keys that should be synchronized when vdirsyncermetasync is executed.","note":"","type":"list of string","default":"[ ]","example":"[ \"color\" \"displayname\"]","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.partialSync","description":"What should happen if synchronization in one directionis impossible due to one storage being read-only.Defaults to revert.","note":"Seehttps://vdirsyncer.pimutils.org/en/stable/config.html#pair-sectionfor more information.","type":"null or one of “revert”, “error”, “ignore”","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.postHook","description":"Command to call for each item creation and modification.The command will be called with the path of the new/updatedfile.","note":"","type":"null or strings concatenated with “\\n”","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.timeRange","description":"A time range to synchronize. start and end can be any Pythonexpression that returns a datetime.datetimeobject.","note":"","type":"null or (submodule)","default":"null","example":"{ end = \"datetime.now() + timedelta(days=365)\"; start = \"datetime.now() - timedelta(days=365)\";}","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.timeRange.end","description":"End of time range to show.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.timeRange.start","description":"Start of time range to show.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.tokenFile","description":"A file path where access tokens are stored.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.urlCommand","description":"A command that prints the URL of the storage.","note":"","type":"null or (list of string)","default":"null","example":"[ \"~/get-url.sh\"]","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.userAgent","description":"The user agent to report to the server. Defaults tovdirsyncer.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.userNameCommand","description":"A command that prints the user name to standard output.","note":"","type":"null or (list of string)","default":"null","example":"[ \"~/get-username.sh\"]","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.verify","description":"Null or path to certificate to verify SSL against","note":"","type":"null or path","default":"null","example":"\"/path/to/cert.pem\"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.accounts.<name>.vdirsyncer.verifyFingerprint","description":"Optional. SHA1 or MD5 fingerprint of the expected server certificate.","note":"Seehttps://vdirsyncer.pimutils.org/en/stable/ssl-tutorial.html#ssl-tutorialfor more information.","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.calendar.basePath","description":"The base directory in which to save calendars. May be arelative path, in which case it is relative the homedirectory.","note":"","type":"string","default":"","example":"\".calendar\"","declared_by":"home-manager/modules/accounts/calendar.nix
"},{"title":"accounts.contact.accounts","description":"List of contacts.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/khard.nixhome-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.khal.enable","description":"Whether to enable khal access.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.khal.collections","description":"VCARD collections to be searched for contact birthdays.","note":"","type":"null or (list of string)","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.khal.color","description":"Color in which events in this calendar are displayed.","note":"","type":"null or one of “black”, “white”, “brown”, “yellow”, “dark gray”, “dark green”, “dark blue”, “light gray”, “light green”, “light blue”, “dark magenta”, “dark cyan”, “dark red”, “light magenta”, “light cyan”, “light red”","default":"null","example":"\"light green\"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.khal.priority","description":"Priority of a calendar used for coloring (calendar with highest priority is preferred).","note":"","type":"signed integer","default":"10","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.khal.readOnly","description":"Keep khal from making any changes to this account.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.khard.enable","description":"Whether to enable khard access.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/khard.nix
"},{"title":"accounts.contact.accounts.<name>.local","description":"Local configuration for the contacts.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.local.encoding","description":"File encoding for items, both content and file name.Defaults to UTF-8.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.local.fileExt","description":"The file extension to use.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.local.path","description":"The path of the storage.","note":"","type":"string","default":"\"‹accounts.contact.basePath›/‹name›\"","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.local.type","description":"The type of the storage.","note":"","type":"one of “filesystem”, “singlefile”","default":"","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.name","description":"Unique identifier of the contact account. This is set to theattribute name of the contact configuration.","note":"","type":"string (read only)","default":"","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.remote","description":"Remote configuration for the contacts.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.remote.passwordCommand","description":"A command that prints the password to standard output.","note":"","type":"null or (list of string)","default":"null","example":"[ \"pass\" \"caldav\"]","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.remote.type","description":"The type of the storage.","note":"","type":"one of “carddav”, “http”, “google_contacts”","default":"","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.remote.url","description":"The URL of the storage.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.remote.userName","description":"User name for authentication.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.enable","description":"Whether to enable synchronization using vdirsyncer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.auth","description":"Authentication settings. The default is basic.","note":"","type":"null or one of “basic”, “digest”, “guess”","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.authCert","description":"Either a path to a certificate with a client certificate andthe key or a list of paths to the files with them.","note":"","type":"null or string or list of string","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.clientIdCommand","description":"A command that prints the OAuth credentials to standardoutput.","note":"Seehttps://vdirsyncer.pimutils.org/en/stable/config.html#googlefor more information.","type":"null or (list of string)","default":"null","example":"[ \"pass\" \"client_id\"]","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.clientSecretCommand","description":"A command that prints the OAuth credentials to standardoutput.","note":"Seehttps://vdirsyncer.pimutils.org/en/stable/config.html#googlefor more information.","type":"null or (list of string)","default":"null","example":"[ \"pass\" \"client_secret\"]","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.collections","description":"The collections to synchronize between the storages.","note":"","type":"null or (list of (string or list of string))","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.conflictResolution","description":"What to do in case of a conflict between the storages. Eitherremote wins orlocal wins ora list that contains a command to run. By default, an errormessage is printed.","note":"","type":"null or one of “remote wins”, “local wins” or list of string","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.itemTypes","description":"Kinds of items to show. The default is to show everything.This depends on particular features of the server, the resultsare not validated.","note":"","type":"null or (list of string)","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.metadata","description":"Metadata keys that should be synchronized when vdirsyncermetasync is executed.","note":"","type":"list of string","default":"[ ]","example":"[ \"color\" \"displayname\"]","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.partialSync","description":"What should happen if synchronization in one directionis impossible due to one storage being read-only.Defaults to revert.","note":"Seehttps://vdirsyncer.pimutils.org/en/stable/config.html#pair-sectionfor more information.","type":"null or one of “revert”, “error”, “ignore”","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.postHook","description":"Command to call for each item creation and modification.The command will be called with the path of the new/updatedfile.","note":"","type":"null or strings concatenated with “\\n”","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.timeRange","description":"A time range to synchronize. start and end can be any Pythonexpression that returns a datetime.datetimeobject.","note":"","type":"null or (submodule)","default":"null","example":"{ end = \"datetime.now() + timedelta(days=365)\"; start = \"datetime.now() - timedelta(days=365)\";}","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.timeRange.end","description":"End of time range to show.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.timeRange.start","description":"Start of time range to show.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.tokenFile","description":"A file path where access tokens are stored.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.urlCommand","description":"A command that prints the URL of the storage.","note":"","type":"null or (list of string)","default":"null","example":"[ \"~/get-url.sh\"]","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.userAgent","description":"The user agent to report to the server. Defaults tovdirsyncer.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.userNameCommand","description":"A command that prints the user name to standard output.","note":"","type":"null or (list of string)","default":"null","example":"[ \"~/get-username.sh\"]","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.verify","description":"Null or path to certificate to verify SSL against","note":"","type":"null or path","default":"null","example":"\"/path/to/cert.pem\"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.accounts.<name>.vdirsyncer.verifyFingerprint","description":"Optional. SHA1 or MD5 fingerprint of the expected server certificate.","note":"Seehttps://vdirsyncer.pimutils.org/en/stable/ssl-tutorial.html#ssl-tutorialfor more information.","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.contact.basePath","description":"The base directory in which to save contacts. May be arelative path, in which case it is relative the homedirectory.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/accounts/contacts.nix
"},{"title":"accounts.email.accounts","description":"List of email accounts.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/services/imapnotify.nixhome-manager/modules/programs/thunderbird.nixhome-manager/modules/programs/offlineimap.nixhome-manager/modules/programs/notmuch.nixhome-manager/modules/programs/neomutt.nixhome-manager/modules/programs/mujmap.nixhome-manager/modules/programs/mu.nixhome-manager/modules/programs/msmtp.nixhome-manager/modules/programs/mbsync.nixhome-manager/modules/programs/lieer.nixhome-manager/modules/programs/himalaya.nixhome-manager/modules/programs/getmail.nixhome-manager/modules/programs/astroid.nixhome-manager/modules/programs/alot.nixhome-manager/modules/programs/aerc.nixhome-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.address","description":"The email address of this account.","note":"","type":"string matching the pattern .*@.*","default":"","example":"\"jane.doe@example.org\"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.aerc.enable","description":"Whether to enable aerc.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.extraAccounts","description":"Extra config added to the configuration section for this account in$HOME/.config/aerc/accounts.conf.See aerc-accounts(5).","note":"","type":"attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)","default":"{ }","example":"{ source = \"maildir://~/Maildir/example\"; }","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.extraBinds","description":"Extra bindings specific to this account, added to$HOME/.config/aerc/binds.conf.See aerc-binds(5).","note":"","type":"attribute set of attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)","default":"{ }","example":"{ messages = { d = \":move ${folder.trash}\"; }; }","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.extraConfig","description":"Config specific to this account, added to $HOME/.config/aerc/aerc.conf.Aerc only supports per-account UI configuration.For other sections of $HOME/.config/aerc/aerc.conf,use programs.aerc.extraConfig.See aerc-config(5).","note":"","type":"attribute set of attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)","default":"{ }","example":"{ ui = { sidebar-width = 25; }; }","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.imapAuth","description":"Sets the authentication mechanism if imap is used as the incomingmethod.See aerc-imap(5).","note":"","type":"null or one of “oauthbearer”, “xoauth2”","default":"null","example":"\"auth\"","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.imapOauth2Params","description":"Sets the oauth2 params if authentication mechanism oauthbearer orxoauth2 is used.See aerc-imap(5).","note":"","type":"null or (submodule)","default":"null","example":"{ token_endpoint = \"\";}","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.imapOauth2Params.client_id","description":"The OAuth2 client identifier.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.imapOauth2Params.client_secret","description":"The OAuth2 client secret.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.imapOauth2Params.scope","description":"The OAuth2 requested scope.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.imapOauth2Params.token_endpoint","description":"The OAuth2 token endpoint.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.smtpAuth","description":"Sets the authentication mechanism if smtp is used as the outgoingmethod.See aerc-smtp(5).","note":"","type":"null or one of “none”, “plain”, “login”, “oauthbearer”, “xoauth2”","default":"\"plain\"","example":"\"auth\"","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.smtpOauth2Params","description":"Sets the oauth2 params if authentication mechanism oauthbearer orxoauth2 is used.See aerc-imap(5).","note":"","type":"null or (submodule)","default":"null","example":"{ token_endpoint = \"\";}","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.smtpOauth2Params.client_id","description":"The OAuth2 client identifier.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.smtpOauth2Params.client_secret","description":"The OAuth2 client secret.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.smtpOauth2Params.scope","description":"The OAuth2 requested scope.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aerc.smtpOauth2Params.token_endpoint","description":"The OAuth2 token endpoint.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"accounts.email.accounts.<name>.aliases","description":"Alternative email addresses of this account.","note":"","type":"list of string matching the pattern .*@.*","default":"[ ]","example":"[ \"webmaster@example.org\" \"admin@example.org\"]","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.alot.contactCompletion","description":"Contact completion configuration as expected per alot.See alot’s wiki forexplanation about possible values.","note":"","type":"attribute set of string","default":"","example":"{ type = \"shellcommand\"; command = \"abook --mutt-query\"; regexp = \"'^(?P[^@]+@[^\\t]+)\\t+(?P[^\\t]+)'\"; ignorecase = \"True\";}","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"accounts.email.accounts.<name>.alot.extraConfig","description":"Extra settings to add to this Alot account configuration.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"accounts.email.accounts.<name>.alot.sendMailCommand","description":"Command to send a mail. If msmtp is enabled for the account,then this is set tomsmtpq --read-envelope-from --read-recipients.","note":"","type":"null or string","default":"","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"accounts.email.accounts.<name>.astroid.enable","description":"Whether to enable Astroid.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/astroid.nix
"},{"title":"accounts.email.accounts.<name>.astroid.extraConfig","description":"Extra settings to add to this astroid account configuration.","note":"","type":"attribute set of anything","default":"{ }","example":"{ select_query = \"\";}","declared_by":"home-manager/modules/programs/astroid.nix
"},{"title":"accounts.email.accounts.<name>.astroid.sendMailCommand","description":"Command to send a mail. If msmtp is enabled for the account,then this is set tomsmtpq --read-envelope-from --read-recipients.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/astroid.nix
"},{"title":"accounts.email.accounts.<name>.flavor","description":"Some email providers have peculiar behavior that requirespecial treatment. This option is therefore intended toindicate the nature of the provider.","note":"When this indicates a specific provider then, for example,the IMAP, SMTP, and JMAP server configuration may be setautomatically.","type":"one of “plain”, “gmail.com”, “runbox.com”, “fastmail.com”, “yandex.com”, “outlook.office365.com”","default":"\"plain\"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.folders","description":"Standard email folders.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.folders.drafts","description":"Relative path of the drafts mail folder.","note":"","type":"null or string","default":"\"Drafts\"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.folders.inbox","description":"Relative path of the inbox mail.","note":"","type":"string","default":"\"Inbox\"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.folders.sent","description":"Relative path of the sent mail folder.","note":"","type":"null or string","default":"\"Sent\"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.folders.trash","description":"Relative path of the deleted mail folder.","note":"","type":"string","default":"\"Trash\"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.getmail.enable","description":"Whether to enable the getmail mail retriever for this account.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/getmail.nix
"},{"title":"accounts.email.accounts.<name>.getmail.delete","description":"Enable if you want to delete read messages from the server. Mostusers should either enable delete or disablereadAll.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/getmail.nix
"},{"title":"accounts.email.accounts.<name>.getmail.destinationCommand","description":"Specify a command delivering the incoming mail to your maildir.","note":"","type":"null or string","default":"null","example":"\"\\${pkgs.maildrop}/bin/maildrop\"","declared_by":"home-manager/modules/programs/getmail.nix
"},{"title":"accounts.email.accounts.<name>.getmail.mailboxes","description":"A non-empty list of mailboxes. To download all mail you canuse the ALL mailbox.","note":"","type":"non-empty (list of string)","default":"[ ]","example":"[ \"INBOX\" \"INBOX.spam\"]","declared_by":"home-manager/modules/programs/getmail.nix
"},{"title":"accounts.email.accounts.<name>.getmail.readAll","description":"Enable if you want to fetch all, even the read messages from theserver. Most users should either enable delete ordisable readAll.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/getmail.nix
"},{"title":"accounts.email.accounts.<name>.gpg","description":"GPG configuration.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.gpg.encryptByDefault","description":"Encrypt outgoing messages by default.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.gpg.key","description":"The key to use as listed in gpg --list-keys.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.gpg.signByDefault","description":"Sign messages by default.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.himalaya.enable","description":"Whether to enable the email client Himalaya CLI for this email account.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/himalaya.nix
"},{"title":"accounts.email.accounts.<name>.himalaya.settings","description":"Himalaya CLI configuration for this email account.See https://pimalaya.org/himalaya/cli/latest/configuration/index.html#account-configuration for supported values.","note":"","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/himalaya.nix
"},{"title":"accounts.email.accounts.<name>.imap","description":"The IMAP configuration to use for this account.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.imap.host","description":"Hostname of IMAP server.","note":"","type":"string","default":"","example":"\"imap.example.org\"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.imap.port","description":"The port on which the IMAP server listens. Ifnull then the default port is used.","note":"","type":"null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"null","example":"993","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.imap.tls","description":"Configuration for secure connections.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.imap.tls.enable","description":"Whether to enable TLS/SSL.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.imap.tls.certificatesFile","description":"Path to file containing certificate authorities that shouldbe used to validate the connection authenticity. Ifnull then the system default is used.Note, if set then the system default may still be accepted.","note":"","type":"null or path","default":"\"config.accounts.email.certificatesFile\"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.imap.tls.useStartTls","description":"Whether to use STARTTLS.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.imapnotify.enable","description":"Whether to enable imapnotify.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/imapnotify.nix
"},{"title":"accounts.email.accounts.<name>.imapnotify.boxes","description":"IMAP folders to watch.","note":"","type":"list of string","default":"[ ]","example":"[ \"Inbox\" \"[Gmail]/MyLabel\"]","declared_by":"home-manager/modules/services/imapnotify.nix
"},{"title":"accounts.email.accounts.<name>.imapnotify.extraConfig","description":"Additional configuration to add for this account.","note":"","type":"JSON value","default":"{ }","example":"{ wait = 10;}","declared_by":"home-manager/modules/services/imapnotify.nix
"},{"title":"accounts.email.accounts.<name>.imapnotify.onNotify","description":"Shell commands to run on any event.","note":"","type":"string or attribute set of string","default":"\"\"","example":"\"\\${pkgs.isync}/bin/mbsync test-%s\"","declared_by":"home-manager/modules/services/imapnotify.nix
"},{"title":"accounts.email.accounts.<name>.imapnotify.onNotifyPost","description":"Shell commands to run after onNotify event.","note":"","type":"string or attribute set of string","default":"\"\"","example":"{ mail = \"\\${pkgs.notmuch}/bin/notmuch new && \\${pkgs.libnotify}/bin/notify-send 'New mail arrived'\";}","declared_by":"home-manager/modules/services/imapnotify.nix
"},{"title":"accounts.email.accounts.<name>.jmap","description":"The JMAP configuration to use for this account.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.jmap.host","description":"Hostname of JMAP server.","note":"If both this option and accounts.email.accounts..jmap.sessionUrl are specified,host is preferred by applications when establishing asession.","type":"null or string","default":"null","example":"\"jmap.example.org\"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.jmap.sessionUrl","description":"URL for the JMAP Session resource.","note":"If both this option and accounts.email.accounts..jmap.host are specified,host is preferred by applications when establishing asession.","type":"null or string","default":"null","example":"\"https://jmap.example.org:443/.well-known/jmap\"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.lieer.enable","description":"Whether to enable lieer Gmail synchronization for notmuch.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.notmuchSetupWarning","description":"Warn if Notmuch is not also enabled for this account.","note":"This can safely be disabled if notmuch inithas been used to configure this account outside of HomeManager.","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.settings","description":"Settings which are applied to .gmailieer.jsonfor the account.","note":"See the lieer manualfor documentation of settings not explicitly covered by this module.","type":"JSON value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.settings.drop_non_existing_label","description":"Allow missing labels on the Gmail side to be dropped.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.settings.file_extension","description":"Extension to include in local file names, which can be usefulfor indexing with third-party programs.","note":"","type":"string","default":"\"\"","example":"\"mbox\"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.settings.ignore_empty_history","description":"Work around a Gmail API quirk where an empty change historyis sometimes returned.","note":"See thisGitHub issuefor more details.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.settings.ignore_remote_labels","description":"Set Gmail labels to ignore when syncing from remote labels tolocal tags (before translations).","note":"","type":"list of string","default":"","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.settings.ignore_tags","description":"Set labels to ignore when syncing from local tags toremote labels (after translations).","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.settings.local_trash_tag","description":"Local tag to which the remote Gmail ‘TRASH’ label is translated.","note":"","type":"string","default":"\"trash\"","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.settings.remove_local_messages","description":"Remove local messages that have been deleted on the remote.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.settings.replace_slash_with_dot","description":"Replace ‘/’ with ‘.’ in Gmail labels.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.settings.timeout","description":"HTTP timeout in seconds. 0 means forever or system timeout.","note":"","type":"unsigned integer, meaning >=0","default":"600","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.sync.enable","description":"Whether to enable lieer synchronization service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.lieer.sync.frequency","description":"How often to synchronize the account.","note":"This value is passed to the systemd timer configuration as theonCalendar option. Seesystemd.time(7)for more information about the format.","type":"string","default":"\"*:0/5\"","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"accounts.email.accounts.<name>.maildir","description":"Maildir configuration for this account.","note":"","type":"null or (submodule)","default":"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.maildir.path","description":"Path to maildir directory where mail for this account isstored. This is relative to the base maildir path.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.enable","description":"Whether to enable synchronization using mbsync.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.create","description":"Automatically create missing mailboxes within thegiven mail store.","note":"","type":"one of “none”, “maildir”, “imap”, “both”","default":"\"none\"","example":"\"maildir\"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.expunge","description":"Permanently remove messages marked for deletion fromthe given mail store.","note":"","type":"one of “none”, “maildir”, “imap”, “both”","default":"\"none\"","example":"\"both\"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.extraConfig.account","description":"Account section extra configuration.","note":"","type":"attribute set of (string or signed integer or boolean or list of string)","default":"{ }","example":"{ PipelineDepth = 10; Timeout = 60;};","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.extraConfig.channel","description":"Per channel extra configuration.","note":"","type":"attribute set of (string or signed integer or boolean or list of string)","default":"{ }","example":"{ MaxMessages = 10000; MaxSize = \"1m\";};","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.extraConfig.local","description":"Local store extra configuration.","note":"","type":"attribute set of (string or signed integer or boolean or list of string)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.extraConfig.remote","description":"Remote store extra configuration.","note":"","type":"attribute set of (string or signed integer or boolean or list of string)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.flatten","description":"If set, flattens the hierarchy within the maildir bysubstituting the canonical hierarchy delimiter/ with this value.","note":"","type":"null or string","default":"null","example":"\".\"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.groups","description":"Some email providers (Gmail) have a different directory hierarchy forsynchronized email messages. Namely, when using mbsync without specifyinga set of channels into a group, all synchronized directories end up beneaththe [Gmail]/ directory.","note":"This option allows you to specify a group, and subsequently channels thatwill allow you to sync your mail into an arbitrary hierarchy.","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.groups.<name>.channels","description":"List of channels that should be grouped together into this group. Whenperforming a synchronization, the groups are synchronized, rather thanthe individual channels.","note":"Using these channels and then grouping them together allows for you todefine the maildir hierarchy as you see fit.","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.groups.<name>.channels.<name>.extraConfig","description":"Extra configuration lines to add to THIS channel’sconfiguration.","note":"","type":"attribute set of (string or signed integer or boolean or list of string)","default":"{ }","example":"{ Create = \"both\"; CopyArrivalDate = \"yes\"; MaxMessages = 10000; MaxSize = \"1m\";}","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.groups.<name>.channels.<name>.farPattern","description":"IMAP4 patterns for which mailboxes on the remote mail server to sync.If Patterns are specified, farPatternis interpreted as a prefix which is not matched against the patterns,and is not affected by mailbox list overrides.","note":"If this is left as the default, then mbsync will default to the patternINBOX.","type":"string","default":"\"\"","example":"\"[Gmail]/Sent Mail\"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.groups.<name>.channels.<name>.name","description":"The unique name for THIS channel in THIS group. The group will refer tothis channel by this name.","note":"In addition, you can manually sync just this channel by specifying thisname to mbsync on the command line.","type":"string (read only)","default":"\"‹name›\"","example":"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.groups.<name>.channels.<name>.nearPattern","description":"Name for where mail coming from the remote (far) mail server will end uplocally. The mailbox specified by the far pattern will be placed inthis directory.","note":"If this is left as the default, then mbsync will default to the patternINBOX.","type":"string","default":"\"\"","example":"\"Sent\"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.groups.<name>.channels.<name>.patterns","description":"Instead of synchronizing just the mailboxes thatmatch the farPattern, use it as a prefix which isnot matched against the patterns, and is not affected by mailbox listoverrides.","note":"","type":"list of string","default":"[ ]","example":"[ \"INBOX\"]","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.groups.<name>.name","description":"The name of this group for this account. These names are different thansome others, because they will hide channel names that are the same.","note":"","type":"string (read only)","default":"\"‹name›\"","example":"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.patterns","description":"Pattern of mailboxes to synchronize.","note":"","type":"list of string","default":"","example":"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.remove","description":"Propagate mailbox deletions to the given mail store.","note":"","type":"one of “none”, “maildir”, “imap”, “both”","default":"\"none\"","example":"\"imap\"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.mbsync.subFolders","description":"The on-disk folder naming style. This option has noeffect when flatten is used.","note":"","type":"one of “Verbatim”, “Maildir++”, “Legacy”","default":"\"Verbatim\"","example":"\"Maildir++\"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"accounts.email.accounts.<name>.msmtp.enable","description":"Whether to enable msmtp.","note":"If enabled then it is possible to use the--account command lineoption to send a message for a given account using themsmtp or msmtpq tool.For example, msmtp --account=private wouldsend using the account defined inaccounts.email.accounts.private. If the--account option is notgiven then the primary account will be used.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/msmtp.nix
"},{"title":"accounts.email.accounts.<name>.msmtp.extraConfig","description":"Extra configuration options to add to ~/.msmtprc.See https://marlam.de/msmtp/msmtprc.txt forexamples.","note":"","type":"attribute set of string","default":"{ }","example":"{ auth = \"login\";}","declared_by":"home-manager/modules/programs/msmtp.nix
"},{"title":"accounts.email.accounts.<name>.msmtp.tls.fingerprint","description":"Fingerprint of a trusted TLS certificate.The fingerprint can be obtained by executingmsmtp --serverinfo --tls --tls-certcheck=off.","note":"","type":"null or string matching the pattern ([[:alnum:]]{2}:)+[[:alnum:]]{2}","default":"null","example":"\"my:SH:a2:56:ha:sh\"","declared_by":"home-manager/modules/programs/msmtp.nix
"},{"title":"accounts.email.accounts.<name>.mu.enable","description":"Whether to enable mu indexing.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mu.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.enable","description":"Whether to enable mujmap JMAP synchronization for notmuch.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.notmuchSetupWarning","description":"Warn if Notmuch is not also enabled for this account.","note":"This can safely be disabled if mujmap.toml is managedoutside of Home Manager.","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings","description":"Settings which are applied to mujmap.tomlfor the account.","note":"See the mujmap projectfor documentation of settings not explicitly covered by this module.","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.auto_create_new_mailboxes","description":"Whether to create new mailboxes automatically on the server from notmuchtags.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.cache_dir","description":"The cache directory in which to store mail files while they are beingdownloaded. The default is operating-system specific.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.fqdn","description":"Fully qualified domain name of the JMAP service.","note":"mujmap looks up the JMAP SRV record for this host to determine the JMAP sessionURL. Mutually exclusive withaccounts.email.accounts..mujmap.settings.session_url.","type":"null or string","default":"null","example":"\"example.com\"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.password_command","description":"Shell command which will print a password to stdout for basic HTTPauthentication.","note":"If null, defaults toaccounts.email.accounts..passwordCommand.","type":"null or string or list of string","default":"null","example":"\"pass alice@example.com\"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.session_url","description":"Session URL to connect to.","note":"Mutually exclusive withaccounts.email.accounts..mujmap.settings.fqdn.","type":"null or string","default":"null","example":"\"https://jmap.example.com/.well-known/jmap\"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.tags","description":"Tag configuration.","note":"Beware that there are quirks that require manual consideration if changing thevalues of these files; please seehttps://github.com/elizagamedev/mujmap/blob/main/mujmap.toml.examplefor more details.","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.tags.deleted","description":"Tag for notmuch to use for messages stored in the mailbox labeled with theTrash name attribute.","note":"If set to an empty string, this mailbox and its childmailboxes are not synchronized with a tag.","type":"string","default":"\"deleted\"","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.tags.directory_separator","description":"Directory separator for mapping notmuch tags to maildirs.","note":"","type":"string","default":"\"/\"","example":"\".\"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.tags.important","description":"Tag for notmuch to use for messages stored in the mailbox labeled with theImportant name attribute and/or with the $Importantkeyword.","note":"If set to an empty string, this mailbox, its childmailboxes, and these keywords are not synchronized with a tag.","type":"string","default":"\"important\"","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.tags.inbox","description":"Tag for notmuch to use for messages stored in the mailbox labeled with theInbox name attribute.","note":"If set to an empty string, this mailbox and its childmailboxes are not synchronized with a tag.","type":"string","default":"\"inbox\"","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.tags.lowercase","description":"If true, translate all mailboxes to lowercase names when mapping to notmuchtags.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.tags.phishing","description":"Tag for notmuch to use for the IANA $Phishing keyword.","note":"If set to an empty string, this keyword is not synchronized with a tag.","type":"string","default":"\"phishing\"","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.tags.sent","description":"Tag for notmuch to use for messages stored in the mailbox labeled with theSent name attribute.","note":"If set to an empty string, this mailbox and its childmailboxes are not synchronized with a tag.","type":"string","default":"\"sent\"","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.tags.spam","description":"Tag for notmuch to use for messages stored in the mailbox labeled with theJunk name attribute and/or with the $Junk keyword,except for messages with the $NotJunk keyword.","note":"If set to an empty string, this mailbox, its childmailboxes, and these keywords are not synchronized with a tag.","type":"string","default":"\"spam\"","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.mujmap.settings.username","description":"Username for basic HTTP authentication.","note":"If null, defaults toaccounts.email.accounts..userName.","type":"null or string","default":"null","example":"\"alice@example.com\"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"accounts.email.accounts.<name>.name","description":"Unique identifier of the account. This is set to theattribute name of the account configuration.","note":"","type":"string (read only)","default":"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.neomutt.enable","description":"Whether to enable NeoMutt.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"accounts.email.accounts.<name>.neomutt.extraConfig","description":"Extra lines to add to the folder hook for this account.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"\"color status cyan default\"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"accounts.email.accounts.<name>.neomutt.extraMailboxes","description":"List of extra mailboxes","note":"","type":"list of (string or (submodule))","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"accounts.email.accounts.<name>.neomutt.mailboxName","description":"Use a different name as mailbox name","note":"","type":"null or string","default":"null","example":"\"==== ===\"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"accounts.email.accounts.<name>.neomutt.mailboxType","description":"Whether this account uses maildir folders or IMAP mailboxes","note":"","type":"one of “maildir”, “imap”","default":"\"maildir\"","example":"\"imap\"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"accounts.email.accounts.<name>.neomutt.sendMailCommand","description":"Command to send a mail. If not set, neomutt will be in charge of sending mails.","note":"","type":"null or string","default":"","example":"\"msmtpq --read-envelope-from --read-recipients\"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"accounts.email.accounts.<name>.notmuch.enable","description":"Whether to enable notmuch indexing.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/notmuch.nix
"},{"title":"accounts.email.accounts.<name>.notmuch.neomutt.enable","description":"Whether to enable Notmuch support in NeoMutt.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"accounts.email.accounts.<name>.notmuch.neomutt.virtualMailboxes","description":"List of virtual mailboxes using Notmuch queries","note":"","type":"list of (submodule)","default":"","example":"[ { name = \"My INBOX\"; query = \"tag:inbox\"; }]","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"accounts.email.accounts.<name>.notmuch.neomutt.virtualMailboxes.*.limit","description":"Restricts number of messages/threads in the result.","note":"","type":"null or signed integer","default":"null","example":"10","declared_by":"home-manager/modules/programs/notmuch-virtual-mailbox.nix
"},{"title":"accounts.email.accounts.<name>.notmuch.neomutt.virtualMailboxes.*.name","description":"Name to display","note":"","type":"string","default":"\"My INBOX\"","example":"\"My INBOX\"","declared_by":"home-manager/modules/programs/notmuch-virtual-mailbox.nix
"},{"title":"accounts.email.accounts.<name>.notmuch.neomutt.virtualMailboxes.*.query","description":"Notmuch query","note":"","type":"string","default":"\"tag:inbox\"","example":"\"tag:inbox\"","declared_by":"home-manager/modules/programs/notmuch-virtual-mailbox.nix
"},{"title":"accounts.email.accounts.<name>.notmuch.neomutt.virtualMailboxes.*.type","description":"Reads all matching messages or whole-threads. The default is ‘messages’ or nm_query_type.","note":"","type":"null or one of “threads”, “messages”","default":"null","example":"\"threads\"","declared_by":"home-manager/modules/programs/notmuch-virtual-mailbox.nix
"},{"title":"accounts.email.accounts.<name>.offlineimap.enable","description":"Whether to enable OfflineIMAP.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/offlineimap.nix
"},{"title":"accounts.email.accounts.<name>.offlineimap.extraConfig.account","description":"Extra configuration options to add to the account section.","note":"","type":"attribute set of (string or signed integer or boolean)","default":"{ }","example":"{ autorefresh = 20;}","declared_by":"home-manager/modules/programs/offlineimap.nix
"},{"title":"accounts.email.accounts.<name>.offlineimap.extraConfig.local","description":"Extra configuration options to add to the local accountsection.","note":"","type":"attribute set of (string or signed integer or boolean)","default":"{ }","example":"{ sync_deletes = true;}","declared_by":"home-manager/modules/programs/offlineimap.nix
"},{"title":"accounts.email.accounts.<name>.offlineimap.extraConfig.remote","description":"Extra configuration options to add to the remote accountsection.","note":"","type":"attribute set of (string or signed integer or boolean)","default":"{ }","example":"{ expunge = false; maxconnections = 2;}","declared_by":"home-manager/modules/programs/offlineimap.nix
"},{"title":"accounts.email.accounts.<name>.offlineimap.postSyncHookCommand","description":"Command to run after fetching new mails.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/offlineimap.nix
"},{"title":"accounts.email.accounts.<name>.passwordCommand","description":"A command, which when run writes the account password onstandard output.","note":"","type":"null or string or list of string","default":"null","example":"\"secret-tool lookup email me@example.org\"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.primary","description":"Whether this is the primary account. Only one account may beset as primary.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.realName","description":"Name displayed when sending mails.","note":"","type":"string","default":"","example":"\"Jane Doe\"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.signature","description":"Signature configuration.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.signature.command","description":"A command that generates a signature.","note":"","type":"null or path","default":"null","example":"pkgs.writeScript \"signature\" \"echo This is my signature\"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.signature.delimiter","description":"The delimiter used between the document and the signature.","note":"","type":"string","default":"","example":"~*~*~*~*~*~*~*~*~*~*~*~","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.signature.showSignature","description":"Method to communicate the signature.","note":"","type":"one of “append”, “attach”, “none”","default":"\"none\"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.signature.text","description":"Signature content.","note":"","type":"string","default":"\"\"","example":"'' -- Luke Skywalker May the force be with you.''","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.smtp","description":"The SMTP configuration to use for this account.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.smtp.host","description":"Hostname of SMTP server.","note":"","type":"string","default":"","example":"\"smtp.example.org\"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.smtp.port","description":"The port on which the SMTP server listens. Ifnull then the default port is used.","note":"","type":"null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"null","example":"465","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.smtp.tls","description":"Configuration for secure connections.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.smtp.tls.enable","description":"Whether to enable TLS/SSL.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.smtp.tls.certificatesFile","description":"Path to file containing certificate authorities that shouldbe used to validate the connection authenticity. Ifnull then the system default is used.Note, if set then the system default may still be accepted.","note":"","type":"null or path","default":"\"config.accounts.email.certificatesFile\"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.smtp.tls.useStartTls","description":"Whether to use STARTTLS.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.accounts.<name>.thunderbird.enable","description":"Whether to enable the Thunderbird mail client for this account.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"accounts.email.accounts.<name>.thunderbird.perIdentitySettings","description":"Extra settings to add to each identity of this Thunderbirdaccount configuration. The id given asargument is an automatically generated identifier.","note":"","type":"function that evaluates to a(n) attribute set of (boolean or signed integer or string)","default":"_: { }","example":"id: { \"mail.identity.id_${id}.protectSubject\" = false; \"mail.identity.id_${id}.autoEncryptDrafts\" = false;};","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"accounts.email.accounts.<name>.thunderbird.profiles","description":"List of Thunderbird profiles for which this account should beenabled. If this list is empty (the default), this account willbe enabled for all declared profiles.","note":"","type":"list of string","default":"[ ]","example":"[ \"profile1\" \"profile2\" ]","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"accounts.email.accounts.<name>.thunderbird.settings","description":"Extra settings to add to this Thunderbird account configuration.The id given as argument is an automaticallygenerated account identifier.","note":"","type":"function that evaluates to a(n) attribute set of (boolean or signed integer or string)","default":"_: { }","example":"id: { \"mail.server.server_${id}.check_new_mail\" = false;};","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"accounts.email.accounts.<name>.userName","description":"The server username of this account. This will be used asthe SMTP, IMAP, and JMAP user name.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.certificatesFile","description":"Path to default file containing certificate authorities thatshould be used to validate the connection authenticity. Thispath may be overridden on a per-account basis.","note":"","type":"null or path","default":"\"/etc/ssl/certs/ca-certificates.crt\"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"accounts.email.maildirBasePath","description":"The base directory for account maildir directories. May be arelative path, in which case it is relative the homedirectory.","note":"","type":"string","default":"\"$HOME/Maildir\"","example":"","declared_by":"home-manager/modules/accounts/email.nix
"},{"title":"dconf.settings","description":"Settings to write to the dconf configuration system.","note":"Note that the database is strongly-typed so you need to use the same typesas described in the GSettings schema. For example, if an option is of typeuint32 (u), you need to wrap the numberusing the lib.hm.gvariant.mkUint32 constructor.Otherwise, since Nix integers are implicitly coerced to int32(i), it would get stored in the database as such, and GSettingsmight be confused when loading the setting.","type":"attribute set of attribute set of (GVariant value)","default":"{ }","example":"{ \"org/gnome/calculator\" = { button-mode = \"programming\"; show-thousands = true; base = 10; word-size = 64; window-position = lib.hm.gvariant.mkTuple [100 100]; };}","declared_by":"home-manager/modules/misc/dconf.nix
"},{"title":"editorconfig.enable","description":"Whether to enable EditorConfig home configuration file.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/misc/editorconfig.nix
"},{"title":"editorconfig.settings","description":"Configuration written to $HOME/.editorconfig.root = true is automatically added to the file,it must not be added here.See https://editorconfig.org for documentation.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ \"*\" = { charset = \"utf-8\"; end_of_line = \"lf\"; trim_trailing_whitespace = true; insert_final_newline = true; max_line_width = 78; indent_style = \"space\"; indent_size = 4; };};","declared_by":"home-manager/modules/misc/editorconfig.nix
"},{"title":"fonts.fontconfig.enable","description":"Whether to enable fontconfig configuration. This will, forexample, allow fontconfig to discover fonts andconfigurations installed throughhome.packages andnix-env.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/misc/fontconfig.nix
"},{"title":"gtk.enable","description":"Whether to enable GTK 2/3 configuration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.cursorTheme","description":"The cursor theme to use.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.cursorTheme.package","description":"Package providing the cursor theme. This package will be installedto your profile. If null then the themeis assumed to already be available in your profile.","note":"","type":"null or package","default":"null","example":"pkgs.vanilla-dmz","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.cursorTheme.name","description":"The name of the cursor theme within the package.","note":"","type":"string","default":"","example":"\"Vanilla-DMZ\"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.cursorTheme.size","description":"The size of the cursor.","note":"","type":"null or signed integer","default":"null","example":"16","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.font","description":"The font to use in GTK+ 2/3 applications.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.font.package","description":"Package providing the font. This package will be installedto your profile. If null then the fontis assumed to already be available in your profile.","note":"","type":"null or package","default":"null","example":"pkgs.dejavu_fonts","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.font.name","description":"The family name of the font within the package.","note":"","type":"string","default":"","example":"\"DejaVu Sans\"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.font.size","description":"The size of the font.","note":"","type":"null or signed integer or floating point number","default":"null","example":"\"8\"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.gtk2.configLocation","description":"The location to put the GTK configuration file.","note":"","type":"path","default":"\"${config.home.homeDirectory}/.gtkrc-2.0\"","example":"\"${config.xdg.configHome}/gtk-2.0/gtkrc\"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.gtk2.extraConfig","description":"Extra configuration lines to add verbatim to~/.gtkrc-2.0.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"\"gtk-can-change-accels = 1\"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.gtk3.bookmarks","description":"Bookmarks in the sidebar of the GTK file browser","note":"","type":"list of string","default":"[ ]","example":"[ \"file:///home/jane/Documents\"]","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.gtk3.extraConfig","description":"Extra configuration options to add to$XDG_CONFIG_HOME/gtk-3.0/settings.ini.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ gtk-cursor-blink = false; gtk-recent-files-limit = 20;}","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.gtk3.extraCss","description":"Extra configuration lines to add verbatim to$XDG_CONFIG_HOME/gtk-3.0/gtk.css.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.gtk4.extraConfig","description":"Extra configuration options to add to$XDG_CONFIG_HOME/gtk-4.0/settings.ini.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ gtk-cursor-blink = false; gtk-recent-files-limit = 20;}","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.gtk4.extraCss","description":"Extra configuration lines to add verbatim to$XDG_CONFIG_HOME/gtk-4.0/gtk.css.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.iconTheme","description":"The icon theme to use.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.iconTheme.package","description":"Package providing the icon theme. This package will be installedto your profile. If null then the themeis assumed to already be available in your profile.","note":"","type":"null or package","default":"null","example":"pkgs.gnome.adwaita-icon-theme","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.iconTheme.name","description":"The name of the icon theme within the package.","note":"","type":"string","default":"","example":"\"Adwaita\"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.theme","description":"The GTK+2/3 theme to use.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.theme.package","description":"Package providing the theme. This package will be installedto your profile. If null then the themeis assumed to already be available in your profile.","note":"For the theme to apply to GTK 4, this option is mandatory.","type":"null or package","default":"null","example":"pkgs.gnome.gnome-themes-extra","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"gtk.theme.name","description":"The name of the theme within the package.","note":"","type":"string","default":"","example":"\"Adwaita\"","declared_by":"home-manager/modules/misc/gtk.nix
"},{"title":"home.enableDebugInfo","description":"Some Nix packages provide debug symbols forgdb in the debug output.This option ensures that those are automatically fetched fromthe binary cache if available and gdb isconfigured to find those symbols.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/misc/debug.nix
"},{"title":"home.enableNixpkgsReleaseCheck","description":"Determines whether to check for release version mismatch between HomeManager and Nixpkgs. Using mismatched versions is likely to cause errorsand unexpected behavior. It is therefore highly recommended to use arelease of Home Manager that corresponds with your chosen release ofNixpkgs.","note":"When this option is enabled and a mismatch is detected then a warningwill be printed when the user configuration is being built.","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.packages","description":"The set of packages to appear in the user environment.","note":"","type":"list of package","default":"[ ]","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.activation","description":"The activation scripts blocks to run when activating a HomeManager generation. Any entry here should be idempotent,meaning running twice or more times produces the same resultas running it once.","note":"If the script block produces any observable side effect, suchas writing or deleting files, then itmust be placed after the specialwriteBoundary script block. Prior to thewrite boundary one can place script blocks that verifies, butdoes not modify, the state of the system and exits if anunexpected state is found. For example, thecheckLinkTargets script block checks forcollisions between non-managed files and files defined inhome.file.","type":"DAG of string","default":"{ }","example":"{ myActivationAction = lib.hm.dag.entryAfter [\"writeBoundary\"] '' run ln -s $VERBOSE_ARG \\ ${builtins.toPath ./link-me-directly} $HOME '';}","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"","description":"Runs the given command on live run, otherwise prints the command tostandard output.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Runs the given command on live run and sends its standard output to/dev/null, otherwise prints the command to standard output.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Runs the given command on live run and sends its standard and erroroutput to /dev/null, otherwise prints the command to standardoutput.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"home.extraOutputsToInstall","description":"List of additional package outputs of the packageshome.packages that should be installed intothe user environment.","note":"","type":"list of string","default":"[ ]","example":"[ \"doc\" \"info\" \"devdoc\"]","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.file","description":"Attribute set of files to link into the user home.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/files.nix
"},{"title":"home.file.<name>.enable","description":"Whether this file should be generated. This option allows specificfiles to be disabled.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/files.nix
"},{"title":"home.file.<name>.executable","description":"Set the execute bit. If null, defaults to the modeof the source file or to falsefor files created through the text option.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/files.nix
"},{"title":"home.file.<name>.onChange","description":"Shell commands to run when file has changed betweengenerations. The script will be runafter the new files have been linkedinto place.","note":"Note, this code is always run when recursive isenabled.","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/files.nix
"},{"title":"home.file.<name>.recursive","description":"If the file source is a directory, then this optiondetermines whether the directory should be recursivelylinked to the target location. This option has no effectif the source is a file.","note":"If false (the default) then the targetwill be a symbolic link to the source directory. Iftrue then the target will be adirectory structure matching the source’s but whose leafsare symbolic links to the files of the source directory.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/files.nix
"},{"title":"home.file.<name>.source","description":"Path of the source file or directory. Ifhome.file..textis non-null then this option will automatically point to a filecontaining that text.","note":"","type":"path","default":"","example":"","declared_by":"home-manager/modules/files.nix
"},{"title":"home.file.<name>.target","description":"Path to target file relative to HOME.","note":"","type":"string","default":"name","example":"","declared_by":"home-manager/modules/files.nix
"},{"title":"home.file.<name>.text","description":"Text of the file. If this option is null thenhome.file..sourcemust be set.","note":"","type":"null or strings concatenated with “\\n”","default":"null","example":"","declared_by":"home-manager/modules/files.nix
"},{"title":"home.homeDirectory","description":"The user’s home directory. Must be an absolute path.","note":"","type":"path","default":"","example":"\"/home/jane.doe\"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.keyboard","description":"Keyboard configuration. Set to null todisable Home Manager keyboard management.","note":"","type":"null or (submodule)","default":"","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.keyboard.layout","description":"Keyboard layout. If null, then the systemconfiguration will be used.","note":"This defaults to null for stateversion ≥ 19.09 and \"us\" otherwise.","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.keyboard.model","description":"Keyboard model.","note":"","type":"null or string","default":"null","example":"\"presario\"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.keyboard.options","description":"X keyboard options; layout switching goes here.","note":"","type":"list of string","default":"[ ]","example":"[ \"grp:caps_toggle\" \"grp_led:scroll\"]","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.keyboard.variant","description":"X keyboard variant. If null, then thesystem configuration will be used.","note":"This defaults to null for stateversion ≥ 19.09 and \"\" otherwise.","type":"null or string","default":"null","example":"\"colemak\"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language","description":"Language configuration.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.address","description":"The language to use for addresses.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.base","description":"The language to use unless overridden by a more specific option.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.collate","description":"The language to use for collation (alphabetical ordering).","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.ctype","description":"Character classification category.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.measurement","description":"The language to use for measurement values.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.messages","description":"The language to use for messages, application UI languages, etc.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.monetary","description":"The language to use for formatting currencies and money amounts.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.name","description":"The language to use for personal names.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.numeric","description":"The language to use for numerical values.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.paper","description":"The language to use for paper sizes.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.telephone","description":"The language to use for telephone numbers.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.language.time","description":"The language to use for formatting times.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.pointerCursor","description":"Cursor configuration. Set to null to disable.","note":"Top-level options declared under this submodule are backend independentoptions. Options declared under namespaces such as x11are backend specific options. By default, only backend independent cursorconfigurations are generated. If you need configurations for specificbackends, you can toggle them via the enable option. For example,home.pointerCursor.x11.enablewill enable x11 cursor configurations.","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/config/home-cursor.nix
"},{"title":"home.pointerCursor.package","description":"Package providing the cursor theme.","note":"","type":"package","default":"","example":"pkgs.vanilla-dmz","declared_by":"home-manager/modules/config/home-cursor.nix
"},{"title":"home.pointerCursor.gtk.enable","description":"Whether to enable gtk config generation for home.pointerCursor.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/config/home-cursor.nix
"},{"title":"home.pointerCursor.name","description":"The cursor name within the package.","note":"","type":"string","default":"","example":"\"Vanilla-DMZ\"","declared_by":"home-manager/modules/config/home-cursor.nix
"},{"title":"home.pointerCursor.size","description":"The cursor size.","note":"","type":"signed integer","default":"32","example":"64","declared_by":"home-manager/modules/config/home-cursor.nix
"},{"title":"home.pointerCursor.x11.enable","description":"Whether to enable x11 config generation for home.pointerCursor.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/config/home-cursor.nix
"},{"title":"home.pointerCursor.x11.defaultCursor","description":"The default cursor file to use within the package.","note":"","type":"string","default":"\"left_ptr\"","example":"\"X_cursor\"","declared_by":"home-manager/modules/config/home-cursor.nix
"},{"title":"home.profileDirectory","description":"The profile directory where Home Manager generations are installed.","note":"","type":"path (read only)","default":"","example":"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.sessionPath","description":"Extra directories to add to PATH.","note":"These directories are added to the PATH variable in adouble-quoted context, so expressions like $HOME areexpanded by the shell. However, since expressions like ~ or* are escaped, they will end up in the PATHverbatim.","type":"list of string","default":"[ ]","example":"[ \"$HOME/.local/bin\" \"\\${xdg.configHome}/emacs/bin\" \".git/safe/../../bin\"]","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.sessionVariables","description":"Environment variables to always set at login.","note":"The values may refer to other environment variables usingPOSIX.2 style variable references. For example, a variableparameter may be referenced as$parameter or ${parameter}. Adefault value foo may be given as per${parameter:-foo} and, similarly, an alternatevalue bar can be given as per${parameter:+bar}.","type":"lazy attribute set of (string or path or signed integer or floating point number)","default":"{ }","example":"{ EDITOR = \"emacs\"; GS_OPTIONS = \"-sPAPERSIZE=a4\";}","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.shellAliases","description":"An attribute set that maps aliases (the top level attribute namesin this option) to command strings or directly to build outputs.","note":"This option should only be used to manage simple aliases that arecompatible across all shells. If you need to use a shell specificfeature then make sure to use a shell specific option, for exampleprograms.bash.shellAliases for Bash.","type":"attribute set of string","default":"{ }","example":"{ g = \"git\"; \"...\" = \"cd ../..\";}","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"home.stateVersion","description":"It is occasionally necessary for Home Manager to changeconfiguration defaults in a way that is incompatible withstateful data. This could, for example, include switching thedefault data format or location of a file.","note":"The state version indicates which defaultsettings are in effect and will therefore help avoid breakingprogram configurations. Switching to a higher state versiontypically requires performing some manual steps, such as dataconversion or moving files.","type":"one of “18.09”, “19.03”, “19.09”, “20.03”, “20.09”, “21.03”, “21.05”, “21.11”, “22.05”, “22.11”, “23.05”, “23.11”, “24.05”","default":"","example":"","declared_by":"home-manager/modules/misc/version.nix
"},{"title":"home.username","description":"The user’s username.","note":"","type":"string","default":"","example":"\"jane.doe\"","declared_by":"home-manager/modules/home-environment.nix
"},{"title":"i18n.glibcLocales","description":"Customized glibcLocales package providingthe LOCALE_ARCHIVE_* environment variable.","note":"This option only applies to the Linux platform.","type":"path","default":"pkgs.glibcLocales","example":"pkgs.glibcLocales.override { allLocales = false; locales = [ \"en_US.UTF-8/UTF-8\" ];}","declared_by":"home-manager/modules/config/i18n.nix
"},{"title":"i18n.inputMethod.enabled","description":"Select the enabled input method. Input methods are software to inputsymbols that are not available on standard input devices.","note":"Input methods are especially used to input Chinese, Japanese andKorean characters.","type":"null or one of “fcitx”, “fcitx5”, “nabi”, “uim”, “hime”, “kime”","default":"null","example":"\"fcitx5\"","declared_by":"home-manager/modules/i18n/input-method/default.nix
"},{"title":"","description":"A customizable lightweight input method.The next generation of fcitx.Addons (including engines, dictionaries, skins) can be added usingi18n.inputMethod.fcitx5.addons.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"A Korean input method based on XIM. Nabi doesn’t support Qt 5.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"The “universal input method” is a library with an XIM bridge.uim mainly supports Chinese, Japanese and Korean.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"An extremely easy-to-use input method framework.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"A Korean IME.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"i18n.inputMethod.fcitx5.addons","description":"Enabled Fcitx5 addons.","note":"","type":"list of package","default":"[ ]","example":"with pkgs; [ fcitx5-rime ]","declared_by":"home-manager/modules/i18n/input-method/fcitx5.nix
"},{"title":"i18n.inputMethod.kime.extraConfig","description":"kime configuration. Refer tohttps://github.com/Riey/kime/blob/develop/docs/CONFIGURATION.mdfor details on supported values.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"daemon: modules: [Xim,Indicator]indicator: icon_color: Whiteengine: hangul: layout: dubeolsik","declared_by":"home-manager/modules/i18n/input-method/kime.nix
"},{"title":"i18n.inputMethod.uim.toolbar","description":"Selected UIM toolbar.","note":"","type":"one of “gtk”, “gtk3”, “gtk-systray”, “gtk3-systray”, “qt4”","default":"\"gtk\"","example":"\"gtk-systray\"","declared_by":"home-manager/modules/i18n/input-method/uim.nix
"},{"title":"launchd.enable","description":"Whether to enable Home Manager to define per-user daemons by making useof launchd’s LaunchAgents.","note":"","type":"boolean","default":"pkgs.stdenv.hostPlatform.isDarwin","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents","description":"Define LaunchAgents.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.enable","description":"Whether to enable ‹name›.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config","description":"Define a launchd job. See launchd.plist(5) for details.","note":"","type":"attribute set of anything","default":"{ }","example":"{ ProgramArguments = [ \"/usr/bin/say\" \"Good afternoon\" ]; StartCalendarInterval = [ { Hour = 12; Minute = 0; } ];}","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.AbandonProcessGroup","description":"When a job dies, launchd kills any remaining processes with the same process group ID as the job. Settingthis key to true disables that behavior.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Debug","description":"This optional key specifies that launchd should adjust its log mask temporarily to LOG_DEBUG whiledealing with this job.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Disabled","description":"This optional key is used as a hint to launchctl(1) that it should not submit this job to launchd whenloading a job or jobs. The value of this key does NOT reflect the current state of the job on the runningsystem. If you wish to know whether a job is loaded in launchd, reading this key from a configurationfile yourself is not a sufficient test. You should query launchd for the presence of the job usingthe launchctl(1) list subcommand or use the ServiceManagement framework’sSMJobCopyDictionary() method.","note":"Note that as of Mac OS X v10.6, this key’s value in a configuration file conveys a default value, whichis changed with the [-w] option of the launchctl(1) load and unload subcommands. These subcommands nolonger modify the configuration file, so the value displayed in the configuration file is not necessarilythe value that launchctl(1) will apply. See launchctl(1) for more information.","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.EnableGlobbing","description":"This flag causes launchd to use the glob(3) mechanism to update the program arguments before invocation.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.EnableTransactions","description":"This flag instructs launchd that the job promises to use vproc_transaction_begin(3) andvproc_transaction_end(3) to track outstanding transactions that need to be reconciled before theprocess can safely terminate. If no outstanding transactions are in progress, then launchd is free tosend the SIGKILL signal.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.EnvironmentVariables","description":"This optional key is used to specify additional environment variables to be set before running thejob.","note":"","type":"null or (attribute set of string)","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.ExitTimeOut","description":"The amount of time launchd waits before sending a SIGKILL signal. The default value is 20 seconds. Thevalue zero is interpreted as infinity.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.GroupName","description":"This optional key specifies the group to run the job as. This key is only applicable when launchd isrunning as root. If UserName is set and GroupName is not, the the group will be set to the defaultgroup of the user.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.HardResourceLimits","description":"Resource limits to be imposed on the job. These adjust variables set with setrlimit(2). The followingkeys apply:","note":"","type":"null or (submodule)","default":"null","example":"{ NumberOfFiles = 4096;}","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.HardResourceLimits.CPU","description":"The maximum amount of cpu time (in seconds) to be used by each process.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.HardResourceLimits.Core","description":"The largest size (in bytes) core file that may be created.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.HardResourceLimits.Data","description":"The maximum size (in bytes) of the data segment for a process; this defines how far a program mayextend its break with the sbrk(2) system call.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.HardResourceLimits.FileSize","description":"The largest size (in bytes) file that may be created.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.HardResourceLimits.MemoryLock","description":"The maximum size (in bytes) which a process may lock into memory using the mlock(2) function.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.HardResourceLimits.NumberOfFiles","description":"The maximum number of open files for this process. Setting this value in a system wide daemonwill set the sysctl(3) kern.maxfiles (SoftResourceLimits) or kern.maxfilesperproc (HardResourceLimits)value in addition to the setrlimit(2) values.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.HardResourceLimits.NumberOfProcesses","description":"The maximum number of simultaneous processes for this user id. Setting this value in a systemwide daemon will set the sysctl(3) kern.maxproc (SoftResourceLimits) or kern.maxprocperuid(HardResourceLimits) value in addition to the setrlimit(2) values.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.HardResourceLimits.ResidentSetSize","description":"The maximum size (in bytes) to which a process’s resident set size may grow. This imposes alimit on the amount of physical memory to be given to a process; if memory is tight, the systemwill prefer to take memory from processes that are exceeding their declared resident set size.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.HardResourceLimits.Stack","description":"The maximum size (in bytes) of the stack segment for a process; this defines how far a program’sstack segment may be extended. Stack extension is performed automatically by the system.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.InitGroups","description":"This optional key specifies whether initgroups(3) should be called before running the job. The defaultis true in 10.5 and false in 10.4. This key will be ignored if the UserName key is not set.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.KeepAlive","description":"This optional key is used to control whether your job is to be kept continuously running or to letdemand and conditions control the invocation. The default is false and therefore only demand will startthe job. The value may be set to true to unconditionally keep the job alive. Alternatively, a dictionaryof conditions may be specified to selectively control whether launchd keeps a job alive or not. Ifmultiple keys are provided, launchd ORs them, thus providing maximum flexibility to the job to refinethe logic and stall if necessary. If launchd finds no reason to restart the job, it falls back ondemand based invocation. Jobs that exit quickly and frequently when configured to be kept alive willbe throttled to converve system resources.","note":"","type":"null or boolean or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Label","description":"This required key uniquely identifies the job to launchd.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.LaunchEvents","description":"Specifies higher-level event types to be used as launch-on-demand eventsources. Each sub-dictionary defines events for a particular eventsubsystem, such as “com.apple.iokit.matching”, which can be used tolaunch jobs based on the appearance of nodes in the IORegistry. Eachdictionary within the sub-dictionary specifies an event descriptor thatis specified to each event subsystem. With this key, the job promises touse the xpc_set_event_stream_handler(3) API to consume events. Seexpc_events(3) for more details on event sources.","note":"","type":"null or (attribute set)","default":"null","example":"{ \"com.apple.iokit.matching\" = { \"com.apple.usb.device\" = { IOMatchLaunchStream = true; IOProviderClass = \"IOUSBDevice\"; idProduct = \"*\"; idVendor = \"*\"; }; };}","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.LaunchOnlyOnce","description":"This optional key specifies whether the job can only be run once and only once. In other words, if thejob cannot be safely respawned without a full machine reboot, then set this key to be true.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.LimitLoadFromHosts","description":"This configuration file only applies to hosts NOT listed with this key. Note: One should set kern.hostnamein sysctl.conf(5) for this feature to work reliably.","note":"","type":"null or (list of string)","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.LimitLoadToHosts","description":"This configuration file only applies to the hosts listed with this key. Note: One should set kern.hostnamein sysctl.conf(5) for this feature to work reliably.","note":"","type":"null or (list of string)","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.LimitLoadToSessionType","description":"This configuration file only applies to sessions of the type specified. This key is used in concertwith the -S flag to launchctl.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.LowPriorityIO","description":"This optional key specifies whether the kernel should consider this daemon to be low priority whendoing file system I/O.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.MachServices","description":"This optional key is used to specify Mach services to be registered with the Mach bootstrap sub-system.Each key in this dictionary should be the name of service to be advertised. The value of the key mustbe a boolean and set to true. Alternatively, a dictionary can be used instead of a simple true value.","note":"Finally, for the job itself, the values will be replaced with Mach ports at the time of check-in withlaunchd.","type":"null or (submodule)","default":"null","example":"{ ResetAtClose = true;}","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.MachServices.HideUntilCheckIn","description":"Reserve the name in the namespace, but cause bootstrap_look_up() to fail until the job haschecked in with launchd.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.MachServices.ResetAtClose","description":"If this boolean is false, the port is recycled, thus leaving clients to remain oblivious to thedemand nature of job. If the value is set to true, clients receive port death notifications whenthe job lets go of the receive right. The port will be recreated atomically with respect to bootstrap_look_up()calls, so that clients can trust that after receiving a port death notification,the new port will have already been recreated. Setting the value to true should be done withcare. Not all clients may be able to handle this behavior. The default value is false.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Nice","description":"This optional key specifies what nice(3) value should be applied to the daemon.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.OnDemand","description":"This key was used in Mac OS X 10.4 to control whether a job was kept alive or not. The default wastrue. This key has been deprecated and replaced in Mac OS X 10.5 and later with the more powerfulKeepAlive option.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.ProcessType","description":"This optional key describes, at a high level, the intended purpose of the job. The system will applyresource limits based on what kind of job it is. If left unspecified, the system will apply lightresource limits to the job, throttling its CPU usage and I/O bandwidth. The following are valid values:","note":"BackgroundBackground jobs are generally processes that do work that was not directly requested by the user.The resource limits applied to Background jobs are intended to prevent them from disrupting theuser experience.StandardStandard jobs are equivalent to no ProcessType being set.AdaptiveAdaptive jobs move between the Background and Interactive classifications based on activity overXPC connections. See xpc_transaction_begin(3) for details.InteractiveInteractive jobs run with the same resource limitations as apps, that is to say, none. Interactivejobs are critical to maintaining a responsive user experience, and this key should only beused if an app’s ability to be responsive depends on it, and cannot be made Adaptive.","type":"null or one of “Background”, “Standard”, “Adaptive”, “Interactive”","default":"null","example":"\"Background\"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"","description":"Background jobs are generally processes that do work that was not directly requested by the user.The resource limits applied to Background jobs are intended to prevent them from disrupting theuser experience.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Standard jobs are equivalent to no ProcessType being set.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Adaptive jobs move between the Background and Interactive classifications based on activity overXPC connections. See xpc_transaction_begin(3) for details.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Interactive jobs run with the same resource limitations as apps, that is to say, none. Interactivejobs are critical to maintaining a responsive user experience, and this key should only beused if an app’s ability to be responsive depends on it, and cannot be made Adaptive.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"launchd.agents.<name>.config.Program","description":"This key maps to the first argument of execvp(3). If this key is missing, then the first element ofthe array of strings provided to the ProgramArguments will be used instead. This key is required inthe absence of the ProgramArguments key.","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.ProgramArguments","description":"This key maps to the second argument of execvp(3). This key is required in the absence of the Programkey. Please note: many people are confused by this key. Please read execvp(3) very carefully!","note":"","type":"null or (list of string)","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.QueueDirectories","description":"Much like the WatchPaths option, this key will watch the paths for modifications. The difference beingthat the job will only be started if the path is a directory and the directory is not empty.","note":"","type":"null or (list of string)","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.RootDirectory","description":"This optional key is used to specify a directory to chroot(2) to before running the job.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.RunAtLoad","description":"This optional key is used to control whether your job is launched once at the time the job is loaded.The default is false.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets","description":"This optional key is used to specify launch on demand sockets that can be used to let launchd know whento run the job. The job must check-in to get a copy of the file descriptors using APIs outlined inlaunch(3). The keys of the top level Sockets dictionary can be anything. They are meant for the applicationdeveloper to use to differentiate which descriptors correspond to which application level protocols(e.g. http vs. ftp vs. DNS…). At check-in time, the value of each Sockets dictionary key willbe an array of descriptors. Daemon/Agent writers should consider all descriptors of a given key to beto be effectively equivalent, even though each file descriptor likely represents a different networkingprotocol which conforms to the criteria specified in the job configuration file.","note":"The parameters below are used as inputs to call getaddrinfo(3).","type":"null or (attribute set of (submodule))","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets.<name>.Bonjour","description":"This optional key can be used to request that the service be registered with themDNSResponder(8). If the value is boolean, the service name is inferred from the SockServiceName.","note":"","type":"null or boolean or list of string","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets.<name>.MulticastGroup","description":"This optional key can be used to request that the datagram socket join a multicast group. If thevalue is a hostname, then getaddrinfo(3) will be used to join the correct multicast address for agiven socket family. If an explicit IPv4 or IPv6 address is given, it is required that the SockFamilyfamily also be set, otherwise the results are undefined.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets.<name>.SecureSocketWithKey","description":"This optional key is a variant of SockPathName. Instead of binding to a known path, a securelygenerated socket is created and the path is assigned to the environment variable that is inheritedby all jobs spawned by launchd.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets.<name>.SockFamily","description":"This optional key can be used to specifically request that “IPv4” or “IPv6” socket(s) be created.","note":"","type":"null or one of “IPv4”, “IPv6”","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets.<name>.SockNodeName","description":"This optional key specifies the node to connect(2) or bind(2) to.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets.<name>.SockPassive","description":"This optional key specifies whether listen(2) or connect(2) should be called on the created filedescriptor. The default is true (“to listen”).","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets.<name>.SockPathMode","description":"This optional key specifies the mode of the socket. Known bug: Property lists don’t supportoctal, so please convert the value to decimal.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets.<name>.SockPathName","description":"This optional key implies SockFamily is set to “Unix”. It specifies the path to connect(2) orbind(2) to.","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets.<name>.SockProtocol","description":"This optional key specifies the protocol to be passed to socket(2). The only value understood bythis key at the moment is “TCP”.","note":"","type":"null or value “TCP” (singular enum)","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets.<name>.SockServiceName","description":"This optional key specifies the service on the node to connect(2) or bind(2) to.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Sockets.<name>.SockType","description":"This optional key tells launchctl what type of socket to create. The default is “stream” andother valid values for this key are “dgram” and “seqpacket” respectively.","note":"","type":"null or one of “stream”, “dgram”, “seqpacket”","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.SoftResourceLimits","description":"Resource limits to be imposed on the job. These adjust variables set with setrlimit(2). The followingkeys apply:","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.SoftResourceLimits.CPU","description":"The maximum amount of cpu time (in seconds) to be used by each process.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.SoftResourceLimits.Core","description":"The largest size (in bytes) core file that may be created.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.SoftResourceLimits.Data","description":"The maximum size (in bytes) of the data segment for a process; this defines how far a program mayextend its break with the sbrk(2) system call.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.SoftResourceLimits.FileSize","description":"The largest size (in bytes) file that may be created.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.SoftResourceLimits.MemoryLock","description":"The maximum size (in bytes) which a process may lock into memory using the mlock(2) function.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.SoftResourceLimits.NumberOfFiles","description":"The maximum number of open files for this process. Setting this value in a system wide daemonwill set the sysctl(3) kern.maxfiles (SoftResourceLimits) or kern.maxfilesperproc (HardResourceLimits)value in addition to the setrlimit(2) values.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.SoftResourceLimits.NumberOfProcesses","description":"The maximum number of simultaneous processes for this user id. Setting this value in a systemwide daemon will set the sysctl(3) kern.maxproc (SoftResourceLimits) or kern.maxprocperuid(HardResourceLimits) value in addition to the setrlimit(2) values.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.SoftResourceLimits.ResidentSetSize","description":"The maximum size (in bytes) to which a process’s resident set size may grow. This imposes alimit on the amount of physical memory to be given to a process; if memory is tight, the systemwill prefer to take memory from processes that are exceeding their declared resident set size.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.SoftResourceLimits.Stack","description":"The maximum size (in bytes) of the stack segment for a process; this defines how far a program’sstack segment may be extended. Stack extension is performed automatically by the system.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.StandardErrorPath","description":"This optional key specifies what file should be used for data being sent to stderr when using stdio(3).","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.StandardInPath","description":"This optional key specifies what file should be used for data being supplied to stdin when usingstdio(3).","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.StandardOutPath","description":"This optional key specifies what file should be used for data being sent to stdout when using stdio(3).","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.StartCalendarInterval","description":"This optional key causes the job to be started every calendar interval as specified. Missing argumentsare considered to be wildcard. The semantics are much like crontab(5). Unlike cron which skips jobinvocations when the computer is asleep, launchd will start the job the next time the computer wakesup. If multiple intervals transpire before the computer is woken, those events will be coalesced intoone event upon wake from sleep.","note":"","type":"null or (list of (submodule))","default":"null","example":"{ Hour = 2; Minute = 30;}","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.StartCalendarInterval.*.Day","description":"The day on which this job will be run.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.StartCalendarInterval.*.Hour","description":"The hour on which this job will be run.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.StartCalendarInterval.*.Minute","description":"The minute on which this job will be run.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.StartCalendarInterval.*.Month","description":"The month on which this job will be run.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.StartCalendarInterval.*.Weekday","description":"The weekday on which this job will be run (0 and 7 are Sunday).","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.StartInterval","description":"This optional key causes the job to be started every N seconds. If the system is asleep, the job willbe started the next time the computer wakes up. If multiple intervals transpire before the computer iswoken, those events will be coalesced into one event upon wake from sleep.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.StartOnMount","description":"This optional key causes the job to be started every time a filesystem is mounted.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.ThrottleInterval","description":"This key lets one override the default throttling policy imposed on jobs by launchd. The value is inseconds, and by default, jobs will not be spawned more than once every 10 seconds. The principlebehind this is that jobs should linger around just in case they are needed again in the near future.This not only reduces the latency of responses, but it encourages developers to amortize the cost ofprogram invocation.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.TimeOut","description":"The recommended idle time out (in seconds) to pass to the job. If no value is specified, a default timeout will be supplied by launchd for use by the job at check in time.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.Umask","description":"This optional key specifies what value should be passed to umask(2) before running the job. Known bug:Property lists don’t support octal, so please convert the value to decimal.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.UserName","description":"This optional key specifies the user to run the job as. This key is only applicable when launchd isrunning as root.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.WaitForDebugger","description":"This optional key specifies that launchd should instruct the kernel to have the job wait for a debuggerto attach before any code in the job is executed.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.WatchPaths","description":"This optional key causes the job to be started if any one of the listed paths are modified.","note":"","type":"null or (list of path)","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.WorkingDirectory","description":"This optional key is used to specify a directory to chdir(2) to before running the job.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.inetdCompatibility","description":"The presence of this key specifies that the daemon expects to be run as if it were launched from inetd.","note":"","type":"null or (submodule)","default":"null","example":"{ Wait = true;}","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"launchd.agents.<name>.config.inetdCompatibility.Wait","description":"This flag corresponds to the “wait” or “nowait” option of inetd. If true, then the listeningsocket is passed via the standard in/out/error file descriptors. If false, then accept(2) iscalled on behalf of the job, and the result is passed via the standard in/out/error descriptors.","note":"","type":"null or boolean or string","default":"null","example":"","declared_by":"home-manager/modules/launchd/default.nix
"},{"title":"lib","description":"This option allows modules to define helper functions,constants, etc.","note":"","type":"attribute set of (attribute set)","default":"{ }","example":"","declared_by":"home-manager/modules/misc/lib.nix
"},{"title":"manual.html.enable","description":"Whether to install the HTML manual. This also installs thehome-manager-help tool, which opens a localcopy of the Home Manager manual in the system web browser.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/manual.nix
"},{"title":"manual.json.enable","description":"Whether to install a JSON formatted list of all Home Manageroptions. This can be located at/share/doc/home-manager/options.json,and may be used for navigating definitions, auto-completing,and other miscellaneous tasks.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/manual.nix
"},{"title":"manual.manpages.enable","description":"Whether to install the configuration manual page. The manual canbe reached by man home-configuration.nix.","note":"When looking at the manual page pretend that all references toNixOS stuff are actually references to Home Manager stuff.Thanks!","type":"boolean","default":"true","example":"false","declared_by":"home-manager/modules/manual.nix
"},{"title":"news.display","description":"How unread and relevant news should be presented whenrunning home-manager build andhome-manager switch.","note":"The options are","type":"one of “silent”, “notify”, “show”","default":"\"notify\"","example":"","declared_by":"home-manager/modules/misc/news.nix
"},{"title":"","description":"Do not print anything during build or switch. Thehome-manager news command stillworks for viewing the entries.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"The number of unread and relevant news entries will beprinted to standard output. The home-manager news command can later be used to view the entries.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"A pager showing unread news entries is opened.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"nix.package","description":"The Nix package that the configuration should be generated for.","note":"","type":"null or package","default":"null","example":"pkgs.nix","declared_by":"home-manager/modules/misc/nix.nix
"},{"title":"nix.checkConfig","description":"If enabled (the default), checks for data type mismatches and that Nixcan parse the generated nix.conf.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/misc/nix.nix
"},{"title":"nix.extraOptions","description":"Additional text appended to nix.conf.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' keep-outputs = true keep-derivations = true''","declared_by":"home-manager/modules/misc/nix.nix
"},{"title":"nix.gc.automatic","description":"Automatically run the garbage collector at a specific time.","note":"Note: This will only garbage collect the current user’s profiles.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/nix-gc.nix
"},{"title":"nix.gc.frequency","description":"When to run the Nix garbage collector.","note":"On Linux this is a string as defined by systemd.time(7).","type":"string","default":"\"weekly\"","example":"\"03:15\"","declared_by":"home-manager/modules/services/nix-gc.nix
"},{"title":"nix.gc.options","description":"Options given to nix-collect-garbage when thegarbage collector is run automatically.","note":"","type":"null or string","default":"null","example":"\"--max-freed $((64 * 1024**3))\"","declared_by":"home-manager/modules/services/nix-gc.nix
"},{"title":"nix.registry","description":"User level flake registry.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/misc/nix.nix
"},{"title":"nix.registry.<name>.exact","description":"Whether the from reference needs to match exactly. If set,a from reference like nixpkgs does notmatch with a reference like nixpkgs/nixos-20.03.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/misc/nix.nix
"},{"title":"nix.registry.<name>.flake","description":"The flake input to which from> is to be rewritten.","note":"","type":"null or (attribute set)","default":"null","example":"nixpkgs","declared_by":"home-manager/modules/misc/nix.nix
"},{"title":"nix.registry.<name>.from","description":"The flake reference to be rewritten.","note":"","type":"attribute set of (string or signed integer or boolean or package)","default":"","example":"{ id = \"nixpkgs\"; type = \"indirect\";}","declared_by":"home-manager/modules/misc/nix.nix
"},{"title":"nix.registry.<name>.to","description":"The flake reference to which from> is to be rewritten.","note":"","type":"attribute set of (string or signed integer or boolean or package)","default":"","example":"{ owner = \"my-org\"; repo = \"my-nixpkgs\"; type = \"github\";}","declared_by":"home-manager/modules/misc/nix.nix
"},{"title":"nix.settings","description":"Configuration for Nix; see nix.conf(5) for available options.The value declared here will be translated directly to the key-value pairs Nix expects.","note":"Configuration specified in nix.extraOptions will be appendedverbatim to the resulting config file.","type":"attribute set of (Nix config atom (null, bool, int, float, str, path or package) or list of (Nix config atom (null, bool, int, float, str, path or package)))","default":"{ }","example":"{ use-sandbox = true; show-trace = true; system-features = [ \"big-parallel\" \"kvm\" \"recursive-nix\" ];}","declared_by":"home-manager/modules/misc/nix.nix
"},{"title":"nixpkgs.config","description":"The configuration of the Nix Packages collection. (Fordetails, see the Nixpkgs documentation.) It allows you to setpackage configuration options.","note":"If null, then configuration is taken fromthe fallback location, for example,~/.config/nixpkgs/config.nix.","type":"null or (nixpkgs config)","default":"null","example":"{ allowBroken = true;}","declared_by":"home-manager/modules/misc/nixpkgs.nix
"},{"title":"nixpkgs.overlays","description":"List of overlays to use with the Nix Packages collection. (Fordetails, see the Nixpkgs documentation.) It allows you tooverride packages globally. This is a function that takes asan argument the original Nixpkgs. Thefirst argument should be used for finding dependencies, andthe second should be used for overriding recipes.","note":"If null, then the overlays are taken fromthe fallback location, for example,~/.config/nixpkgs/overlays.","type":"null or (list of (nixpkgs overlay))","default":"null","example":"[ (final: prev: { openssh = prev.openssh.override { hpnSupport = true; withKerberos = true; kerberos = final.libkrb5; }; })]","declared_by":"home-manager/modules/misc/nixpkgs.nix
"},{"title":"pam.sessionVariables","description":"Environment variables that will be set for the PAM session.The variable values must be as described inpam_env.conf(5).","note":"Note, this option will become deprecated in the future and its use istherefore discouraged.","type":"attribute set","default":"{ }","example":"{ EDITOR = \"vim\";}","declared_by":"home-manager/modules/misc/pam.nix
"},{"title":"pam.yubico.authorizedYubiKeys.ids","description":"List of authorized YubiKey token IDs. Refer tohttps://developers.yubico.com/yubico-pamfor details on how to obtain the token ID of a YubiKey.","note":"","type":"list of string of length 12","default":"[ ]","example":"","declared_by":"home-manager/modules/misc/pam.nix
"},{"title":"pam.yubico.authorizedYubiKeys.path","description":"File path to write the authorized YubiKeys,relative to HOME.","note":"","type":"string","default":"\".yubico/authorized_yubikeys\"","example":"","declared_by":"home-manager/modules/misc/pam.nix
"},{"title":"programs.abook.enable","description":"Whether to enable Abook.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/abook.nix
"},{"title":"programs.abook.extraConfig","description":"Extra lines added to $HOME/.config/abook/abookrc.Available configuration options are described in the abook repository:https://sourceforge.net/p/abook/git/ci/master/tree/sample.abookrc.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' field pager = Pager view CONTACT = name, email set autosave=true''","declared_by":"home-manager/modules/programs/abook.nix
"},{"title":"programs.aerc.enable","description":"Whether to enable aerc.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"programs.aerc.package","description":"The aerc package to use.","note":"","type":"package","default":"pkgs.aerc","example":"","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"programs.aerc.extraAccounts","description":"Extra lines added to $HOME/.config/aerc/accounts.conf.","note":"See aerc-config(5).","type":"strings concatenated with “\\n” or attribute set of attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)","default":"{ }","example":"{ Work = { source = \"maildir://~/Maildir/work\"; }; }","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"programs.aerc.extraBinds","description":"Extra lines added to $HOME/.config/aerc/binds.conf.Global keybindings can be set in the global section.","note":"See aerc-config(5).","type":"strings concatenated with “\\n” or attribute set of attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)","default":"{ }","example":"{ messages = { q = \":quit\"; }; }","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"programs.aerc.extraConfig","description":"Extra lines added to $HOME/.config/aerc/aerc.conf.","note":"See aerc-config(5).","type":"strings concatenated with “\\n” or attribute set of attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)","default":"{ }","example":"{ ui = { sort = \"-r date\"; }; }","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"programs.aerc.stylesets","description":"Stylesets added to $HOME/.config/aerc/stylesets/.","note":"See aerc-stylesets(7).","type":"attribute set of ((attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)) or strings concatenated with “\\n”)","default":"{ }","example":"{ default = { ui = { \"tab.selected.reverse\" = toggle; }; }; };","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"programs.aerc.templates","description":"Templates added to $HOME/.config/aerc/templates/.","note":"See aerc-templates(7).","type":"attribute set of strings concatenated with “\\n”","default":"{ }","example":"{ new_message = \"Hello!\"; };","declared_by":"home-manager/modules/programs/aerc.nix
"},{"title":"programs.afew.enable","description":"Whether to enable the afew initial tagging script for Notmuch.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/afew.nix
"},{"title":"programs.afew.extraConfig","description":"Extra lines added to afew configuration file. Availableconfiguration options are described in the afew manual:https://afew.readthedocs.io/en/latest/configuration.html.","note":"","type":"strings concatenated with “\\n”","default":"","example":"'' [SpamFilter] [Filter.0] query = from:pointyheaded@boss.com tags = -new;+boss message = Message from above [InboxFilter]''","declared_by":"home-manager/modules/programs/afew.nix
"},{"title":"programs.alacritty.enable","description":"Whether to enable Alacritty.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/alacritty.nix
"},{"title":"programs.alacritty.package","description":"The Alacritty package to install.","note":"","type":"package","default":"pkgs.alacritty","example":"","declared_by":"home-manager/modules/programs/alacritty.nix
"},{"title":"programs.alacritty.settings","description":"Configuration written to$XDG_CONFIG_HOME/alacritty/alacritty.yml or$XDG_CONFIG_HOME/alacritty/alacritty.toml(the latter being used for alacritty 0.13 and later).See https://github.com/alacritty/alacritty/tree/master#configurationfor more info.","note":"","type":"TOML value","default":"{ }","example":"{ window.dimensions = { lines = 3; columns = 200; }; keyboard.bindings = [ { key = \"K\"; mods = \"Control\"; chars = \"\\\\x0c\"; } ];}","declared_by":"home-manager/modules/programs/alacritty.nix
"},{"title":"programs.alot.enable","description":"Whether to enable the Alot mail user agent. Alot uses theNotmuch email system and will therefore be automaticallyenabled for each email account that is managed by Notmuch.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.bindings","description":"Keybindings.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.bindings.bufferlist","description":"Bufferlist mode keybindings.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.bindings.envelope","description":"Envelope mode keybindings.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.bindings.global","description":"Global keybindings.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.bindings.search","description":"Search mode keybindings.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.bindings.taglist","description":"Taglist mode keybindings.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.bindings.thread","description":"Thread mode keybindings.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.extraConfig","description":"Extra lines added to alot configuration file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.hooks","description":"Content of the hooks file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.settings","description":"Configuration options added to alot configuration file.","note":"","type":"attribute set of (string or signed integer or boolean or floating point number)","default":"","example":"{ auto_remove_unread = true; ask_subject = false; thread_indent_replies = 2;}","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.tags","description":"How to display the tags.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.tags.<name>.focus","description":"How to display the tag when focused.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.tags.<name>.normal","description":"How to display the tag when unfocused.See https://alot.readthedocs.io/en/latest/configuration/theming.html#tagstring-formatting.","note":"","type":"null or string","default":"null","example":"\"'','', 'white','light red', 'white','#d66'\"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.tags.<name>.translated","description":"Fixed string representation for this tag. The tag can behidden from view, if the key translated is set to\"\", the empty string.","note":"","type":"null or string","default":"","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.alot.tags.<name>.translation","description":"A pair of strings that define a regular substitution tocompute the string representation on the fly usingre.sub.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/alot.nix
"},{"title":"programs.aria2.enable","description":"Whether to enable aria2.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/aria2.nix
"},{"title":"programs.aria2.extraConfig","description":"Extra lines added to aria2.conf file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/aria2.nix
"},{"title":"programs.aria2.settings","description":"Options to add to aria2.conf file.Seearia2c(1)for options.","note":"","type":"attribute set of (boolean or floating point number or signed integer or string)","default":"{ }","example":"{ listen-port = 60000; dht-listen-port = 60000; seed-ratio = 1.0; max-upload-limit = \"50K\"; ftp-pasv = true;}","declared_by":"home-manager/modules/programs/aria2.nix
"},{"title":"programs.astroid.enable","description":"Whether to enable Astroid.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/astroid.nix
"},{"title":"programs.astroid.externalEditor","description":"You can use the following variables:","note":"%1file name%2server name%3socket ID","type":"null or string","default":"null","example":"\"nvim-qt -- -c 'set ft=mail' '+set fileencoding=utf-8' '+set ff=unix' '+set enc=utf-8' '+set fo+=w' %1\"","declared_by":"home-manager/modules/programs/astroid.nix
"},{"title":"","description":"file name","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"server name","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"socket ID","note":"","type":"","default":"","example":"","declared_by":""},{"title":"programs.astroid.extraConfig","description":"JSON config that will override the default Astroid configuration.","note":"","type":"JSON value","default":"{ }","example":"{ poll.interval = 0;}","declared_by":"home-manager/modules/programs/astroid.nix
"},{"title":"programs.astroid.pollScript","description":"Script to run to fetch/update mails.","note":"","type":"string","default":"\"\"","example":"\"mbsync gmail\"","declared_by":"home-manager/modules/programs/astroid.nix
"},{"title":"programs.atuin.enable","description":"Whether to enable atuin.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/atuin.nix
"},{"title":"programs.atuin.enableBashIntegration","description":"Whether to enable Atuin’s Bash integration. This will bindctrl-r to open the Atuin history.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/atuin.nix
"},{"title":"programs.atuin.enableFishIntegration","description":"Whether to enable Atuin’s Fish integration.","note":"If enabled, this will bind the up-arrow key to open the Atuin history.","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/atuin.nix
"},{"title":"programs.atuin.enableNushellIntegration","description":"Whether to enable Nushell integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/atuin.nix
"},{"title":"programs.atuin.enableZshIntegration","description":"Whether to enable Atuin’s Zsh integration.","note":"If enabled, this will bind ctrl-r and the up-arrowkey to open the Atuin history.","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/atuin.nix
"},{"title":"programs.atuin.package","description":"The package to use for atuin.","note":"","type":"package","default":"pkgs.atuin","example":"","declared_by":"home-manager/modules/programs/atuin.nix
"},{"title":"programs.atuin.flags","description":"Flags to append to the shell hook.","note":"","type":"list of string","default":"[ ]","example":"[ \"--disable-up-arrow\" \"--disable-ctrl-r\"]","declared_by":"home-manager/modules/programs/atuin.nix
"},{"title":"programs.atuin.settings","description":"Configuration written to$XDG_CONFIG_HOME/atuin/config.toml.","note":"See https://atuin.sh/docs/config/ for the full listof options.","type":"Atuin configuration","default":"{ }","example":"{ auto_sync = true; sync_frequency = \"5m\"; sync_address = \"https://api.atuin.sh\"; search_mode = \"prefix\";}","declared_by":"home-manager/modules/programs/atuin.nix
"},{"title":"programs.autojump.enable","description":"Whether to enable autojump.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/autojump.nix
"},{"title":"programs.autojump.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/autojump.nix
"},{"title":"programs.autojump.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/autojump.nix
"},{"title":"programs.autojump.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/autojump.nix
"},{"title":"programs.autorandr.enable","description":"Whether to enable Autorandr.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.hooks","description":"Global hook scripts","note":"","type":"submodule","default":"{ }","example":"{ postswitch = { \"notify-i3\" = \"${pkgs.i3}/bin/i3-msg restart\"; \"change-background\" = readFile ./change-background.sh; \"change-dpi\" = '' case \"$AUTORANDR_CURRENT_PROFILE\" in default) DPI=120 ;; home) DPI=192 ;; work) DPI=144 ;; *) echo \"Unknown profile: $AUTORANDR_CURRENT_PROFILE\" exit 1 esac echo \"Xft.dpi: $DPI\" | ${pkgs.xorg.xrdb}/bin/xrdb -merge '' };}","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.hooks.postswitch","description":"Postswitch hook executed after mode switch.","note":"","type":"attribute set of strings concatenated with “\\n”","default":"{ }","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.hooks.predetect","description":"Predetect hook executed before autorandr attempts to run xrandr.","note":"","type":"attribute set of strings concatenated with “\\n”","default":"{ }","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.hooks.preswitch","description":"Preswitch hook executed before mode switch.","note":"","type":"attribute set of strings concatenated with “\\n”","default":"{ }","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles","description":"Autorandr profiles specification.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"{ \"work\" = { fingerprint = { eDP1 = \"\"; DP1 = \"\"; }; config = { eDP1.enable = false; DP1 = { enable = true; crtc = 0; primary = true; position = \"0x0\"; mode = \"3840x2160\"; gamma = \"1.0:0.909:0.833\"; rate = \"60.00\"; rotate = \"left\"; }; }; hooks.postswitch = readFile ./work-postswitch.sh; };}","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config","description":"Per output profile configuration.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.enable","description":"Whether to enable the output.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.crtc","description":"Output video display controller.","note":"","type":"null or (unsigned integer, meaning >=0)","default":"null","example":"0","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.dpi","description":"Output DPI configuration.","note":"","type":"null or (positive integer, meaning >0)","default":"null","example":"96","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.filter","description":"Interpolation method to be used for scaling the output.","note":"","type":"null or one of “bilinear”, “nearest”","default":"null","example":"\"nearest\"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.gamma","description":"Output gamma configuration.","note":"","type":"string","default":"\"\"","example":"\"1.0:0.909:0.833\"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.mode","description":"Output resolution.","note":"","type":"string","default":"\"\"","example":"\"3840x2160\"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.position","description":"Output position","note":"","type":"string","default":"\"\"","example":"\"5760x0\"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.primary","description":"Whether output should be marked as primary","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.rate","description":"Output framerate.","note":"","type":"string","default":"\"\"","example":"\"60.00\"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.rotate","description":"Output rotate configuration.","note":"","type":"null or one of “normal”, “left”, “right”, “inverted”","default":"null","example":"\"left\"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.scale","description":"Output scale configuration.","note":"Either configure by pixels or a scaling factor. When using pixel method thexrandr(1)option--scale-fromwill be used; when using factor method the option--scalewill be used.","type":"null or (submodule)","default":"null","example":"{ x = 1.25; y = 1.25;}","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.scale.method","description":"Output scaling method.","note":"","type":"one of “factor”, “pixel”","default":"\"factor\"","example":"\"pixel\"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.scale.x","description":"Horizontal scaling factor/pixels.","note":"","type":"floating point number or (positive integer, meaning >0)","default":"","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.scale.y","description":"Vertical scaling factor/pixels.","note":"","type":"floating point number or (positive integer, meaning >0)","default":"","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.config.<name>.transform","description":"Refer toxrandr(1)for the documentation of the transform matrix.","note":"","type":"null or (3×3 matrix of floating point numbers)","default":"null","example":"[ [ 0.6 0.0 0.0 ] [ 0.0 0.6 0.0 ] [ 0.0 0.0 1.0 ]]","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.fingerprint","description":"Output name to EDID mapping.Use autorandr --fingerprint to get current setup values.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.hooks","description":"Profile hook scripts.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.hooks.postswitch","description":"Postswitch hook executed after mode switch.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.hooks.predetect","description":"Predetect hook executed before autorandr attempts to run xrandr.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.autorandr.profiles.<name>.hooks.preswitch","description":"Preswitch hook executed before mode switch.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/autorandr.nix
"},{"title":"programs.awscli.enable","description":"Whether to enable AWS CLI tool.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/awscli.nix
"},{"title":"programs.awscli.package","description":"Package providing aws.","note":"","type":"package","default":"pkgs.awscli2","example":"","declared_by":"home-manager/modules/programs/awscli.nix
"},{"title":"programs.awscli.credentials","description":"Configuration written to $HOME/.aws/credentials.","note":"For security reasons, never store cleartext passwords here.We recommend that you use credential_process option to retrievethe IAM credentials from your favorite password manager during runtime,or use AWS IAM Identity Center to get short-term credentials.","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ \"default\" = { \"credential_process\" = \"${pkgs.pass}/bin/pass show aws\"; };};","declared_by":"home-manager/modules/programs/awscli.nix
"},{"title":"programs.awscli.settings","description":"Configuration written to $HOME/.aws/config.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ \"default\" = { region = \"eu-west-3\"; output = \"json\"; };};","declared_by":"home-manager/modules/programs/awscli.nix
"},{"title":"programs.bacon.enable","description":"Whether to enable bacon, a background rust code checker.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/bacon.nix
"},{"title":"programs.bacon.settings","description":"Bacon configuration.For available settings see https://dystroy.org/bacon/#global-preferences.","note":"","type":"TOML value","default":"","example":"{ jobs = { default = { command = [ \"cargo\" \"build\" \"--all-features\" \"--color\" \"always\" ]; need_stdout = true; }; };}","declared_by":"home-manager/modules/programs/bacon.nix
"},{"title":"programs.bash.enable","description":"Whether to enable GNU Bourne-Again SHell.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.enableCompletion","description":"Whether to enable Bash completion for all interactive Bash shells.","note":"Note, if you use NixOS or nix-darwin and do not have Bash completionenabled in the system configuration, then make sure to add","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.enableVteIntegration","description":"Whether to enable integration with terminals using the VTElibrary. This will let the terminal track the current workingdirectory.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/misc/vte.nix
"},{"title":"programs.bash.bashrcExtra","description":"Extra commands that should be placed in ~/.bashrc.Note that these commands will be run even in non-interactive shells.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.historyControl","description":"Controlling how commands are saved on the history list.","note":"","type":"list of (one of “erasedups”, “ignoredups”, “ignorespace”)","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.historyFile","description":"Location of the bash history file.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.historyFileSize","description":"Number of history lines to keep on file.","note":"","type":"signed integer","default":"100000","example":"","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.historyIgnore","description":"List of commands that should not be saved to the history list.","note":"","type":"list of string","default":"[ ]","example":"[ \"ls\" \"cd\" \"exit\"]","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.historySize","description":"Number of history lines to keep in memory.","note":"","type":"signed integer","default":"10000","example":"","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.initExtra","description":"Extra commands that should be run when initializing aninteractive shell.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.logoutExtra","description":"Extra commands that should be run when logging out of aninteractive shell.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.profileExtra","description":"Extra commands that should be run when initializing a loginshell.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.sessionVariables","description":"Environment variables that will be set for the Bash session.","note":"","type":"attribute set","default":"{ }","example":"{ MAILCHECK = 30;}","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.shellAliases","description":"An attribute set that maps aliases (the top level attribute names inthis option) to command strings or directly to build outputs.","note":"","type":"attribute set of string","default":"{ }","example":"{ ll = \"ls -l\"; \"..\" = \"cd ..\";}","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bash.shellOptions","description":"Shell options to set. Prefix an option with“-” to unset.","note":"","type":"list of string","default":"","example":"[ \"extglob\" \"-cdspell\"]","declared_by":"home-manager/modules/programs/bash.nix
"},{"title":"programs.bashmount.enable","description":"Whether to enable bashmount.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/bashmount.nix
"},{"title":"programs.bashmount.extraConfig","description":"Configuration written to$XDG_CONFIG_HOME/bashmount/config. Look athttps://github.com/jamielinux/bashmount/blob/master/bashmount.conffor explanation about possible values.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/bashmount.nix
"},{"title":"programs.bat.enable","description":"Whether to enable bat, a cat clone with wings.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/bat.nix
"},{"title":"programs.bat.config","description":"Bat configuration.","note":"","type":"attribute set of (string or list of string or boolean)","default":"{ }","example":"{ map-syntax = [ \"*.jenkinsfile:Groovy\" \"*.props:Java Properties\" ]; pager = \"less -FR\"; theme = \"TwoDark\";}","declared_by":"home-manager/modules/programs/bat.nix
"},{"title":"programs.bat.extraPackages","description":"Additional bat packages to install.","note":"","type":"list of package","default":"[ ]","example":"with pkgs.bat-extras; [ batdiff batman batgrep batwatch ];","declared_by":"home-manager/modules/programs/bat.nix
"},{"title":"programs.bat.syntaxes","description":"Additional syntaxes to provide.","note":"","type":"attribute set of (strings concatenated with “\\n” or (submodule))","default":"{ }","example":"{ gleam = { src = pkgs.fetchFromGitHub { owner = \"molnarmark\"; repo = \"sublime-gleam\"; rev = \"2e761cdb1a87539d827987f997a20a35efd68aa9\"; hash = \"sha256-Zj2DKTcO1t9g18qsNKtpHKElbRSc9nBRE2QBzRn9+qs=\"; }; file = \"syntax/gleam.sublime-syntax\"; };}","declared_by":"home-manager/modules/programs/bat.nix
"},{"title":"programs.bat.themes","description":"Additional themes to provide.","note":"","type":"attribute set of (strings concatenated with “\\n” or (submodule))","default":"{ }","example":"{ dracula = { src = pkgs.fetchFromGitHub { owner = \"dracula\"; repo = \"sublime\"; # Bat uses sublime syntax for its themes rev = \"26c57ec282abcaa76e57e055f38432bd827ac34e\"; sha256 = \"019hfl4zbn4vm4154hh3bwk6hm7bdxbr1hdww83nabxwjn99ndhv\"; }; file = \"Dracula.tmTheme\"; };}","declared_by":"home-manager/modules/programs/bat.nix
"},{"title":"programs.beets.enable","description":"Whether to enable the beets music library manager. Thisdefaults to false for stateversion ≥ 19.03. For earlier versions beets is enabled ifprograms.beets.settings is non-empty.","note":"","type":"boolean","default":"\"false\"","example":"","declared_by":"home-manager/modules/programs/beets.nix
"},{"title":"programs.beets.package","description":"The beets package to use.Can be used to specify extensions.","note":"","type":"package","default":"pkgs.beets","example":"(pkgs.beets.override { pluginOverrides = { beatport.enable = false; }; })","declared_by":"home-manager/modules/programs/beets.nix
"},{"title":"programs.beets.mpdIntegration.enableStats","description":"Whether to enable mpdstats plugin and service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/beets.nix
"},{"title":"programs.beets.mpdIntegration.enableUpdate","description":"Whether to enable mpdupdate plugin.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/beets.nix
"},{"title":"programs.beets.mpdIntegration.host","description":"The host that mpdstats will connect to.","note":"","type":"string","default":"\"localhost\"","example":"\"10.0.0.42\"","declared_by":"home-manager/modules/programs/beets.nix
"},{"title":"programs.beets.mpdIntegration.port","description":"The port that mpdstats will connect to.","note":"","type":"16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"config.services.mpd.network.port","example":"6601","declared_by":"home-manager/modules/programs/beets.nix
"},{"title":"programs.beets.settings","description":"Configuration written to$XDG_CONFIG_HOME/beets/config.yaml","note":"","type":"YAML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/beets.nix
"},{"title":"programs.bemenu.enable","description":"Whether to enable bemenu.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/bemenu.nix
"},{"title":"programs.bemenu.package","description":"The bemenu package to use.","note":"","type":"package","default":"pkgs.bemenu","example":"","declared_by":"home-manager/modules/programs/bemenu.nix
"},{"title":"programs.bemenu.settings","description":"Configuration options for bemenu. See bemenu(1).","note":"","type":"attribute set of (string or signed integer or floating point number or boolean)","default":"{ }","example":"{ line-height = 28; prompt = \"open\"; ignorecase = true; fb = \"#1e1e2e\"; ff = \"#cdd6f4\"; nb = \"#1e1e2e\"; nf = \"#cdd6f4\"; tb = \"#1e1e2e\"; hb = \"#1e1e2e\"; tf = \"#f38ba8\"; hf = \"#f9e2af\"; af = \"#cdd6f4\"; ab = \"#1e1e2e\"; width-factor = 0.3;}","declared_by":"home-manager/modules/programs/bemenu.nix
"},{"title":"programs.borgmatic.enable","description":"Whether to enable Borgmatic.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.package","description":"The borgmatic package to use.","note":"","type":"package","default":"pkgs.borgmatic","example":"","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups","description":"Borgmatic allows for several named backup configurations,each with its own source directories and repositories.","note":"","type":"attribute set of (submodule)","default":"","example":"{ personal = { location = { sourceDirectories = [ \"/home/me/personal\" ]; repositories = [ \"ssh://myuser@myserver.com/./personal-repo\" ]; }; }; work = { location = { sourceDirectories = [ \"/home/me/work\" ]; repositories = [ \"ssh://myuser@myserver.com/./work-repo\" ]; }; };};","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.consistency.checks","description":"Consistency checks to run","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { name = \"repository\"; frequency = \"2 weeks\"; } { name = \"archives\"; frequency = \"4 weeks\"; } { name = \"data\"; frequency = \"6 weeks\"; } { name = \"extract\"; frequency = \"6 weeks\"; }];","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.consistency.checks.*.frequency","description":"Frequency of this type of check","note":"","type":"null or string matching the pattern ([[:digit:]]+ .*)|always","default":"null","example":"\"2 weeks\"","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.consistency.checks.*.name","description":"Name of consistency check to run.","note":"","type":"one of “repository”, “archives”, “data”, “extract”","default":"","example":"\"repository\"","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.consistency.extraConfig","description":"Extra settings.","note":"","type":"YAML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.hooks.extraConfig","description":"Extra settings.","note":"","type":"YAML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.location.excludeHomeManagerSymlinks","description":"Whether to exclude Home Manager generated symbolic links fromthe backups. This facilitates restoring the whole homedirectory when the Nix store doesn’t contain the latestHome Manager generation.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.location.extraConfig","description":"Extra settings.","note":"","type":"YAML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.location.patterns","description":"Patterns to include/exclude.","note":"See the output of borg help patterns for the syntax. Pattern pathsare relative to / even when a different recursion root is set.","type":"null or (list of string)","default":"null","example":"[ \"R /home/user\" \"- home/user/.cache\" \"- home/user/Downloads\" \"+ home/user/Videos/Important Video\" \"- home/user/Videos\"]","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.location.repositories","description":"List of local or remote repositories with paths and optional labels.","note":"","type":"list of (string or (submodule))","default":"","example":"[ { \"path\" = \"ssh://myuser@myrepo.myserver.com/./repo\"; \"label\" = \"server\"; } { \"path\" = \"/var/lib/backups/local.borg\"; \"label\" = \"local\"; }]","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.location.sourceDirectories","description":"Directories to backup.","note":"Mutually exclusive with programs.borgmatic.backups..location.patterns.","type":"null or (list of string)","default":"null","example":"[config.home.homeDirectory]","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.output.extraConfig","description":"Extra settings.","note":"","type":"YAML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.retention.extraConfig","description":"Extra settings.","note":"","type":"YAML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.retention.keepDaily","description":"Number of daily archives to keep. Use -1 for no limit.","note":"","type":"null or signed integer","default":"null","example":"3","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.retention.keepHourly","description":"Number of hourly archives to keep. Use -1 for no limit.","note":"","type":"null or signed integer","default":"null","example":"3","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.retention.keepMinutely","description":"Number of minutely archives to keep. Use -1 for no limit.","note":"","type":"null or signed integer","default":"null","example":"3","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.retention.keepMonthly","description":"Number of monthly archives to keep. Use -1 for no limit.","note":"","type":"null or signed integer","default":"null","example":"3","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.retention.keepSecondly","description":"Number of secondly archives to keep. Use -1 for no limit.","note":"","type":"null or signed integer","default":"null","example":"3","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.retention.keepWeekly","description":"Number of weekly archives to keep. Use -1 for no limit.","note":"","type":"null or signed integer","default":"null","example":"3","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.retention.keepWithin","description":"Keep all archives within this time interval.","note":"","type":"null or string matching the pattern [[:digit:]]+[Hdwmy]","default":"null","example":"\"2d\"","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.retention.keepYearly","description":"Number of yearly archives to keep. Use -1 for no limit.","note":"","type":"null or signed integer","default":"null","example":"3","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.storage.encryptionPasscommand","description":"Command writing the passphrase to standard output.","note":"","type":"null or string","default":"null","example":"\"${pkgs.password-store}/bin/pass borg-repo\"","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.borgmatic.backups.<name>.storage.extraConfig","description":"Extra settings.","note":"","type":"YAML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/borgmatic.nix
"},{"title":"programs.bottom.enable","description":"Whether to enable bottom, a cross-platform graphical process/system monitor with acustomizable interface.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/bottom.nix
"},{"title":"programs.bottom.package","description":"Package providing bottom.","note":"","type":"package","default":"pkgs.bottom","example":"","declared_by":"home-manager/modules/programs/bottom.nix
"},{"title":"programs.bottom.settings","description":"Configuration written to$XDG_CONFIG_HOME/bottom/bottom.toml.","note":"See https://github.com/ClementTsang/bottom/blob/master/sample_configs/default_config.tomlfor the default configuration.","type":"TOML value","default":"{ }","example":"{ flags = { avg_cpu = true; temperature_type = \"c\"; }; colors = { low_battery_color = \"red\"; };}","declared_by":"home-manager/modules/programs/bottom.nix
"},{"title":"programs.boxxy.enable","description":"Whether to enable boxxy: Boxes in badly behaving applications.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/boxxy.nix
"},{"title":"programs.boxxy.package","description":"The boxxy package to use.","note":"","type":"package","default":"pkgs.boxxy","example":"","declared_by":"home-manager/modules/programs/boxxy.nix
"},{"title":"programs.boxxy.rules","description":"List of boxxy rules","note":"","type":"list of (YAML value)","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/boxxy.nix
"},{"title":"programs.boxxy.rules.*.context","description":"Apply redirection ONLY when in a certain directory.","note":"","type":"list of string","default":"[ ]","example":"[ \"/home/example/Projects/my-project\"]","declared_by":"home-manager/modules/programs/boxxy.nix
"},{"title":"programs.boxxy.rules.*.env","description":"Give certain environment variables for said match.","note":"","type":"attribute set of string","default":"{ }","example":"{ MY_ENV_VAR = \"my_env_var_value\";}","declared_by":"home-manager/modules/programs/boxxy.nix
"},{"title":"programs.boxxy.rules.*.mode","description":"Does the current path redirect a file or a directory?","note":"","type":"one of “file”, “directory”","default":"\"directory\"","example":"","declared_by":"home-manager/modules/programs/boxxy.nix
"},{"title":"programs.boxxy.rules.*.name","description":"Unique identifier of the boxxy rule. This can be any single-line string.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/boxxy.nix
"},{"title":"programs.boxxy.rules.*.only","description":"Apply redirection ONLY to specified executable names.","note":"","type":"list of string","default":"[ ]","example":"[ \"bash\" \"/usr/bin/sh\"]","declared_by":"home-manager/modules/programs/boxxy.nix
"},{"title":"programs.boxxy.rules.*.rewrite","description":"Where that file/directory should be rewritten to.","note":"","type":"string","default":"\"\"","example":"\"${config.xdg.configHome}/ssh\"","declared_by":"home-manager/modules/programs/boxxy.nix
"},{"title":"programs.boxxy.rules.*.target","description":"What directory/file to redirect.","note":"","type":"string","default":"\"\"","example":"\"~/.ssh\"","declared_by":"home-manager/modules/programs/boxxy.nix
"},{"title":"programs.broot.enable","description":"Whether to enable Broot, a better way to navigate directories.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/broot.nix
"},{"title":"programs.broot.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/broot.nix
"},{"title":"programs.broot.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/broot.nix
"},{"title":"programs.broot.enableNushellIntegration","description":"Whether to enable Nushell integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/broot.nix
"},{"title":"programs.broot.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/broot.nix
"},{"title":"programs.broot.package","description":"Package providing broot","note":"","type":"package","default":"pkgs.broot","example":"","declared_by":"home-manager/modules/programs/broot.nix
"},{"title":"programs.broot.settings","description":"Verbatim config entries","note":"","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/broot.nix
"},{"title":"programs.broot.settings.modal","description":"Whether to enable modal (vim) mode.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/broot.nix
"},{"title":"programs.broot.settings.skin","description":"Color configuration.","note":"Complete list of keys (expected to change before the v1 of broot):","type":"attribute set of string","default":"{ }","example":"{ status_normal_fg = \"grayscale(18)\"; status_normal_bg = \"grayscale(3)\"; status_error_fg = \"red\"; status_error_bg = \"yellow\"; tree_fg = \"red\"; selected_line_bg = \"grayscale(7)\"; permissions_fg = \"grayscale(12)\"; size_bar_full_bg = \"red\"; size_bar_void_bg = \"black\"; directory_fg = \"lightyellow\"; input_fg = \"cyan\"; flag_value_fg = \"lightyellow\"; table_border_fg = \"red\"; code_fg = \"lightyellow\";}","declared_by":"home-manager/modules/programs/broot.nix
"},{"title":"programs.broot.settings.verbs","description":"Define new verbs. For more information, seeVerb Definition Attributesin the broot documentation.","note":"The possible attributes are:","type":"list of attribute set of (boolean or string)","default":"[ ]","example":"[ { invocation = \"p\"; execution = \":parent\"; } { invocation = \"edit\"; shortcut = \"e\"; execution = \"$EDITOR {file}\" ; } { invocation = \"create {subpath}\"; execution = \"$EDITOR {directory}/{subpath}\"; } { invocation = \"view\"; execution = \"less {file}\"; } { invocation = \"blop {name}\\\\.{type}\"; execution = \"mkdir {parent}/{type} && ${pkgs.neovim}/bin/nvim {parent}/{type}/{name}.{type}\"; from_shell = true; }]","declared_by":"home-manager/modules/programs/broot.nix
"},{"title":"","description":"how the verb is called by the user, with placeholders for arguments","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"how the verb is executed","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"a keyboard key triggering execution","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"an alternate way to call the verb (withoutthe arguments part)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"whether to quit broot on execution(default: true)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"whether the verb must be executed from theparent shell (default: false)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"programs.browserpass.enable","description":"Whether to enable the browserpass extension host application.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/browserpass.nix
"},{"title":"programs.browserpass.browsers","description":"Which browsers to install browserpass for","note":"","type":"list of (one of “brave”, “chrome”, “chromium”, “firefox”, “librewolf”, “vivaldi”)","default":"","example":"[ \"firefox\"]","declared_by":"home-manager/modules/programs/browserpass.nix
"},{"title":"programs.btop.enable","description":"Whether to enable btop.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/btop.nix
"},{"title":"programs.btop.package","description":"The btop package to use.","note":"","type":"package","default":"pkgs.btop","example":"","declared_by":"home-manager/modules/programs/btop.nix
"},{"title":"programs.btop.extraConfig","description":"Extra lines added to the btop.conf file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/btop.nix
"},{"title":"programs.btop.settings","description":"Options to add to btop.conf file.See https://github.com/aristocratos/btop#configurabilityfor options.","note":"","type":"attribute set of (boolean or floating point number or signed integer or string)","default":"{ }","example":"{ color_theme = \"Default\"; theme_background = false;}","declared_by":"home-manager/modules/programs/btop.nix
"},{"title":"programs.carapace.enable","description":"Whether to enable carapace, a multi-shell multi-command argument completer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/carapace.nix
"},{"title":"programs.carapace.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/carapace.nix
"},{"title":"programs.carapace.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/carapace.nix
"},{"title":"programs.carapace.enableNushellIntegration","description":"Whether to enable Nushell integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/carapace.nix
"},{"title":"programs.carapace.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/carapace.nix
"},{"title":"programs.carapace.package","description":"The carapace package to use.","note":"","type":"package","default":"pkgs.carapace","example":"","declared_by":"home-manager/modules/programs/carapace.nix
"},{"title":"programs.cava.enable","description":"Whether to enable Cava audio visualizer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/cava.nix
"},{"title":"programs.cava.package","description":"The cava package to use.","note":"","type":"package","default":"pkgs.cava","example":"","declared_by":"home-manager/modules/programs/cava.nix
"},{"title":"programs.cava.settings","description":"Settings to be written to the Cava configuration file. Seehttps://github.com/karlstav/cava/blob/master/example_files/config forall available options.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ general.framerate = 60; input.method = \"alsa\"; smoothing.noise_reduction = 88; color = { background = \"'#000000'\"; foreground = \"'#FFFFFF'\"; };}","declared_by":"home-manager/modules/programs/cava.nix
"},{"title":"programs.chromium.enable","description":"Whether to enable Chromium.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/chromium.nix
"},{"title":"programs.chromium.package","description":"The Chromium package to use.","note":"","type":"package","default":"pkgs.chromium","example":"","declared_by":"home-manager/modules/programs/chromium.nix
"},{"title":"programs.chromium.commandLineArgs","description":"List of command-line arguments to be passed to Chromium.","note":"For a list of common switches, seeChrome switches.","type":"list of string","default":"[ ]","example":"[ \"--enable-logging=stderr\" \"--ignore-gpu-blocklist\"]","declared_by":"home-manager/modules/programs/chromium.nix
"},{"title":"programs.chromium.dictionaries","description":"List of Chromium dictionaries to install.","note":"","type":"list of package","default":"[ ]","example":"[ pkgs.hunspellDictsChromium.en_US]","declared_by":"home-manager/modules/programs/chromium.nix
"},{"title":"programs.chromium.extensions","description":"List of Chromium extensions to install.To find the extension ID, check its URL on theChrome Web Store.","note":"To install extensions outside of the Chrome Web Store setupdateUrl or crxPath andversion as explained in theChromedocumentation.","type":"list of ((submodule) or string convertible to it)","default":"[ ]","example":"[ { id = \"cjpalhdlnbpafiamejdnhcphjbkeiagm\"; } # ublock origin { id = \"dcpihecpambacapedldabdbpakmachpb\"; updateUrl = \"https://raw.githubusercontent.com/iamadamdev/bypass-paywalls-chrome/master/updates.xml\"; } { id = \"aaaaaaaaaabbbbbbbbbbcccccccccc\"; crxPath = \"/home/share/extension.crx\"; version = \"1.0\"; }]","declared_by":"home-manager/modules/programs/chromium.nix
"},{"title":"programs.chromium.extensions.*.crxPath","description":"Path to the extension’s crx file. Linux only.","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/programs/chromium.nix
"},{"title":"programs.chromium.extensions.*.id","description":"The extension’s ID from the Chrome Web Store url or the unpacked crx.","note":"","type":"string matching the pattern [a-zA-Z]{32}","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/chromium.nix
"},{"title":"programs.chromium.extensions.*.updateUrl","description":"URL of the extension’s update manifest XML file. Linux only.","note":"","type":"string","default":"\"https://clients2.google.com/service/update2/crx\"","example":"","declared_by":"home-manager/modules/programs/chromium.nix
"},{"title":"programs.chromium.extensions.*.version","description":"The extension’s version, required for local installation. Linux only.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/chromium.nix
"},{"title":"programs.command-not-found.enable","description":"Whether to enable command-not-found hook for interactive shell.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/command-not-found/command-not-found.nix
"},{"title":"programs.command-not-found.dbPath","description":"Absolute path to programs.sqlite. Bydefault this file will be provided by your channel(nixexprs.tar.xz).","note":"","type":"path","default":"\"/nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite\"","example":"","declared_by":"home-manager/modules/programs/command-not-found/command-not-found.nix
"},{"title":"programs.comodoro.enable","description":"Whether to enable Comodoro, a CLI to manage your time.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/comodoro.nix
"},{"title":"programs.comodoro.package","description":"The comodoro package to use.","note":"","type":"package","default":"pkgs.comodoro","example":"","declared_by":"home-manager/modules/programs/comodoro.nix
"},{"title":"programs.comodoro.settings","description":"Comodoro configuration.See https://pimalaya.org/comodoro/cli/configuration/ for supported values.","note":"","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/comodoro.nix
"},{"title":"programs.darcs.enable","description":"Whether to enable darcs.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/darcs.nix
"},{"title":"programs.darcs.package","description":"The darcs package to use.","note":"","type":"package","default":"pkgs.darcs","example":"","declared_by":"home-manager/modules/programs/darcs.nix
"},{"title":"programs.darcs.author","description":"If this list has a single entry, it will be used as the authorwhen you record a patch. If there are multiple entries, Darcswill prompt you to choose one of them.","note":"","type":"list of string","default":"[ ]","example":"[ \"Fred Bloggs \"]","declared_by":"home-manager/modules/programs/darcs.nix
"},{"title":"programs.darcs.boring","description":"File patterns to ignore","note":"","type":"list of string","default":"[ ]","example":"[ \"^.idea$\" \".iml$\" \"^.stack-work$\"]","declared_by":"home-manager/modules/programs/darcs.nix
"},{"title":"programs.dircolors.enable","description":"Whether to manage .dir_colorsand set LS_COLORS.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/dircolors.nix
"},{"title":"programs.dircolors.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/dircolors.nix
"},{"title":"programs.dircolors.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/dircolors.nix
"},{"title":"programs.dircolors.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/dircolors.nix
"},{"title":"programs.dircolors.extraConfig","description":"Extra lines added to .dir_colors file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/dircolors.nix
"},{"title":"programs.dircolors.settings","description":"Options to add to .dir_colors file.See dircolors --print-databasefor options.","note":"","type":"attribute set of string","default":"{ }","example":"{ OTHER_WRITABLE = \"30;46\"; \".sh\" = \"01;32\"; \".csh\" = \"01;32\";}","declared_by":"home-manager/modules/programs/dircolors.nix
"},{"title":"programs.direnv.enable","description":"Whether to enable direnv, the environment switcher.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/direnv.nix
"},{"title":"programs.direnv.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/direnv.nix
"},{"title":"programs.direnv.enableFishIntegration","description":"Whether to enable Fish integration. Note, enabling the direnv modulewill always active its functionality for Fish since the direnv packageautomatically gets loaded in Fish. If this is not the case try adding","note":"environment.pathsToLink = [ \"/share/fish\" ];","type":"boolean (read only)","default":"true","example":"","declared_by":"home-manager/modules/programs/direnv.nix
"},{"title":"programs.direnv.enableNushellIntegration","description":"Whether to enable Nushell integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/direnv.nix
"},{"title":"programs.direnv.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/direnv.nix
"},{"title":"programs.direnv.package","description":"The direnv package to use.","note":"","type":"package","default":"pkgs.direnv","example":"","declared_by":"home-manager/modules/programs/direnv.nix
"},{"title":"programs.direnv.config","description":"Configuration written to$XDG_CONFIG_HOME/direnv/direnv.toml.","note":"Seedirenv.toml(1).for the full list of options.","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/direnv.nix
"},{"title":"programs.direnv.nix-direnv.enable","description":"Whether to enable nix-direnv,a fast, persistent use_nix implementation for direnv.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/direnv.nix
"},{"title":"programs.direnv.nix-direnv.package","description":"The nix-direnv package to use.","note":"","type":"package","default":"pkgs.nix-direnv","example":"","declared_by":"home-manager/modules/programs/direnv.nix
"},{"title":"programs.direnv.stdlib","description":"Custom stdlib written to$XDG_CONFIG_HOME/direnv/direnvrc.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/direnv.nix
"},{"title":"programs.discocss.enable","description":"Whether to enable discocss, a tiny Discord CSS injector for Linux and MacOS.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/discocss.nix
"},{"title":"programs.discocss.package","description":"The discocss package to use.","note":"","type":"package","default":"pkgs.discocss","example":"","declared_by":"home-manager/modules/programs/discocss.nix
"},{"title":"programs.discocss.css","description":"The custom CSS for discocss to use.","note":"","type":"string","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/discocss.nix
"},{"title":"programs.discocss.discordAlias","description":"Whether to alias discocss to discord.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/discocss.nix
"},{"title":"programs.discocss.discordPackage","description":"The discord package to use.","note":"","type":"package","default":"pkgs.discord","example":"","declared_by":"home-manager/modules/programs/discocss.nix
"},{"title":"programs.eclipse.enable","description":"Whether to enable Eclipse.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/eclipse.nix
"},{"title":"programs.eclipse.enableLombok","description":"Whether to enable the Lombok Java Agent in Eclipse. This isnecessary to use the Lombok class annotations.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/eclipse.nix
"},{"title":"programs.eclipse.package","description":"The Eclipse package to install.","note":"","type":"package","default":"pkgs.eclipses.eclipse-platform","example":"pkgs.eclipses.eclipse-java","declared_by":"home-manager/modules/programs/eclipse.nix
"},{"title":"programs.eclipse.jvmArgs","description":"JVM arguments to use for the Eclipse process.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/eclipse.nix
"},{"title":"programs.eclipse.plugins","description":"Plugins that should be added to Eclipse.","note":"","type":"list of package","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/eclipse.nix
"},{"title":"programs.emacs.enable","description":"Whether to enable Emacs.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/emacs.nix
"},{"title":"programs.emacs.package","description":"The Emacs package to use.","note":"","type":"package","default":"pkgs.emacs","example":"pkgs.emacs25-nox","declared_by":"home-manager/modules/programs/emacs.nix
"},{"title":"programs.emacs.extraConfig","description":"Configuration to include in the Emacs default init file. Seehttps://www.gnu.org/software/emacs/manual/html_node/elisp/Init-File.htmlfor more.","note":"Note, the inhibit-startup-message Emacs optioncannot be set here since Emacs disallows setting it from the defaultinitialization file.","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' (setq standard-indent 2)''","declared_by":"home-manager/modules/programs/emacs.nix
"},{"title":"programs.emacs.extraPackages","description":"Extra packages available to Emacs. To get a list ofavailable packages run:nix-env -f '' -qaP -A emacsPackages.","note":"","type":"Function that takes an attribute set and returns a list containing a selection of the values of the input set","default":"\"epkgs: []\"","example":"epkgs: [ epkgs.emms epkgs.magit ]","declared_by":"home-manager/modules/programs/emacs.nix
"},{"title":"programs.emacs.overrides","description":"Allows overriding packages within the Emacs package set.","note":"","type":"An overlay function, takes self and super and returns an attribute set overriding the desired attributes.","default":"\"self: super: {}\"","example":"self: super: rec { haskell-mode = self.melpaPackages.haskell-mode; # ...};","declared_by":"home-manager/modules/programs/emacs.nix
"},{"title":"programs.eww.enable","description":"Whether to enable eww.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/eww.nix
"},{"title":"programs.eww.package","description":"The eww package to install.","note":"","type":"package","default":"pkgs.eww","example":"pkgs.eww","declared_by":"home-manager/modules/programs/eww.nix
"},{"title":"programs.eww.configDir","description":"The directory that gets symlinked to$XDG_CONFIG_HOME/eww.","note":"","type":"path","default":"","example":"./eww-config-dir","declared_by":"home-manager/modules/programs/eww.nix
"},{"title":"programs.eza.enable","description":"Whether to enable eza, a modern replacement for ls.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/eza.nix
"},{"title":"programs.eza.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/eza.nix
"},{"title":"programs.eza.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/eza.nix
"},{"title":"programs.eza.enableIonIntegration","description":"Whether to enable Ion integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/eza.nix
"},{"title":"programs.eza.enableNushellIntegration","description":"Whether to enable Nushell integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/eza.nix
"},{"title":"programs.eza.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/eza.nix
"},{"title":"programs.eza.package","description":"The eza package to use.","note":"","type":"package","default":"pkgs.eza","example":"","declared_by":"home-manager/modules/programs/eza.nix
"},{"title":"programs.eza.extraOptions","description":"Extra command line options passed to eza.","note":"","type":"list of string","default":"[ ]","example":"[ \"--group-directories-first\" \"--header\"]","declared_by":"home-manager/modules/programs/eza.nix
"},{"title":"programs.eza.git","description":"List each file’s Git status if tracked or ignored (--git argument).","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/eza.nix
"},{"title":"programs.eza.icons","description":"Display icons next to file names (--icons argument).","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/eza.nix
"},{"title":"programs.feh.enable","description":"Whether to enable feh - a fast and light image viewer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/feh.nix
"},{"title":"programs.feh.package","description":"The feh package to use.","note":"","type":"package","default":"pkgs.feh","example":"","declared_by":"home-manager/modules/programs/feh.nix
"},{"title":"programs.feh.buttons","description":"Override feh’s default mouse button mapping. If you want to disable anaction, set its value to null. If you want to bind multiple buttons toan action, set its value to a list.See https://man.finalrewind.org/1/feh/#x425554544f4e53 fordefault bindings and available commands.","note":"","type":"attribute set of (null or string or signed integer or list of (string or signed integer))","default":"{ }","example":"{ prev_img = [ 3 \"C-3\" ]; zoom_in = 4; zoom_out = \"C-4\";}","declared_by":"home-manager/modules/programs/feh.nix
"},{"title":"programs.feh.keybindings","description":"Override feh’s default keybindings. If you want to disable a keybindingset its value to null. If you want to bind multiple keys to an action,set its value to a list.See https://man.finalrewind.org/1/feh/#x4b455953 fordefault bindings and available commands.","note":"","type":"attribute set of (null or string or list of string)","default":"{ }","example":"{ prev_img = [ \"h\" \"Left\" ]; zoom_in = \"plus\"; zoom_out = \"minus\";}","declared_by":"home-manager/modules/programs/feh.nix
"},{"title":"programs.firefox.enable","description":"Whether to enable Firefox.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.enableGnomeExtensions","description":"Whether to enable the GNOME Shell native host connector. Note, youalso need to set the NixOS optionservices.gnome.gnome-browser-connector.enable totrue.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.package","description":"The Firefox package to use. If state version ≥ 19.09 thenthis should be a wrapped Firefox package. For earlier stateversions it should be an unwrapped Firefox package.Set to null to disable installing Firefox.","note":"","type":"null or package","default":"pkgs.firefox","example":"pkgs.firefox.override { # See nixpkgs' firefox/wrapper.nix to check which options you can use nativeMessagingHosts = [ # Gnome shell native connector pkgs.gnome-browser-connector # Tridactyl native connector pkgs.tridactyl-native ];}","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.finalPackage","description":"Resulting Firefox package.","note":"","type":"null or package (read only)","default":"","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.nativeMessagingHosts","description":"Additional packages containing native messaging hosts that should bemade available to Firefox extensions.","note":"","type":"list of package","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.policies","description":"See list of policies.","note":"","type":"attribute set of (JSON value)","default":"{ }","example":"{ BlockAboutConfig = true; DefaultDownloadDirectory = \"\\${home}/Downloads\";}","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles","description":"Attribute set of Firefox profiles.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.bookmarks","description":"Preloaded bookmarks. Note, this may silently overwrite anypreviously existing bookmarks!","note":"","type":"(list of ((bookmark submodule) or (directory submodule))) or (attribute set of ((bookmark submodule) or (directory submodule))) convertible to it","default":"[ ]","example":"[ { name = \"wikipedia\"; tags = [ \"wiki\" ]; keyword = \"wiki\"; url = \"https://en.wikipedia.org/wiki/Special:Search?search=%s&go=Go\"; } { name = \"kernel.org\"; url = \"https://www.kernel.org\"; } { name = \"Nix sites\"; toolbar = true; bookmarks = [ { name = \"homepage\"; url = \"https://nixos.org/\"; } { name = \"wiki\"; tags = [ \"wiki\" \"nix\" ]; url = \"https://nixos.wiki/\"; } ]; }]","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.containers","description":"Attribute set of container configurations. SeeMulti-AccountContainersfor more information.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"{ dangerous = { color = \"red\"; icon = \"fruit\"; id = 2; }; shopping = { color = \"blue\"; icon = \"cart\"; id = 1; };}","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.containers.<name>.color","description":"Container color.","note":"","type":"one of “blue”, “turquoise”, “green”, “yellow”, “orange”, “red”, “pink”, “purple”, “toolbar”","default":"\"pink\"","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.containers.<name>.icon","description":"Container icon.","note":"","type":"one of “briefcase”, “cart”, “circle”, “dollar”, “fence”, “fingerprint”, “gift”, “vacation”, “food”, “fruit”, “pet”, “tree”, “chill”","default":"\"fruit\"","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.containers.<name>.id","description":"Container ID. This should be set to a unique number per container in this profile.","note":"","type":"unsigned integer, meaning >=0","default":"0","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.containers.<name>.name","description":"Container name, e.g., shopping.","note":"","type":"string","default":"\"‹name›\"","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.extensions","description":"List of Firefox add-on packages to install for this profile.Some pre-packaged add-ons are accessible from theNix User Repository.Once you have NUR installed run","note":"$ nix-env -f '' -qaP -A nur.repos.rycee.firefox-addons","type":"list of package","default":"[ ]","example":"with pkgs.nur.repos.rycee.firefox-addons; [ privacy-badger]","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.extraConfig","description":"Extra preferences to add to user.js.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.id","description":"Profile ID. This should be set to a unique number per profile.","note":"","type":"unsigned integer, meaning >=0","default":"0","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.isDefault","description":"Whether this is a default profile.","note":"","type":"boolean","default":"\"true if profile ID is 0\"","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.name","description":"Profile name.","note":"","type":"string","default":"\"‹name›\"","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.path","description":"Profile path.","note":"","type":"string","default":"\"‹name›\"","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.search.default","description":"The default search engine used in the address bar and search bar.","note":"","type":"null or string","default":"null","example":"\"DuckDuckGo\"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.search.engines","description":"Attribute set of search engine configurations. Enginesthat only have metaData specified willbe treated as builtin to Firefox.","note":"See SearchEngine.jsmin Firefox’s source for available options. We maintain amapping to let you specify all options in the referencedlink without underscores, but it may fall out of date withfuture options.","type":"attribute set of attribute set of (JSON value)","default":"{ }","example":"{ \"Nix Packages\" = { urls = [{ template = \"https://search.nixos.org/packages\"; params = [ { name = \"type\"; value = \"packages\"; } { name = \"query\"; value = \"{searchTerms}\"; } ]; }]; icon = \"${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg\"; definedAliases = [ \"@np\" ]; }; \"NixOS Wiki\" = { urls = [{ template = \"https://nixos.wiki/index.php?search={searchTerms}\"; }]; iconUpdateURL = \"https://nixos.wiki/favicon.png\"; updateInterval = 24 * 60 * 60 * 1000; # every day definedAliases = [ \"@nw\" ]; }; \"Bing\".metaData.hidden = true; \"Google\".metaData.alias = \"@g\"; # builtin engines only support specifying one additional alias}","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.search.force","description":"Whether to force replace the existing searchconfiguration. This is recommended since Firefox willreplace the symlink for the search configuration on everylaunch, but note that you’ll lose any existingconfiguration by enabling this.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.search.order","description":"The order the search engines are listed in. Any enginesthat aren’t included in this list will be listed afterthese in an unspecified order.","note":"","type":"list of string","default":"[ ]","example":"[ \"DuckDuckGo\" \"Google\"]","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.search.privateDefault","description":"The default search engine used in the Private Browsing.","note":"","type":"null or string","default":"null","example":"\"DuckDuckGo\"","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.settings","description":"Attribute set of Firefox preferences.","note":"Firefox only supports int, bool, and string types forpreferences, but home-manager will automaticallyconvert all other JSON-compatible values into strings.","type":"attribute set of (Firefox preference (int, bool, string, and also attrs, list, float as a JSON string))","default":"{ }","example":"{ \"browser.startup.homepage\" = \"https://nixos.org\"; \"browser.search.region\" = \"GB\"; \"browser.search.isUS\" = false; \"distribution.searchplugins.defaultLocale\" = \"en-GB\"; \"general.useragent.locale\" = \"en-GB\"; \"browser.bookmarks.showMobileBookmarks\" = true; \"browser.newtabpage.pinned\" = [{ title = \"NixOS\"; url = \"https://nixos.org\"; }];}","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.userChrome","description":"Custom Firefox user chrome CSS.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' /* Hide tab bar in FF Quantum */ @-moz-document url(\"chrome://browser/content/browser.xul\") { #TabsToolbar { visibility: collapse !important; margin-bottom: 21px !important; } #sidebar-box[sidebarcommand=\"treestyletab_piro_sakura_ne_jp-sidebar-action\"] #sidebar-header { visibility: collapse !important; } }''","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.firefox.profiles.<name>.userContent","description":"Custom Firefox user content CSS.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' /* Hide scrollbar in FF Quantum */ *{scrollbar-width:none !important}''","declared_by":"home-manager/modules/programs/firefox.nix
"},{"title":"programs.fish.enable","description":"Whether to enable fish, the friendly interactive shell.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.fish.package","description":"The fish package to install. May be used to change the version.","note":"","type":"package","default":"pkgs.fish","example":"","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.fish.functions","description":"Basic functions to add to fish. For more information seehttps://fishshell.com/docs/current/cmds/function.html.","note":"","type":"attribute set of (strings concatenated with “\\n” or (submodule))","default":"{ }","example":"{ __fish_command_not_found_handler = { body = \"__fish_default_command_not_found_handler $argv[1]\"; onEvent = \"fish_command_not_found\"; }; gitignore = \"curl -sL https://www.gitignore.io/api/$argv\";}","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.fish.interactiveShellInit","description":"Shell script code called during interactive fish shellinitialisation.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.fish.loginShellInit","description":"Shell script code called during fish login shellinitialisation.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.fish.plugins","description":"The plugins to source inconf.d/99plugins.fish.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { name = \"z\"; src = pkgs.fetchFromGitHub { owner = \"jethrokuan\"; repo = \"z\"; rev = \"ddeb28a7b6a1f0ec6dae40c636e5ca4908ad160a\"; sha256 = \"0c5i7sdrsp0q3vbziqzdyqn4fmp235ax4mn4zslrswvn8g3fvdyh\"; }; } # oh-my-fish plugins are stored in their own repositories, which # makes them simple to import into home-manager. { name = \"fasd\"; src = pkgs.fetchFromGitHub { owner = \"oh-my-fish\"; repo = \"plugin-fasd\"; rev = \"38a5b6b6011106092009549e52249c6d6f501fba\"; sha256 = \"06v37hqy5yrv5a6ssd1p3cjd9y3hnp19d3ab7dag56fs1qmgyhbs\"; }; }]","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.fish.plugins.*.name","description":"The name of the plugin.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.fish.plugins.*.src","description":"Path to the plugin folder.","note":"Relevant pieces will be added to the fish function path andthe completion path. The init.fish andkey_binding.fish files are sourced ifthey exist.","type":"path","default":"","example":"","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.fish.shellAbbrs","description":"An attribute set that maps aliases (the top level attribute namesin this option) to abbreviations. Abbreviations are expanded withthe longer phrase after they are entered.","note":"","type":"attribute set of (string or (submodule))","default":"{ }","example":"{ l = \"less\"; gco = \"git checkout\"; \"-C\" = { position = \"anywhere\"; expansion = \"--color\"; };}","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.fish.shellAliases","description":"An attribute set that maps aliases (the top level attribute namesin this option) to command strings or directly to build outputs.","note":"","type":"attribute set of string","default":"{ }","example":"{ g = \"git\"; \"...\" = \"cd ../..\";}","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.fish.shellInit","description":"Shell script code called during fish shellinitialisation.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.fish.shellInitLast","description":"Shell script code called during interactive fish shellinitialisation, this will be the last thing executed in fish startup.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/fish.nix
"},{"title":"programs.foot.enable","description":"Whether to enable Foot terminal.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/foot.nix
"},{"title":"programs.foot.package","description":"The foot package to install","note":"","type":"package","default":"pkgs.foot","example":"","declared_by":"home-manager/modules/programs/foot.nix
"},{"title":"programs.foot.server.enable","description":"Whether to enable Foot terminal server.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/foot.nix
"},{"title":"programs.foot.settings","description":"Configuration written to$XDG_CONFIG_HOME/foot/foot.ini. See https://codeberg.org/dnkl/foot/src/branch/master/foot.inifor a list of available options.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ main = { term = \"xterm-256color\"; font = \"Fira Code:size=11\"; dpi-aware = \"yes\"; }; mouse = { hide-when-typing = \"yes\"; };}","declared_by":"home-manager/modules/programs/foot.nix
"},{"title":"programs.fuzzel.enable","description":"Whether to enable fuzzel.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/fuzzel.nix
"},{"title":"programs.fuzzel.package","description":"The fuzzel package to use.","note":"","type":"package","default":"pkgs.fuzzel","example":"","declared_by":"home-manager/modules/programs/fuzzel.nix
"},{"title":"programs.fuzzel.settings","description":"Configuration for fuzzel written to$XDG_CONFIG_HOME/fuzzel/fuzzel.ini. Seefuzzel.ini(5) for a list of available options.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ main = { terminal = \"${pkgs.foot}/bin/foot\"; layer = \"overlay\"; }; colors.background = \"ffffffff\";}","declared_by":"home-manager/modules/programs/fuzzel.nix
"},{"title":"programs.fzf.enable","description":"Whether to enable fzf - a command-line fuzzy finder.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.package","description":"Package providing the fzf tool.","note":"","type":"package","default":"pkgs.fzf","example":"","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.changeDirWidgetCommand","description":"The command that gets executed as the source for fzf for theALT-C keybinding.","note":"","type":"null or string","default":"null","example":"\"fd --type d\"","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.changeDirWidgetOptions","description":"Command line options for the ALT-C keybinding.","note":"","type":"list of string","default":"[ ]","example":"[ \"--preview 'tree -C {} | head -200'\"]","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.colors","description":"Color scheme options added to FZF_DEFAULT_OPTS. Seehttps://github.com/junegunn/fzf/wiki/Color-schemesfor documentation.","note":"","type":"attribute set of string","default":"{ }","example":"{ bg = \"#1e1e1e\"; \"bg+\" = \"#1e1e1e\"; fg = \"#d4d4d4\"; \"fg+\" = \"#d4d4d4\";}","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.defaultCommand","description":"The command that gets executed as the default source for fzfwhen running.","note":"","type":"null or string","default":"null","example":"\"fd --type f\"","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.defaultOptions","description":"Extra command line options given to fzf by default.","note":"","type":"list of string","default":"[ ]","example":"[ \"--height 40%\" \"--border\"]","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.fileWidgetCommand","description":"The command that gets executed as the source for fzf for theCTRL-T keybinding.","note":"","type":"null or string","default":"null","example":"\"fd --type f\"","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.fileWidgetOptions","description":"Command line options for the CTRL-T keybinding.","note":"","type":"list of string","default":"[ ]","example":"[ \"--preview 'head {}'\"]","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.historyWidgetOptions","description":"Command line options for the CTRL-R keybinding.","note":"","type":"list of string","default":"[ ]","example":"[ \"--sort\" \"--exact\"]","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.tmux.enableShellIntegration","description":"Whether to enable setting FZF_TMUX=1 which causes shell integration to use fzf-tmux.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.fzf.tmux.shellIntegrationOptions","description":"If programs.fzf.tmux.enableShellIntegration is set to true,shell integration will use these options for fzf-tmux.See fzf-tmux --help for available options.","note":"","type":"list of string","default":"[ ]","example":"[ \"-d 40%\" ]","declared_by":"home-manager/modules/programs/fzf.nix
"},{"title":"programs.gallery-dl.enable","description":"Whether to enable gallery-dl.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/gallery-dl.nix
"},{"title":"programs.gallery-dl.package","description":"The gallery-dl package to use.","note":"","type":"package","default":"pkgs.gallery-dl","example":"","declared_by":"home-manager/modules/programs/gallery-dl.nix
"},{"title":"programs.gallery-dl.settings","description":"Configuration written to$XDG_CONFIG_HOME/gallery-dl/config.json. Seehttps://github.com/mikf/gallery-dl#configurationfor supported values.","note":"","type":"JSON value","default":"{ }","example":"{ extractor.base-directory = \"~/Downloads\";}","declared_by":"home-manager/modules/programs/gallery-dl.nix
"},{"title":"programs.gh.enable","description":"Whether to enable GitHub CLI tool.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/gh.nix
"},{"title":"programs.gh.package","description":"Package providing gh.","note":"","type":"package","default":"pkgs.gh","example":"","declared_by":"home-manager/modules/programs/gh.nix
"},{"title":"programs.gh.extensions","description":"gh extensions, see https://cli.github.com/manual/gh_extension.","note":"","type":"list of package","default":"[ ]","example":"[ pkgs.gh-eco ]","declared_by":"home-manager/modules/programs/gh.nix
"},{"title":"programs.gh.gitCredentialHelper.enable","description":"Whether to enable the gh git credential helper.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/gh.nix
"},{"title":"programs.gh.gitCredentialHelper.hosts","description":"GitHub hosts to enable the gh git credential helper for","note":"","type":"list of string","default":"","example":"[ \"https://github.com\" \"https://github.example.com\" ]","declared_by":"home-manager/modules/programs/gh.nix
"},{"title":"programs.gh.settings","description":"Configuration written to $XDG_CONFIG_HOME/gh/config.yml.","note":"","type":"YAML value","default":"{ }","example":"{ git_protocol = \"ssh\"; prompt = \"enabled\"; aliases = { co = \"pr checkout\"; pv = \"pr view\"; };};","declared_by":"home-manager/modules/programs/gh.nix
"},{"title":"programs.gh.settings.aliases","description":"Aliases that allow you to create nicknames for gh commands.","note":"","type":"attribute set of string","default":"{ }","example":"{ co = \"pr checkout\"; pv = \"pr view\";}","declared_by":"home-manager/modules/programs/gh.nix
"},{"title":"programs.gh.settings.editor","description":"The editor that gh should run when creating issues, pull requests, etc.If blank, will refer to environment.","note":"","type":"string","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/gh.nix
"},{"title":"programs.gh.settings.git_protocol","description":"The protocol to use when performing Git operations.","note":"","type":"string","default":"\"https\"","example":"\"ssh\"","declared_by":"home-manager/modules/programs/gh.nix
"},{"title":"programs.gh-dash.enable","description":"Whether to enable GitHub CLI dashboard plugin.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/gh-dash.nix
"},{"title":"programs.gh-dash.package","description":"The gh-dash package to use.","note":"","type":"package","default":"pkgs.gh-dash","example":"","declared_by":"home-manager/modules/programs/gh-dash.nix
"},{"title":"programs.gh-dash.settings","description":"Configuration written to $XDG_CONFIG_HOME/gh-dash/config.yml.","note":"","type":"YAML value","default":"{ }","example":"{ prSections = [{ title = \"My Pull Requests\"; filters = \"is:open author:@me\"; }];}","declared_by":"home-manager/modules/programs/gh-dash.nix
"},{"title":"programs.git.enable","description":"Whether to enable Git.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.package","description":"Git package to install. Use pkgs.gitAndTools.gitFullto gain access to git send-email for instance.","note":"","type":"package","default":"pkgs.git","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.aliases","description":"Git aliases to define.","note":"","type":"attribute set of string","default":"{ }","example":"{ co = \"checkout\";}","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.attributes","description":"List of defining attributes set globally.","note":"","type":"list of string","default":"[ ]","example":"[ \"*.pdf diff=pdf\"]","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.delta.enable","description":"Whether to enable the delta syntax highlighter.See https://github.com/dandavison/delta.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.delta.package","description":"The delta package to use.","note":"","type":"package","default":"pkgs.delta","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.delta.options","description":"Options to configure delta.","note":"","type":"attribute set of (string or boolean or signed integer or attribute set of (string or boolean or signed integer))","default":"{ }","example":"{ decorations = { commit-decoration-style = \"bold yellow box ul\"; file-decoration-style = \"none\"; file-style = \"bold yellow ul\"; }; features = \"decorations\"; whitespace-error-style = \"22 reverse\";}","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.diff-so-fancy.enable","description":"Enable the diff-so-fancy diff colorizer.See https://github.com/so-fancy/diff-so-fancy.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.diff-so-fancy.changeHunkIndicators","description":"Simplify git header chunks to a more human readable format.","note":"","type":"boolean","default":"true","example":"false","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.diff-so-fancy.markEmptyLines","description":"Whether the first block of an empty line should be colored.","note":"","type":"boolean","default":"true","example":"false","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.diff-so-fancy.pagerOpts","description":"Arguments to be passed to less.","note":"","type":"list of string","default":"","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.diff-so-fancy.rulerWidth","description":"By default, the separator for the file header spans the fullwidth of the terminal. Use this setting to set the width ofthe file header manually.","note":"","type":"null or signed integer","default":"null","example":"false","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.diff-so-fancy.stripLeadingSymbols","description":"Whether the + or - atline-start should be removed.","note":"","type":"boolean","default":"true","example":"false","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.diff-so-fancy.useUnicodeRuler","description":"By default, the separator for the file header uses Unicodeline-drawing characters. If this is causing output errors onyour terminal, set this to false to use ASCII characters instead.","note":"","type":"boolean","default":"true","example":"false","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.difftastic.enable","description":"Enable the difftastic syntax highlighter.See https://github.com/Wilfred/difftastic.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.difftastic.background","description":"Determines whether difftastic should use the lighter or darker colorsfor syntax highlighting.","note":"","type":"one of “light”, “dark”","default":"\"light\"","example":"\"dark\"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.difftastic.color","description":"Determines when difftastic should color its output.","note":"","type":"one of “always”, “auto”, “never”","default":"\"auto\"","example":"\"always\"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.difftastic.display","description":"Determines how the output displays - in one column or two columns.","note":"","type":"one of “side-by-side”, “side-by-side-show-both”, “inline”","default":"\"side-by-side\"","example":"\"inline\"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.extraConfig","description":"Additional configuration to add. The use of string values isdeprecated and will be removed in the future.","note":"","type":"strings concatenated with “\\n” or attribute set of attribute set of (string or boolean or signed integer or list of (string or boolean or signed integer) or attribute set of (string or boolean or signed integer or list of (string or boolean or signed integer)))","default":"{ }","example":"{ core = { whitespace = \"trailing-space,space-before-tab\"; }; url = { \"ssh://git@host\" = { insteadOf = \"otherhost\"; }; };}","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.hooks","description":"Configuration helper for Git hooks.See https://git-scm.com/docs/githooksfor reference.","note":"","type":"attribute set of path","default":"{ }","example":"{ pre-commit = ./pre-commit-script;}","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.ignores","description":"List of paths that should be globally ignored.","note":"","type":"list of string","default":"[ ]","example":"[ \"*~\" \"*.swp\"]","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.includes","description":"List of configuration files to include.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { path = \"~/path/to/config.inc\"; } { path = \"~/path/to/conditional.inc\"; condition = \"gitdir:~/src/dir\"; }]","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.includes.*.condition","description":"Include this configuration only when conditionmatches. Allowed conditions are described ingit-config(1).","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.includes.*.contentSuffix","description":"Nix store name for the git configuration text file,when generating the configuration text from nix options.","note":"","type":"string","default":"\"gitconfig\"","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.includes.*.contents","description":"Configuration to include. If empty then a path must be given.","note":"This follows the configuration structure as described ingit-config(1).","type":"attribute set of anything","default":"{ }","example":"{ user = { email = \"bob@work.example.com\"; name = \"Bob Work\"; signingKey = \"1A2B3C4D5E6F7G8H\"; }; commit = { gpgSign = true; };};","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.includes.*.path","description":"Path of the configuration file to include.","note":"","type":"string or path","default":"","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.lfs.enable","description":"Whether to enable Git Large File Storage.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.lfs.skipSmudge","description":"Skip automatic downloading of objects on clone or pull.This requires a manual git lfs pullevery time a new commit is checked out on your repository.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.signing","description":"Options related to signing commits using GnuPG.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.signing.gpgPath","description":"Path to GnuPG binary to use.","note":"","type":"string","default":"\"\\${pkgs.gnupg}/bin/gpg2\"","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.signing.key","description":"The default GPG signing key fingerprint.","note":"Set to null to let GnuPG decide what signing keyto use depending on commit’s author.","type":"null or string","default":"","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.signing.signByDefault","description":"Whether commits and tags should be signed by default.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.userEmail","description":"Default user email to use.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git.userName","description":"Default user name to use.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/git.nix
"},{"title":"programs.git-cliff.enable","description":"Whether to enable git-cliff changelog generator.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/git-cliff.nix
"},{"title":"programs.git-cliff.package","description":"The git-cliff package to use.","note":"","type":"package","default":"pkgs.git-cliff","example":"","declared_by":"home-manager/modules/programs/git-cliff.nix
"},{"title":"programs.git-cliff.settings","description":"Configuration written to$XDG_CONFIG_HOME/git-cliff/cliff.toml. Seehttps://git-cliff.org/docs/configurationfor the documentation.","note":"","type":"TOML value","default":"{ }","example":"{ header = \"Changelog\"; trim = true;}","declared_by":"home-manager/modules/programs/git-cliff.nix
"},{"title":"programs.git-credential-oauth.enable","description":"Whether to enable Git authentication handler for OAuth.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/git-credential-oauth.nix
"},{"title":"programs.git-credential-oauth.package","description":"The git-credential-oauth package to use.","note":"","type":"package","default":"pkgs.git-credential-oauth","example":"","declared_by":"home-manager/modules/programs/git-credential-oauth.nix
"},{"title":"programs.gitui.enable","description":"Whether to enable gitui, blazing fast terminal-ui for git written in rust.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/gitui.nix
"},{"title":"programs.gitui.package","description":"The package to use.","note":"","type":"package","default":"\"pkgs.gitui\"","example":"","declared_by":"home-manager/modules/programs/gitui.nix
"},{"title":"programs.gitui.keyConfig","description":"Key config in Ron file format. This is written to$XDG_CONFIG_HOME/gitui/key_config.ron.","note":"","type":"path or strings concatenated with “\\n”","default":"\"\"","example":"'' exit: Some(( code: Char('c'), modifiers: ( bits: 2,),)), quit: Some(( code: Char('q'), modifiers: ( bits: 0,),)), exit_popup: Some(( code: Esc, modifiers: ( bits: 0,),)),''","declared_by":"home-manager/modules/programs/gitui.nix
"},{"title":"programs.gitui.theme","description":"Theme in Ron file format. This is written to$XDG_CONFIG_HOME/gitui/theme.ron.","note":"","type":"path or strings concatenated with “\\n”","default":"","example":"","declared_by":"home-manager/modules/programs/gitui.nix
"},{"title":"programs.gnome-terminal.enable","description":"Whether to enable Gnome Terminal.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile","description":"A set of Gnome Terminal profiles. Note, the name of a profile must bea UUID. You can generate one, for example, using uuidgen(from util-linux).","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.allowBold","description":"If true, allow applications in theterminal to make text boldface.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.audibleBell","description":"Turn on/off the terminal’s bell.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.backspaceBinding","description":"Which string the terminal should send to an application when the userpresses the Backspace key.","note":"autoAttempt to determine the right value from the terminal’s IO settings.ascii-backspaceSend an ASCII backspace character (0x08).ascii-deleteSend an ASCII delete character (0x7F).delete-sequenceSend the @7 control sequence.ttySend terminal’s “erase” setting.","type":"one of “auto”, “ascii-backspace”, “ascii-delete”, “delete-sequence”, “tty”","default":"\"ascii-delete\"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"","description":"Attempt to determine the right value from the terminal’s IO settings.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Send an ASCII backspace character (0x08).","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Send an ASCII delete character (0x7F).","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Send the @7 control sequence.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Send terminal’s “erase” setting.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"programs.gnome-terminal.profile.<name>.boldIsBright","description":"Whether bold text is shown in bright colors.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.colors","description":"The terminal colors, null to use system default.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.colors.backgroundColor","description":"The background color.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.colors.boldColor","description":"The bold color, null to use same as foreground.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.colors.cursor","description":"The color for the terminal cursor.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.colors.cursor.background","description":"The background color.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.colors.cursor.foreground","description":"The foreground color.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.colors.foregroundColor","description":"The foreground color.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.colors.highlight","description":"The colors for the terminal’s highlighted area.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.colors.highlight.background","description":"The background color.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.colors.highlight.foreground","description":"The foreground color.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.colors.palette","description":"The terminal palette.","note":"","type":"list of string","default":"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.cursorBlinkMode","description":"The cursor blink mode.","note":"","type":"one of “system”, “on”, “off”","default":"\"system\"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.cursorShape","description":"The cursor shape.","note":"","type":"one of “block”, “ibeam”, “underline”","default":"\"block\"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.customCommand","description":"The command to use to start the shell, or null for default shell.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.default","description":"Whether this should be the default profile.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.deleteBinding","description":"Which string the terminal should send to an application when the userpresses the Delete key.","note":"autoSend the @7 control sequence.ascii-backspaceSend an ASCII backspace character (0x08).ascii-deleteSend an ASCII delete character (0x7F).delete-sequenceSend the @7 control sequence.ttySend terminal’s “erase” setting.","type":"one of “auto”, “ascii-backspace”, “ascii-delete”, “delete-sequence”, “tty”","default":"\"delete-sequence\"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"","description":"Send the @7 control sequence.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Send an ASCII backspace character (0x08).","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Send an ASCII delete character (0x7F).","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Send the @7 control sequence.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Send terminal’s “erase” setting.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"programs.gnome-terminal.profile.<name>.font","description":"The font name, null to use system default.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.loginShell","description":"Run command as a login shell.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.scrollOnOutput","description":"Whether to scroll when output is written.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.scrollbackLines","description":"The number of scrollback lines to keep, null for infinite.","note":"","type":"null or signed integer","default":"10000","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.showScrollbar","description":"Whether the scroll bar should be visible.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.transparencyPercent","description":"Background transparency in percent.","note":"","type":"null or integer between 0 and 100 (both inclusive)","default":"null","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.profile.<name>.visibleName","description":"The profile name.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.showMenubar","description":"Whether to show the menubar by default","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.gnome-terminal.themeVariant","description":"The theme variation to request","note":"","type":"one of “default”, “light”, “dark”, “system”","default":"\"default\"","example":"","declared_by":"home-manager/modules/programs/gnome-terminal.nix
"},{"title":"programs.go.enable","description":"Whether to enable Go.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/go.nix
"},{"title":"programs.go.package","description":"The Go package to use.","note":"","type":"package","default":"pkgs.go","example":"","declared_by":"home-manager/modules/programs/go.nix
"},{"title":"programs.go.packages","description":"Packages to add to GOPATH.","note":"","type":"attribute set of path","default":"{ }","example":"{ \"golang.org/x/text\" = builtins.fetchGit \"https://go.googlesource.com/text\"; \"golang.org/x/time\" = builtins.fetchGit \"https://go.googlesource.com/time\";}","declared_by":"home-manager/modules/programs/go.nix
"},{"title":"programs.go.extraGoPaths","description":"Extra GOPATHs relative to HOME appendedafter programs.go.goPath, if that option is set.","note":"","type":"list of string","default":"[ ]","example":"[ \"extraGoPath1\" \"extraGoPath2\"]","declared_by":"home-manager/modules/programs/go.nix
"},{"title":"programs.go.goBin","description":"GOBIN relative to HOME","note":"","type":"null or string","default":"null","example":"\".local/bin.go\"","declared_by":"home-manager/modules/programs/go.nix
"},{"title":"programs.go.goPath","description":"Primary GOPATH relative toHOME. It will be exported first and thereforeused by default by the Go tooling.","note":"","type":"null or string","default":"null","example":"\"go\"","declared_by":"home-manager/modules/programs/go.nix
"},{"title":"programs.go.goPrivate","description":"The GOPRIVATE environment variable controlswhich modules the go command considers to be private (notavailable publicly) and should therefore not use the proxyor checksum database.","note":"","type":"list of string","default":"[ ]","example":"[ \"*.corp.example.com\" \"rsc.io/private\"]","declared_by":"home-manager/modules/programs/go.nix
"},{"title":"programs.gpg.enable","description":"Whether to enable GnuPG.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/gpg.nix
"},{"title":"programs.gpg.package","description":"The Gnupg package to use (also used by the gpg-agent service).","note":"","type":"package","default":"pkgs.gnupg","example":"pkgs.gnupg23","declared_by":"home-manager/modules/programs/gpg.nix
"},{"title":"programs.gpg.homedir","description":"Directory to store keychains and configuration.","note":"","type":"path","default":"\"${config.home.homeDirectory}/.gnupg\"","example":"\"${config.xdg.dataHome}/gnupg\"","declared_by":"home-manager/modules/programs/gpg.nix
"},{"title":"programs.gpg.mutableKeys","description":"If set to true, you may manage your keyring as a userusing the gpg command. Upon activation, the keyringwill have managed keys added without overwriting unmanaged keys.","note":"If set to false, the path$GNUPGHOME/pubring.kbx will become an immutablelink to the Nix store, denying modifications.","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/gpg.nix
"},{"title":"programs.gpg.mutableTrust","description":"If set to true, you may manage trust as a user usingthe gpg command. Upon activation, trusted keys havetheir trust set without overwriting unmanaged keys.","note":"If set to false, the path$GNUPGHOME/trustdb.gpg will beoverwritten on each activation, removing trust forany unmanaged keys. Be careful to make a backup of your oldtrustdb.gpg before switching to immutable trust!","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/gpg.nix
"},{"title":"programs.gpg.publicKeys","description":"A list of public keys to be imported into GnuPG. Note, these key fileswill be copied into the world-readable Nix store.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { source = ./pubkeys.txt; } ]","declared_by":"home-manager/modules/programs/gpg.nix
"},{"title":"programs.gpg.publicKeys.*.source","description":"Path of an OpenPGP public key file.","note":"","type":"path","default":"","example":"","declared_by":"home-manager/modules/programs/gpg.nix
"},{"title":"programs.gpg.publicKeys.*.text","description":"Text of an OpenPGP public key.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/gpg.nix
"},{"title":"programs.gpg.publicKeys.*.trust","description":"The amount of trust you have in the key ownership and the care theowner puts into signing other keys. The available levels are","note":"unknown or 1I don’t know or won’t say.never or 2I do not trust.marginal or 3I trust marginally.full or 4I trust fully.ultimate or 5I trust ultimately.","type":"null or one of “unknown”, 1, “never”, 2, “marginal”, 3, “full”, 4, “ultimate”, 5","default":"null","example":"","declared_by":"home-manager/modules/programs/gpg.nix
"},{"title":"","description":"I don’t know or won’t say.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"I do not trust.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"I trust marginally.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"I trust fully.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"I trust ultimately.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"programs.gpg.scdaemonSettings","description":"SCdaemon configuration options. Available options are describedinscdaemon(1).","note":"","type":"attribute set of (string or boolean or list of string)","default":"","example":"{ disable-ccid = true;}","declared_by":"home-manager/modules/programs/gpg.nix
"},{"title":"programs.gpg.settings","description":"GnuPG configuration options. Available options are describedingpg(1).","note":"Note that lists are converted to duplicate keys.","type":"attribute set of (string or boolean or list of string)","default":"","example":"{ no-comments = false; s2k-cipher-algo = \"AES128\";}","declared_by":"home-manager/modules/programs/gpg.nix
"},{"title":"programs.gradle.enable","description":"Whether to enable Gradle Build Tool.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/gradle.nix
"},{"title":"programs.gradle.package","description":"The gradle package to use.","note":"","type":"package","default":"pkgs.gradle","example":"pkgs.gradle_7","declared_by":"home-manager/modules/programs/gradle.nix
"},{"title":"programs.gradle.home","description":"The Gradle home directory, relative to home.homeDirectory.","note":"If set, the GRADLE_USER_HOME environment variable will beset accordingly. Defaults to .gradle.","type":"string","default":"\".gradle\"","example":"","declared_by":"home-manager/modules/programs/gradle.nix
"},{"title":"programs.gradle.initScripts","description":"Definition of init scripts to link into the Gradle home directory.","note":"For more information about init scripts, including naming conventionssee https://docs.gradle.org/current/userguide/init_scripts.html.","type":"attribute set of (submodule)","default":"{ }","example":"{ \"maven-local.gradle\".text = '' allProject { repositories { mavenLocal() } } ''; \"another.init.gradle.kts\".source = ./another.init.gradle.kts;}","declared_by":"home-manager/modules/programs/gradle.nix
"},{"title":"programs.gradle.initScripts.<name>.source","description":"Path of the init script file. Iftext is non-null then this option will automatically pointto a file containing that text.","note":"","type":"path","default":"","example":"","declared_by":"home-manager/modules/programs/gradle.nix
"},{"title":"programs.gradle.initScripts.<name>.text","description":"Text of the init script file. if this option is nullthen source must be set.","note":"","type":"null or strings concatenated with “\\n”","default":"null","example":"","declared_by":"home-manager/modules/programs/gradle.nix
"},{"title":"programs.gradle.settings","description":"Key value pairs to write to gradle.properties in the Gradlehome directory.","note":"","type":"attribute set of (string, package, bool, int or float)","default":"{ }","example":"{ \"org.gradle.caching\" = true; \"org.gradle.parallel\" = true; \"org.gradle.jvmargs\" = \"-XX:MaxMetaspaceSize=384m\"; \"org.gradle.home\" = pkgs.jdk17;};","declared_by":"home-manager/modules/programs/gradle.nix
"},{"title":"programs.granted.enable","description":"Whether to enable granted.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/granted.nix
"},{"title":"programs.granted.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/granted.nix
"},{"title":"programs.havoc.enable","description":"Whether to enable Havoc terminal.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/havoc.nix
"},{"title":"programs.havoc.package","description":"The havoc package to use.","note":"","type":"package","default":"pkgs.havoc","example":"","declared_by":"home-manager/modules/programs/havoc.nix
"},{"title":"programs.havoc.settings","description":"Configuration written to$XDG_CONFIG_HOME/havoc.cfg. See https://raw.githubusercontent.com/ii8/havoc/master/havoc.cfgfor a list of available options.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ child.program = \"bash\"; window.opacity = 240; window.margin = no; terminal = { rows = 80; columns = 24; scrollback = 2000; }; bind = { \"C-S-c\" = \"copy\"; \"C-S-v\" = \"paste\"; \"C-S-r\" = \"reset\"; \"C-S-Delete\" = \"hard reset\"; \"C-S-j\" = \"scroll down\"; \"C-S-k\" = \"scroll up\"; \"C-S-Page_Down\" = \"scroll down page\"; \"C-S-Page_Up\" = \"scroll up page\"; \"C-S-End\" = \"scroll to bottom\"; \"C-S-Home\" = \"scroll to top\"; };}","declared_by":"home-manager/modules/programs/havoc.nix
"},{"title":"programs.helix.enable","description":"Whether to enable helix text editor.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/helix.nix
"},{"title":"programs.helix.package","description":"The package to use for helix.","note":"","type":"package","default":"pkgs.helix","example":"","declared_by":"home-manager/modules/programs/helix.nix
"},{"title":"programs.helix.defaultEditor","description":"Whether to configure hx as the defaulteditor using the EDITOR environment variable.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/helix.nix
"},{"title":"programs.helix.extraPackages","description":"Extra packages available to hx.","note":"","type":"list of package","default":"[ ]","example":"[ pkgs.marksman ]","declared_by":"home-manager/modules/programs/helix.nix
"},{"title":"programs.helix.languages","description":"Language specific configuration at$XDG_CONFIG_HOME/helix/languages.toml.","note":"See https://docs.helix-editor.com/languages.htmlfor more information.","type":"(TOML value) or (list of (TOML value)) convertible to it","default":"{ }","example":"{ # the language-server option currently requires helix from the master branch at https://github.com/helix-editor/helix/ language-server.typescript-language-server = with pkgs.nodePackages; { command = \"${typescript-language-server}/bin/typescript-language-server\"; args = [ \"--stdio\" \"--tsserver-path=${typescript}/lib/node_modules/typescript/lib\" ]; }; language = [{ name = \"rust\"; auto-format = false; }];}","declared_by":"home-manager/modules/programs/helix.nix
"},{"title":"programs.helix.settings","description":"Configuration written to$XDG_CONFIG_HOME/helix/config.toml.","note":"See https://docs.helix-editor.com/configuration.htmlfor the full list of options.","type":"TOML value","default":"{ }","example":"{ theme = \"base16\"; editor = { line-number = \"relative\"; lsp.display-messages = true; }; keys.normal = { space.space = \"file_picker\"; space.w = \":w\"; space.q = \":q\"; esc = [ \"collapse_selection\" \"keep_primary_selection\" ]; };}","declared_by":"home-manager/modules/programs/helix.nix
"},{"title":"programs.helix.themes","description":"Each theme is written to$XDG_CONFIG_HOME/helix/themes/theme-name.toml.Where the name of each attribute is the theme-name (in the example “base16”).","note":"See https://docs.helix-editor.com/themes.htmlfor the full list of options.","type":"attribute set of (TOML value)","default":"{ }","example":"{ base16 = let transparent = \"none\"; gray = \"#665c54\"; dark-gray = \"#3c3836\"; white = \"#fbf1c7\"; black = \"#282828\"; red = \"#fb4934\"; green = \"#b8bb26\"; yellow = \"#fabd2f\"; orange = \"#fe8019\"; blue = \"#83a598\"; magenta = \"#d3869b\"; cyan = \"#8ec07c\"; in { \"ui.menu\" = transparent; \"ui.menu.selected\" = { modifiers = [ \"reversed\" ]; }; \"ui.linenr\" = { fg = gray; bg = dark-gray; }; \"ui.popup\" = { modifiers = [ \"reversed\" ]; }; \"ui.linenr.selected\" = { fg = white; bg = black; modifiers = [ \"bold\" ]; }; \"ui.selection\" = { fg = black; bg = blue; }; \"ui.selection.primary\" = { modifiers = [ \"reversed\" ]; }; \"comment\" = { fg = gray; }; \"ui.statusline\" = { fg = white; bg = dark-gray; }; \"ui.statusline.inactive\" = { fg = dark-gray; bg = white; }; \"ui.help\" = { fg = dark-gray; bg = white; }; \"ui.cursor\" = { modifiers = [ \"reversed\" ]; }; \"variable\" = red; \"variable.builtin\" = orange; \"constant.numeric\" = orange; \"constant\" = orange; \"attributes\" = yellow; \"type\" = yellow; \"ui.cursor.match\" = { fg = yellow; modifiers = [ \"underlined\" ]; }; \"string\" = green; \"variable.other.member\" = red; \"constant.character.escape\" = cyan; \"function\" = blue; \"constructor\" = blue; \"special\" = blue; \"keyword\" = magenta; \"label\" = magenta; \"namespace\" = blue; \"diff.plus\" = green; \"diff.delta\" = yellow; \"diff.minus\" = red; \"diagnostic\" = { modifiers = [ \"underlined\" ]; }; \"ui.gutter\" = { bg = black; }; \"info\" = blue; \"hint\" = dark-gray; \"debug\" = dark-gray; \"warning\" = yellow; \"error\" = red; };}","declared_by":"home-manager/modules/programs/helix.nix
"},{"title":"programs.hexchat.enable","description":"Whether to enable HexChat, a graphical IRC client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels","description":"Configures $XDG_CONFIG_HOME/hexchat/servlist.conf.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"{ oftc = { autojoin = [ \"#home-manager\" \"#linux\" ]; charset = \"UTF-8 (Unicode)\"; commands = [ \"ECHO Buzz Lightyear sent you a message: 'To Infinity... and Beyond!'\" ]; loginMethod = sasl; nickname = \"my_nickname\"; nickname2 = \"my_secondchoice\"; options = { acceptInvalidSSLCertificates = false; autoconnect = true; bypassProxy = true; connectToSelectedServerOnly = true; useGlobalUserInformation = false; forceSSL = false; }; password = \"my_password\"; realName = \"my_realname\"; servers = [ \"irc.oftc.net\" ]; userName = \"my_username\"; };}","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.autojoin","description":"Channels list to autojoin on connecting to server.","note":"","type":"list of string","default":"[ ]","example":"[ \"#home-manager\" \"#linux\" \"#nix\"]","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.charset","description":"Character set.","note":"","type":"null or string","default":"null","example":"\"UTF-8 (Unicode)\"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.commands","description":"Commands to be executed on connecting to server.","note":"","type":"list of string","default":"[ ]","example":"[ \"ECHO Greetings fellow Nixer! ]","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.loginMethod","description":"The login method. The allowed options are:","note":"nullDefault\"nickServMsg\"NickServ (/MSG NickServ + password)\"nickServ\"NickServ (/NICKSERV + password)\"challengeAuth\"Challenge Auth (username + password)\"sasl\"SASL (username + password)\"serverPassword\"Server password (/PASS password)\"saslExternal\"SASL EXTERNAL (cert)\"customCommands\"Use “commands” field for auth. For examplecommands = [ \"/msg NickServ IDENTIFY my_password\" ]","type":"null or one of “challengeAuth”, “customCommands”, “nickServ”, “nickServMsg”, “sasl”, “saslExternal”, “serverPassword”","default":"null","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"","description":"Default","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"NickServ (/MSG NickServ + password)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"NickServ (/NICKSERV + password)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Challenge Auth (username + password)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"SASL (username + password)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Server password (/PASS password)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"SASL EXTERNAL (cert)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Use “commands” field for auth. For example","note":"commands = [ \"/msg NickServ IDENTIFY my_password\" ]","type":"","default":"","example":"","declared_by":""},{"title":"programs.hexchat.channels.<name>.nickname","description":"Primary nickname.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.nickname2","description":"Secondary nickname.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.options","description":"Channel options.","note":"","type":"null or (submodule)","default":"null","example":"{ autoconnect = true; useGlobalUserInformation = true;}","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.options.acceptInvalidSSLCertificates","description":"Accept invalid SSL certificates.","note":"","type":"null or boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.options.autoconnect","description":"Autoconnect to network.","note":"","type":"null or boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.options.bypassProxy","description":"Bypass proxy.","note":"","type":"null or boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.options.connectToSelectedServerOnly","description":"Connect to selected server only.","note":"","type":"null or boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.options.forceSSL","description":"Use SSL for all servers.","note":"","type":"null or boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.options.useGlobalUserInformation","description":"Use global user information.","note":"","type":"null or boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.password","description":"Password to use. Note this password will be readable by all user’sin the Nix store.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.realName","description":"Real name. Is used to populate the real name field that appears whensomeone uses the WHOIS command on your nick.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.servers","description":"IRC Server Address List.","note":"","type":"list of string","default":"[ ]","example":"[ \"irc.oftc.net\"]","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.channels.<name>.userName","description":"User name. Part of your user@host hostmask thatappears to other on IRC.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.overwriteConfigFiles","description":"Enables overwriting HexChat configuration files(hexchat.conf, servlist.conf).Any existing HexChat configuration will be lost. Make sure to back upany previous configuration before enabling this.","note":"Enabling this setting is recommended, because everytime HexChatapplication is closed it overwrites Nix/Home Manager providedconfiguration files, causing:","type":"null or boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.settings","description":"Configuration for $XDG_CONFIG_HOME/hexchat/hexchat.conf, seehttps://hexchat.readthedocs.io/en/latest/settings.html#list-of-settingsfor supported values.","note":"","type":"null or (attribute set of string)","default":"null","example":"{ irc_nick1 = \"mynick\"; irc_username = \"bob\"; irc_realname = \"Bart Simpson\"; text_font = \"Monospace 14\";};","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.hexchat.theme","description":"Theme package for HexChat. Expects a derivation containing decompressedtheme files. Note, .hct files are actually ZIP files,as seen in example.","note":"","type":"null or package","default":"null","example":"source = pkgs.fetchzip { url = \"https://dl.hexchat.net/themes/Monokai.hct#Monokai.zip\"; sha256 = \"sha256-WCdgEr8PwKSZvBMs0fN7E2gOjNM0c2DscZGSKSmdID0=\"; stripRoot = false;};","declared_by":"home-manager/modules/programs/hexchat.nix
"},{"title":"programs.himalaya.enable","description":"Whether to enable the email client Himalaya CLI.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/himalaya.nix
"},{"title":"programs.himalaya.package","description":"The himalaya package to use.","note":"","type":"package","default":"pkgs.himalaya","example":"","declared_by":"home-manager/modules/programs/himalaya.nix
"},{"title":"programs.himalaya.settings","description":"Himalaya CLI global configuration.See https://pimalaya.org/himalaya/cli/latest/configuration/index.html#global-configuration for supported values.","note":"","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/himalaya.nix
"},{"title":"programs.home-manager.enable","description":"Whether to enable Home Manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/home-manager.nix
"},{"title":"programs.home-manager.path","description":"The default path to use for Home Manager. Whennull, then the home-managerchannel, $HOME/.config/nixpkgs/home-manager, and$HOME/.nixpkgs/home-manager will be attempted.","note":"","type":"null or string","default":"null","example":"\"$HOME/devel/home-manager\"","declared_by":"home-manager/modules/programs/home-manager.nix
"},{"title":"programs.hstr.enable","description":"Whether to enable Bash And Zsh shell history suggest box - easily view, navigate, search andmanage your command history.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/hstr.nix
"},{"title":"programs.hstr.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/hstr.nix
"},{"title":"programs.hstr.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/hstr.nix
"},{"title":"programs.hstr.package","description":"The hstr package to use.","note":"","type":"package","default":"pkgs.hstr","example":"","declared_by":"home-manager/modules/programs/hstr.nix
"},{"title":"programs.htop.enable","description":"Whether to enable htop.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/htop.nix
"},{"title":"programs.htop.package","description":"Package containing the htop program.","note":"","type":"package","default":"pkgs.htop","example":"","declared_by":"home-manager/modules/programs/htop.nix
"},{"title":"programs.htop.settings","description":"Configuration options to add to$XDG_CONFIG_HOME/htop/htoprc.","note":"","type":"attribute set","default":"{ }","example":"{ color_scheme = 6; cpu_count_from_one = 0; delay = 15; fields = with config.lib.htop.fields; [ PID USER PRIORITY NICE M_SIZE M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME COMM ]; highlight_base_name = 1; highlight_megabytes = 1; highlight_threads = 1;} // (with config.lib.htop; leftMeters [ (bar \"AllCPUs2\") (bar \"Memory\") (bar \"Swap\") (text \"Zram\")]) // (with config.lib.htop; rightMeters [ (text \"Tasks\") (text \"LoadAverage\") (text \"Uptime\") (text \"Systemd\")]);","declared_by":"home-manager/modules/programs/htop.nix
"},{"title":"programs.hyfetch.enable","description":"Whether to enable hyfetch.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/hyfetch.nix
"},{"title":"programs.hyfetch.package","description":"The hyfetch package to use.","note":"","type":"package","default":"pkgs.hyfetch","example":"","declared_by":"home-manager/modules/programs/hyfetch.nix
"},{"title":"programs.hyfetch.settings","description":"JSON config for HyFetch","note":"","type":"JSON value","default":"{ }","example":"{ preset = \"rainbow\"; mode = \"rgb\"; color_align = { mode = \"horizontal\"; };}","declared_by":"home-manager/modules/programs/hyfetch.nix
"},{"title":"programs.i3blocks.enable","description":"Whether to enable i3blocks i3 status command scheduler.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/i3blocks.nix
"},{"title":"programs.i3blocks.package","description":"Package providing i3blocks.","note":"","type":"package","default":"pkgs.i3blocks","example":"","declared_by":"home-manager/modules/programs/i3blocks.nix
"},{"title":"programs.i3blocks.bars","description":"Configuration written to i3blocks config","note":"","type":"attribute set of (DAG of attribute set of (INI atom (null, int, bool, string, or float)))","default":"","example":"{ top = { # The title block title = { interval = \"persist\"; command = \"xtitle -s\"; }; }; bottom = { time = { command = \"date +%r\"; interval = 1; }; # Make sure this block comes after the time block date = lib.hm.dag.entryAfter [ \"time\" ] { command = \"date +%d\"; interval = 5; }; # And this block after the example block example = lib.hm.dag.entryAfter [ \"date\" ] { command = \"echo hi $(date +%s)\"; interval = 3; }; };}","declared_by":"home-manager/modules/programs/i3blocks.nix
"},{"title":"programs.i3status.enable","description":"Whether to enable i3status.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/i3status.nix
"},{"title":"programs.i3status.enableDefault","description":"Whether or not to enablethe default configuration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/i3status.nix
"},{"title":"programs.i3status.package","description":"The i3status package to use.","note":"","type":"package","default":"pkgs.i3status","example":"","declared_by":"home-manager/modules/programs/i3status.nix
"},{"title":"programs.i3status.general","description":"Configuration to add to i3status configgeneral section.Seei3status(1)for options.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ colors = true; color_good = \"#e0e0e0\"; color_degraded = \"#d7ae00\"; color_bad = \"#f69d6a\"; interval = 1;}","declared_by":"home-manager/modules/programs/i3status.nix
"},{"title":"programs.i3status.modules","description":"Modules to add to i3status config file.Seei3status(1)for options.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"{ \"volume master\" = { position = 1; settings = { format = \"♪ %volume\"; format_muted = \"♪ muted (%volume)\"; device = \"pulse:1\"; }; }; \"disk /\" = { position = 2; settings = { format = \"/ %avail\"; }; };}","declared_by":"home-manager/modules/programs/i3status.nix
"},{"title":"programs.i3status.modules.<name>.enable","description":"Whether or not to enable this module.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/i3status.nix
"},{"title":"programs.i3status.modules.<name>.position","description":"Position of this module in i3status order.","note":"","type":"signed integer or floating point number","default":"","example":"","declared_by":"home-manager/modules/programs/i3status.nix
"},{"title":"programs.i3status.modules.<name>.settings","description":"Configuration to add to this i3status module.Seei3status(1)for options.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ format = \"♪ %volume\"; format_muted = \"♪ muted (%volume)\"; device = \"pulse:1\";}","declared_by":"home-manager/modules/programs/i3status.nix
"},{"title":"programs.i3status-rust.enable","description":"Whether to enable a replacement for i3-status written in Rust.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/i3status-rust.nix
"},{"title":"programs.i3status-rust.package","description":"Package providing i3status-rust","note":"","type":"package","default":"pkgs.i3status-rust","example":"","declared_by":"home-manager/modules/programs/i3status-rust.nix
"},{"title":"programs.i3status-rust.bars","description":"Attribute set of i3status-rust bars, each with their own configuration.Each bar name generates a config file suffixed withthe bar’s name from the attribute set, like so:config-${name}.toml.","note":"This way, multiple config files can be generated, such as for having atop and a bottom bar.","type":"attribute set of (submodule)","default":"","example":"bottom = { blocks = [ { block = \"disk_space\"; path = \"/\"; info_type = \"available\"; interval = 60; warning = 20.0; alert = 10.0; } { block = \"memory\"; format_mem = \" $icon $mem_used_percents \"; format_swap = \" $icon $swap_used_percents \"; } { block = \"cpu\"; interval = 1; } { block = \"load\"; interval = 1; format = \" $icon $1m \"; } { block = \"sound\"; } { block = \"time\"; interval = 60; format = \" $timestamp.datetime(f:'%a %d/%m %R') \"; } ]; settings = { theme = { theme = \"solarized-dark\"; overrides = { idle_bg = \"#123456\"; idle_fg = \"#abcdef\"; }; }; }; icons = \"awesome5\"; theme = \"gruvbox-dark\";};","declared_by":"home-manager/modules/programs/i3status-rust.nix
"},{"title":"programs.i3status-rust.bars.<name>.blocks","description":"Configuration blocks to add to i3status-rustconfig. Seehttps://github.com/greshake/i3status-rust/blob/master/blocks.mdfor block options.","note":"","type":"TOML value","default":"","example":"[ { block = \"disk_space\"; path = \"/\"; info_type = \"available\"; interval = 60; warning = 20.0; alert = 10.0; } { block = \"sound\"; format = \" $icon $output_name {$volume.eng(w:2) |}\"; click = [ { button = \"left\"; cmd = \"pavucontrol --tab=3\"; } ]; mappings = { \"alsa_output.pci-0000_00_1f.3.analog-stereo\" = \"\"; \"bluez_sink.70_26_05_DA_27_A4.a2dp_sink\" = \"\"; }; }];","declared_by":"home-manager/modules/programs/i3status-rust.nix
"},{"title":"programs.i3status-rust.bars.<name>.icons","description":"The icons set to use. Seehttps://github.com/greshake/i3status-rust/blob/master/doc/themes.mdfor a list of available icon sets.","note":"","type":"string","default":"\"none\"","example":"\"awesome6\"","declared_by":"home-manager/modules/programs/i3status-rust.nix
"},{"title":"programs.i3status-rust.bars.<name>.settings","description":"Any extra options to add to i3status-rustconfig.","note":"","type":"TOML value","default":"{ }","example":"{ theme = { theme = \"solarized-dark\"; overrides = { idle_bg = \"#123456\"; idle_fg = \"#abcdef\"; }; };}","declared_by":"home-manager/modules/programs/i3status-rust.nix
"},{"title":"programs.i3status-rust.bars.<name>.theme","description":"The theme to use. Seehttps://github.com/greshake/i3status-rust/blob/master/doc/themes.mdfor a list of available themes.","note":"","type":"string","default":"\"plain\"","example":"\"gruvbox-dark\"","declared_by":"home-manager/modules/programs/i3status-rust.nix
"},{"title":"programs.imv.enable","description":"Whether to enable imv: a command line image viewer intended for use with tiling window managers.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/imv.nix
"},{"title":"programs.imv.package","description":"The imv package to use.","note":"","type":"package","default":"pkgs.imv","example":"","declared_by":"home-manager/modules/programs/imv.nix
"},{"title":"programs.imv.settings","description":"Configuration options for imv. Seeimv(5).","note":"","type":"attribute set of attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ options.background = \"ffffff\"; aliases.x = \"close\";}","declared_by":"home-manager/modules/programs/imv.nix
"},{"title":"programs.info.enable","description":"Whether to enable GNU Info.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/info.nix
"},{"title":"programs.ion.enable","description":"Whether to enable the Ion Shell. Compatible with Redox and Linux.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/ion.nix
"},{"title":"programs.ion.package","description":"The ion package to install. May be used to change the version.","note":"","type":"package","default":"pkgs.ion","example":"","declared_by":"home-manager/modules/programs/ion.nix
"},{"title":"programs.ion.initExtra","description":"Ion script which is called during ion initialization.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/ion.nix
"},{"title":"programs.ion.shellAliases","description":"An attribute set that maps aliases (the top level attribute namesin this option) to command strings or directly to build outputs.","note":"","type":"attribute set of string","default":"{ }","example":"{ g = \"git\";}","declared_by":"home-manager/modules/programs/ion.nix
"},{"title":"programs.irssi.enable","description":"Whether to enable the Irssi chat client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.aliases","description":"An attribute set that maps aliases to commands.","note":"","type":"attribute set of string","default":"{ }","example":"{ BYE = \"quit\"; J = \"join\";}","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.extraConfig","description":"These lines are appended to the Irssi configuration.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks","description":"An attribute set of chat networks.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"{ liberachat = { nick = \"hmuser\"; server = { address = \"irc.libera.chat\"; port = 6697; autoConnect = true; }; channels = { nixos.autoJoin = true; }; };}","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.autoCommands","description":"List of commands to execute on connect.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.channels","description":"Channels for the given network.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.channels.<name>.autoJoin","description":"Whether to join this channel on connect.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.nick","description":"Nickname in that network.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.saslExternal","description":"Enable SASL external authentication. This requires setting a path inprograms.irssi.networks..server.ssl.certificateFile.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.server.address","description":"Address of the chat server.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.server.autoConnect","description":"Whether Irssi connects to the server on launch.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.server.port","description":"Port of the chat server.","note":"","type":"16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"6667","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.server.ssl.enable","description":"Whether SSL should be used.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.server.ssl.certificateFile","description":"Path to a file containing the certificate used forclient authentication to the server.","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.server.ssl.verify","description":"Whether the SSL certificate should be verified.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.irssi.networks.<name>.type","description":"Type of the network.","note":"","type":"string","default":"\"IRC\"","example":"","declared_by":"home-manager/modules/programs/irssi.nix
"},{"title":"programs.java.enable","description":"Install the Java development kit and set theJAVA_HOME variable.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/java.nix
"},{"title":"programs.java.package","description":"Java package to install. Typical values arepkgs.jdk or pkgs.jre.","note":"","type":"package","default":"\"pkgs.jdk\"","example":"","declared_by":"home-manager/modules/programs/java.nix
"},{"title":"programs.jetbrains-remote.enable","description":"Whether to enable JetBrains remote development system.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/jetbrains-remote.nix
"},{"title":"programs.jetbrains-remote.ides","description":"IDEs accessible to the JetBrains remote development system.","note":"","type":"list of package","default":"[ ]","example":"with pkgs.jetbrains; [ clion pycharm-professional ];","declared_by":"home-manager/modules/programs/jetbrains-remote.nix
"},{"title":"programs.joplin-desktop.enable","description":"Whether to enable joplin-desktop.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/joplin-desktop.nix
"},{"title":"programs.joplin-desktop.package","description":"The joplin-desktop package to use.","note":"","type":"package","default":"pkgs.joplin-desktop","example":"","declared_by":"home-manager/modules/programs/joplin-desktop.nix
"},{"title":"programs.joplin-desktop.extraConfig","description":"Use this to add other options to the Joplin config file. Settings arewritten in JSON, so \"sync.interval\": 600 would be written as\"sync.interval\" = 600.","note":"","type":"attribute set","default":"{ }","example":"{ \"markdown.plugin.mark\" = true; newNoteFocus = \"title\";}","declared_by":"home-manager/modules/programs/joplin-desktop.nix
"},{"title":"programs.joplin-desktop.general.editor","description":"The editor command (may include arguments) that will be used to open anote. If none is provided Joplin will try to auto-detect the defaulteditor.","note":"","type":"null or string","default":"null","example":"\"kate\"","declared_by":"home-manager/modules/programs/joplin-desktop.nix
"},{"title":"programs.joplin-desktop.sync.interval","description":"Set the synchronisation interval.","note":"","type":"one of , “disabled”, “5m”, “10m”, “30m”, “1h”, “12h”, “1d”","default":"null","example":"\"10m\"","declared_by":"home-manager/modules/programs/joplin-desktop.nix
"},{"title":"programs.joplin-desktop.sync.target","description":"What is the type of sync target.","note":"","type":"one of , “none”, “file-system”, “onedrive”, “nextcloud”, “webdav”, “dropbox”, “s3”, “joplin-server”, “joplin-cloud”","default":"null","example":"\"dropbox\"","declared_by":"home-manager/modules/programs/joplin-desktop.nix
"},{"title":"programs.joshuto.enable","description":"Whether to enable joshuto file manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/joshuto.nix
"},{"title":"programs.joshuto.package","description":"The package to use for joshuto.","note":"","type":"package","default":"pkgs.joshuto","example":"","declared_by":"home-manager/modules/programs/joshuto.nix
"},{"title":"programs.joshuto.keymap","description":"Configuration written to$XDG_CONFIG_HOME/joshuto/keymap.toml.","note":"See https://github.com/kamiyaa/joshuto/blob/main/docs/configuration/keymap.toml.mdfor the full list of options. Note that this option will overwrite any existing keybinds.","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/joshuto.nix
"},{"title":"programs.joshuto.mimetype","description":"Configuration written to$XDG_CONFIG_HOME/joshuto/mimetype.toml.","note":"See https://github.com/kamiyaa/joshuto/blob/main/docs/configuration/mimetype.toml.mdfor the full list of options","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/joshuto.nix
"},{"title":"programs.joshuto.settings","description":"Configuration written to$XDG_CONFIG_HOME/joshuto/joshuto.toml.","note":"See https://github.com/kamiyaa/joshuto/blob/main/docs/configuration/joshuto.toml.mdfor the full list of options.","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/joshuto.nix
"},{"title":"programs.joshuto.theme","description":"Configuration written to$XDG_CONFIG_HOME/joshuto/theme.toml.","note":"See https://github.com/kamiyaa/joshuto/blob/main/docs/configuration/theme.toml.mdfor the full list of options","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/joshuto.nix
"},{"title":"programs.jq.enable","description":"Whether to enable the jq command-line JSON processor.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/jq.nix
"},{"title":"programs.jq.package","description":"jq package to use.","note":"","type":"package","default":"pkgs.jq","example":"","declared_by":"home-manager/modules/programs/jq.nix
"},{"title":"programs.jq.colors","description":"The colors used in colored JSON output.","note":"See the Colors sectionof the jq manual.","type":"submodule","default":"","example":"{ null = \"1;30\"; false = \"0;31\"; true = \"0;32\"; numbers = \"0;36\"; strings = \"0;33\"; arrays = \"1;35\"; objects = \"1;37\";}","declared_by":"home-manager/modules/programs/jq.nix
"},{"title":"programs.jujutsu.enable","description":"Whether to enable a Git-compatible DVCS that is both simple and powerful.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/jujutsu.nix
"},{"title":"programs.jujutsu.package","description":"The jujutsu package to use.","note":"","type":"package","default":"pkgs.jujutsu","example":"","declared_by":"home-manager/modules/programs/jujutsu.nix
"},{"title":"programs.jujutsu.settings","description":"Options to add to the .jjconfig.toml file. Seehttps://github.com/martinvonz/jj/blob/main/docs/config.mdfor options.","note":"","type":"TOML value","default":"{ }","example":"{ user = { name = \"John Doe\"; email = \"jdoe@example.org\"; };}","declared_by":"home-manager/modules/programs/jujutsu.nix
"},{"title":"programs.k9s.enable","description":"Whether to enable k9s - Kubernetes CLI To Manage Your Clusters In Style.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/k9s.nix
"},{"title":"programs.k9s.package","description":"The k9s package to use.","note":"","type":"package","default":"pkgs.k9s","example":"","declared_by":"home-manager/modules/programs/k9s.nix
"},{"title":"programs.k9s.aliases","description":"Aliases written to $XDG_CONFIG_HOME/k9s/aliases.yaml. Seehttps://k9scli.io/topics/aliases/ for supported values.","note":"","type":"YAML value","default":"{ }","example":"alias = { # Use pp as an alias for Pod pp = \"v1/pods\";};","declared_by":"home-manager/modules/programs/k9s.nix
"},{"title":"programs.k9s.hotkey","description":"Hotkeys written to $XDG_CONFIG_HOME/k9s/hotkey.yaml. Seehttps://k9scli.io/topics/hotkeys/ for supported values.","note":"","type":"YAML value","default":"{ }","example":"hotkey = { # Make sure this is camel case hotKey = { shift-0 = { shortCut = \"Shift-0\"; description = \"Viewing pods\"; command = \"pods\"; }; };};","declared_by":"home-manager/modules/programs/k9s.nix
"},{"title":"programs.k9s.plugin","description":"Plugins written to $XDG_CONFIG_HOME/k9s/plugin.yaml. Seehttps://k9scli.io/topics/plugins/ for supported values.","note":"","type":"YAML value","default":"{ }","example":"plugin = { # Defines a plugin to provide a `ctrl-l` shortcut to # tail the logs while in pod view. fred = { shortCut = \"Ctrl-L\"; description = \"Pod logs\"; scopes = [ \"po\" ]; command = \"kubectl\"; background = false; args = [ \"logs\" \"-f\" \"$NAME\" \"-n\" \"$NAMESPACE\" \"--context\" \"$CLUSTER\" ]; };};","declared_by":"home-manager/modules/programs/k9s.nix
"},{"title":"programs.k9s.settings","description":"Configuration written to $XDG_CONFIG_HOME/k9s/config.yaml. Seehttps://k9scli.io/topics/config/ for supported values.","note":"","type":"YAML value","default":"{ }","example":"k9s = { refreshRate = 2;};","declared_by":"home-manager/modules/programs/k9s.nix
"},{"title":"programs.k9s.skins","description":"Skin files written to $XDG_CONFIG_HOME/k9s/skins/. Seehttps://k9scli.io/topics/skins/ for supported values.","note":"","type":"attribute set of (YAML value)","default":"{ }","example":"my_blue_skin = { k9s = { body = { fgColor = \"dodgerblue\"; }; };};","declared_by":"home-manager/modules/programs/k9s.nix
"},{"title":"programs.k9s.views","description":"Resource column views written to $XDG_CONFIG_HOME/k9s/views.yaml.See https://k9scli.io/topics/columns/ for supported values.","note":"","type":"YAML value","default":"{ }","example":"k9s = { views = { \"v1/pods\" = { columns = [ \"AGE\" \"NAMESPACE\" \"NAME\" \"IP\" \"NODE\" \"STATUS\" \"READY\" ]; }; };};","declared_by":"home-manager/modules/programs/k9s.nix
"},{"title":"programs.kakoune.enable","description":"Whether to enable the kakoune text editor.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.package","description":"The kakoune-unwrapped package to use.","note":"","type":"package","default":"pkgs.kakoune-unwrapped","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config","description":"kakoune configuration options.","note":"","type":"null or (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.alignWithTabs","description":"Use tabs for the align command.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.autoComplete","description":"Modes in which to display possible completions.The kakoune default is [ \"insert\" \"prompt\" ].","note":"","type":"null or (list of (one of “insert”, “prompt”))","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.autoInfo","description":"Contexts in which to display automatic information box.The kakoune default is [ \"command\" \"onkey\" ].","note":"","type":"null or (list of (one of “command”, “onkey”, “normal”))","default":"null","example":"[ \"command\" \"normal\"]","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.autoReload","description":"Reload buffers when an external modification is detected.The kakoune default is \"ask\".","note":"","type":"null or one of “yes”, “no”, “ask”","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.colorScheme","description":"Set the color scheme. To see available schemes, entercolorscheme at the kakoune prompt.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.hooks","description":"Global hooks. For documentation, seehttps://github.com/mawww/kakoune/blob/master/doc/pages/hooks.asciidoc.","note":"","type":"list of (submodule)","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.hooks.*.commands","description":"Commands to run when the hook is activated.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"\"set-option window indentwidth 2\"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.hooks.*.group","description":"Add the hook to the named group.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.hooks.*.name","description":"The name of the hook. For a description, seehttps://github.com/mawww/kakoune/blob/master/doc/pages/hooks.asciidoc#default-hooks.","note":"","type":"one of “NormalIdle”, “NormalKey”, “InsertIdle”, “InsertKey”, “InsertChar”, “InsertDelete”, “InsertMove”, “WinCreate”, “WinClose”, “WinResize”, “WinDisplay”, “WinSetOption”, “BufSetOption”, “BufNewFile”, “BufOpenFile”, “BufCreate”, “BufWritePre”, “BufWritePost”, “BufReload”, “BufClose”, “BufOpenFifo”, “BufReadFifo”, “BufCloseFifo”, “RuntimeError”, “ModeChange”, “PromptIdle”, “GlobalSetOption”, “KakBegin”, “KakEnd”, “FocusIn”, “FocusOut”, “RawKey”, “InsertCompletionShow”, “InsertCompletionHide”, “ModuleLoaded”, “ClientCreate”, “ClientClose”, “RegisterModified”, “User”","default":"","example":"\"SetOption\"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.hooks.*.once","description":"Remove the hook after running it once.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.hooks.*.option","description":"Additional option to pass to the hook.","note":"","type":"null or string","default":"null","example":"\"filetype=latex\"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.incrementalSearch","description":"Execute a search as it is being typed.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.indentWidth","description":"The width of an indentation in spaces.The kakoune default is 4.If 0, a tab will be used instead.","note":"","type":"null or (unsigned integer, meaning >=0)","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.keyMappings","description":"User-defined key mappings. For documentation, seehttps://github.com/mawww/kakoune/blob/master/doc/pages/mapping.asciidoc.","note":"","type":"list of (submodule)","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.keyMappings.*.docstring","description":"Optional documentation text to display in info boxes.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.keyMappings.*.effect","description":"The sequence of keys to be mapped.","note":"","type":"string","default":"","example":"\":wq\"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.keyMappings.*.key","description":"The key to be mapped. Seehttps://github.com/mawww/kakoune/blob/master/doc/pages/mapping.asciidoc#mappable-keysfor possible values.","note":"","type":"string","default":"","example":"\"\"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.keyMappings.*.mode","description":"The mode in which the mapping takes effect.","note":"","type":"string","default":"","example":"\"user\"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.numberLines","description":"Settings for the number lines highlighter.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.numberLines.enable","description":"Whether to enable the number lines highlighter.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.numberLines.highlightCursor","description":"Highlight the cursor line with a separate face.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.numberLines.relative","description":"Show line numbers relative to the main cursor line.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.numberLines.separator","description":"String that separates the line number column from thebuffer contents. The kakoune default is\"|\".","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.scrollOff","description":"How many lines and columns to keep visible around the cursor.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.scrollOff.columns","description":"The number of columns to keep visible around the cursor.","note":"","type":"unsigned integer, meaning >=0","default":"0","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.scrollOff.lines","description":"The number of lines to keep visible around the cursor.","note":"","type":"unsigned integer, meaning >=0","default":"0","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.showMatching","description":"Highlight the matching char of the character under theselections’ cursor using the MatchingCharface.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.showWhitespace","description":"Settings for the show whitespaces highlighter.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.showWhitespace.enable","description":"Whether to enable the show whitespace highlighter.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.showWhitespace.lineFeed","description":"The character to display for line feeds.The kakoune default is \"¬\".","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.showWhitespace.nonBreakingSpace","description":"The character to display for non-breaking spaces.The kakoune default is \"⍽\".","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.showWhitespace.space","description":"The character to display for spaces.The kakoune default is \"·\".","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.showWhitespace.tab","description":"The character to display for tabs.The kakoune default is \"→\".","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.showWhitespace.tabStop","description":"The character to append to tabs to reach the width of a tabstop.The kakoune default is \" \".","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.tabStop","description":"The width of a tab in spaces. The kakoune default is6.","note":"","type":"null or (unsigned integer, meaning >=0)","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.ui","description":"Settings for the ncurses interface.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.ui.enableMouse","description":"Whether to enable mouse support.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.ui.assistant","description":"The assistant displayed in info boxes.","note":"","type":"one of “clippy”, “cat”, “dilbert”, “none”","default":"\"clippy\"","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.ui.changeColors","description":"Change color palette.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.ui.setTitle","description":"Change the title of the terminal emulator.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.ui.shiftFunctionKeys","description":"Amount by which shifted function keys are offset. Thatis, if the terminal sends F13 for Shift-F1, thisshould be 12.","note":"","type":"null or (unsigned integer, meaning >=0)","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.ui.statusLine","description":"Where to display the status line.","note":"","type":"one of “top”, “bottom”","default":"\"bottom\"","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.ui.useBuiltinKeyParser","description":"Bypass ncurses key parser and use an internal one.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.ui.wheelDownButton","description":"Button to send for wheel down events.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.ui.wheelUpButton","description":"Button to send for wheel up events.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.wrapLines","description":"Settings for the wrap lines highlighter.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.wrapLines.enable","description":"Whether to enable the wrap lines highlighter.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.wrapLines.indent","description":"Preserve line indentation when wrapping.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.wrapLines.marker","description":"Prefix wrapped lines with marker text.If not null,the marker text will be displayed in the indentation if possible.","note":"","type":"null or string","default":"null","example":"\"⏎\"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.wrapLines.maxWidth","description":"Wrap text at maxWidth, even if the window is wider.","note":"","type":"null or (unsigned integer, meaning >=0)","default":"null","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.config.wrapLines.word","description":"Wrap at word boundaries instead of codepoint boundaries.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.defaultEditor","description":"Whether to configure kak as the defaulteditor using the EDITOR environment variable.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.extraConfig","description":"Extra configuration lines to add to$XDG_CONFIG_HOME/kak/kakrc.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.kakoune.plugins","description":"List of kakoune plugins to install. To get a list ofsupported plugins run:nix-env -f '' -qaP -A kakounePlugins.","note":"","type":"list of package","default":"[ ]","example":"[ pkgs.kakounePlugins.kak-fzf ]","declared_by":"home-manager/modules/programs/kakoune.nix
"},{"title":"programs.keychain.enable","description":"Whether to enable keychain.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/keychain.nix
"},{"title":"programs.keychain.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/keychain.nix
"},{"title":"programs.keychain.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/keychain.nix
"},{"title":"programs.keychain.enableNushellIntegration","description":"Whether to enable Nushell integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/keychain.nix
"},{"title":"programs.keychain.enableXsessionIntegration","description":"Whether to run keychain from your ~/.xsession.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/keychain.nix
"},{"title":"programs.keychain.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/keychain.nix
"},{"title":"programs.keychain.package","description":"Keychain package to install.","note":"","type":"package","default":"pkgs.keychain","example":"","declared_by":"home-manager/modules/programs/keychain.nix
"},{"title":"programs.keychain.agents","description":"Agents to add.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/keychain.nix
"},{"title":"programs.keychain.extraFlags","description":"Extra flags to pass to keychain.","note":"","type":"list of string","default":"","example":"","declared_by":"home-manager/modules/programs/keychain.nix
"},{"title":"programs.keychain.inheritType","description":"Inherit type to attempt from agent variables from the environment.","note":"","type":"null or one of “local”, “any”, “local-once”, “any-once”","default":"null","example":"","declared_by":"home-manager/modules/programs/keychain.nix
"},{"title":"programs.keychain.keys","description":"Keys to add to keychain.","note":"","type":"list of string","default":"","example":"","declared_by":"home-manager/modules/programs/keychain.nix
"},{"title":"programs.khal.enable","description":"Whether to enable khal, a CLI calendar application.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.locale","description":"khal locale settings.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.locale.dateformat","description":"khal will display and understand all dates in this format.","note":"Format strings are for Python strftime, similarly tostrftime(3).","type":"string","default":"\"%x\"","example":"","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.locale.datetimeformat","description":"khal will display and understand all datetimes in this format.","note":"Format strings are for Python strftime, similarly tostrftime(3).","type":"string","default":"\"%c\"","example":"","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.locale.default_timezone","description":"Default for new events or if khal does not understand the timezonein an ical file.If null, the timezone of your computer will be used.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.locale.firstweekday","description":"The first day of the week, where Monday is 0 and Sunday is 6.","note":"","type":"integer between 0 and 6 (both inclusive)","default":"0","example":"","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.locale.local_timezone","description":"khal will show all times in this timezone.If null, the timezone of your computer will be used.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.locale.longdateformat","description":"khal will display and understand all dates in this format.It should contain a year (e.g. %Y).","note":"Format strings are for Python strftime, similarly tostrftime(3).","type":"string","default":"\"%x\"","example":"","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.locale.longdatetimeformat","description":"khal will display and understand all datetimes in this format.It should contain a year (e.g. %Y).","note":"Format strings are for Python strftime, similarly tostrftime(3).","type":"string","default":"\"%c\"","example":"","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.locale.timeformat","description":"khal will display and understand all times in this format.","note":"Format strings are for Python strftime, similarly tostrftime(3).","type":"string","default":"\"%X\"","example":"","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.locale.unicode_symbols","description":"By default khal uses some Unicode symbols (as in “non-ASCII”) asindicators for things like repeating events.If your font, encoding etc. does not support those symbols, set thisto false (this will enable ASCII-based replacements).","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.locale.weeknumbers","description":"Enable week numbers in calendar and interactive (ikhal) mode.As those are ISO week numbers, they only work properly iffirstweekday is set to 0.","note":"","type":"one of “off”, “left”, “right”","default":"\"off\"","example":"","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khal.settings","description":"Configuration options to add to the various sections in the configuration file.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ default = { default_calendar = \"Calendar\"; timedelta = \"5d\"; }; view = { agenda_event_format = \"{calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol}{reset}\"; };}","declared_by":"home-manager/modules/programs/khal.nix
"},{"title":"programs.khard.enable","description":"Whether to enable Khard: an address book for the Unix console.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/khard.nix
"},{"title":"programs.khard.settings","description":"Khard settings. Seehttps://khard.readthedocs.io/en/latest/#configurationfor more information.","note":"","type":"attribute set of attribute set of (boolean or string or list of string)","default":"{ }","example":"{ general = { default_action = \"list\"; editor = [\"vim\" \"-i\" \"NONE\"]; }; \"contact table\" = { display = \"formatted_name\"; preferred_phone_number_type = [\"pref\" \"cell\" \"home\"]; preferred_email_address_type = [\"pref\" \"work\" \"home\"]; }; vcard = { private_objects = [\"Jabber\" \"Skype\" \"Twitter\"]; };}","declared_by":"home-manager/modules/programs/khard.nix
"},{"title":"programs.khard.settings.general.default_action","description":"The default action to execute.","note":"","type":"string","default":"\"list\"","example":"","declared_by":"home-manager/modules/programs/khard.nix
"},{"title":"programs.kitty.enable","description":"Whether to enable Kitty terminal emulator.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.package","description":"Kitty package to install.","note":"","type":"package","default":"pkgs.kitty","example":"","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.darwinLaunchOptions","description":"Command-line options to use when launched by Mac OS GUI","note":"","type":"null or (list of string)","default":"null","example":"[ \"--single-instance\" \"--directory=/tmp/my-dir\" \"--listen-on=unix:/tmp/my-socket\"]","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.environment","description":"Environment variables to set or override.","note":"","type":"attribute set of string","default":"{ }","example":"{ \"LS_COLORS\" = \"1\";}","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.extraConfig","description":"Additional configuration to add.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.font","description":"The font to use.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.font.package","description":"Package providing the font. This package will be installedto your profile. If null then the fontis assumed to already be available in your profile.","note":"","type":"null or package","default":"null","example":"pkgs.dejavu_fonts","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.font.name","description":"The family name of the font within the package.","note":"","type":"string","default":"","example":"\"DejaVu Sans\"","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.font.size","description":"The size of the font.","note":"","type":"null or signed integer or floating point number","default":"null","example":"\"8\"","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.keybindings","description":"Mapping of keybindings to actions.","note":"","type":"attribute set of string","default":"{ }","example":"{ \"ctrl+c\" = \"copy_or_interrupt\"; \"ctrl+f>2\" = \"set_font_size 20\";}","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.settings","description":"Configuration written to$XDG_CONFIG_HOME/kitty/kitty.conf. Seehttps://sw.kovidgoyal.net/kitty/conf.htmlfor the documentation.","note":"","type":"attribute set of (string or boolean or signed integer)","default":"{ }","example":"{ scrollback_lines = 10000; enable_audio_bell = false; update_check_interval = 0;}","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.shellIntegration.enableBashIntegration","description":"Whether to enable Kitty Bash integration.","note":"","type":"boolean","default":"","example":"true","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.shellIntegration.enableFishIntegration","description":"Whether to enable Kitty fish integration.","note":"","type":"boolean","default":"","example":"true","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.shellIntegration.enableZshIntegration","description":"Whether to enable Kitty Z Shell integration.","note":"","type":"boolean","default":"","example":"true","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.shellIntegration.mode","description":"Set the mode of the shell integration. This accepts the same optionsas the shell_integration option of Kitty. Note thatno-rc is always implied. Seehttps://sw.kovidgoyal.net/kitty/shell-integrationfor more details.","note":"","type":"string","default":"\"no-rc\"","example":"\"no-cursor\"","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kitty.theme","description":"Apply a Kitty color theme. This option takes the friendly name ofany theme given by the command kitty +kitten themes.See https://github.com/kovidgoyal/kitty-themesfor more details.","note":"","type":"null or string","default":"null","example":"\"Space Gray Eighties\"","declared_by":"home-manager/modules/programs/kitty.nix
"},{"title":"programs.kodi.enable","description":"Whether to enable Kodi.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/kodi.nix
"},{"title":"programs.kodi.package","description":"The kodi package to use.Can be used to specify extensions.","note":"","type":"package","default":"pkgs.kodi","example":"pkgs.kodi.withPackages (exts: [ exts.pvr-iptvsimple ])","declared_by":"home-manager/modules/programs/kodi.nix
"},{"title":"programs.kodi.addonSettings","description":"Attribute set with the plugin namespace as toplevel key and the pluginssettings as lower level key/value pairs.","note":"Kodi will still show the settings of plugins configured via thismechanism in the GUI and they appear to be mutable. This however isnot the case and the settings will stay as specified via Home Manager.","type":"null or (attribute set of attribute set of string)","default":"null","example":"{ \"service.xbmc.versioncheck\".versioncheck_enable = \"false\"; }","declared_by":"home-manager/modules/programs/kodi.nix
"},{"title":"programs.kodi.datadir","description":"Directory to store configuration and metadata.","note":"","type":"path","default":"\"${config.home.homeDirectory}/.kodi\"","example":"\"${config.xdg.dataHome}/kodi\"","declared_by":"home-manager/modules/programs/kodi.nix
"},{"title":"programs.kodi.settings","description":"Configuration to write to the advancedsettings.xmlfile in kodis userdata directory. Settings specified here will beimmutable from inside kodi and be hidden from the GUI settings dialog.","note":"See https://kodi.wiki/view/Advancedsettings.xml asreference for how settings need to be specified.","type":"null or attribute sets of strings","default":"null","example":"{ videolibrary.showemptytvshows = \"true\"; }","declared_by":"home-manager/modules/programs/kodi.nix
"},{"title":"programs.kodi.sources","description":"Contents to populate the file sources.xml in kodisuserdata directory.","note":"See https://kodi.wiki/view/Sources.xml asreference for how sources need to be specified.","type":"null or attribute sets or lists of strings","default":"null","example":"{ video = { default = \"movies\"; source = [ { name = \"videos\"; path = \"/path/to/videos\"; allowsharing = \"true\"; } { name = \"movies\"; path = \"/path/to/movies\"; allowsharing = \"true\"; } ]; };}","declared_by":"home-manager/modules/programs/kodi.nix
"},{"title":"programs.lazygit.enable","description":"Whether to enable lazygit, a simple terminal UI for git commands.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/lazygit.nix
"},{"title":"programs.lazygit.package","description":"The lazygit package to use.","note":"","type":"package","default":"pkgs.lazygit","example":"","declared_by":"home-manager/modules/programs/lazygit.nix
"},{"title":"programs.lazygit.settings","description":"Configuration written to$XDG_CONFIG_HOME/lazygit/config.ymlon Linux or on Darwin if xdg.enable is set, otherwise~/Library/Application Support/lazygit/config.yml.Seehttps://github.com/jesseduffield/lazygit/blob/master/docs/Config.mdfor supported values.","note":"","type":"YAML value","default":"{ }","example":"{ gui.theme = { lightTheme = true; activeBorderColor = [ \"blue\" \"bold\" ]; inactiveBorderColor = [ \"black\" ]; selectedLineBgColor = [ \"default\" ]; };}","declared_by":"home-manager/modules/programs/lazygit.nix
"},{"title":"programs.ledger.enable","description":"Whether to enable ledger, a double-entry accounting system.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/ledger.nix
"},{"title":"programs.ledger.package","description":"The ledger package to use.","note":"","type":"package","default":"pkgs.ledger","example":"","declared_by":"home-manager/modules/programs/ledger.nix
"},{"title":"programs.ledger.extraConfig","description":"Extra configuration to add to$XDG_CONFIG_HOME/ledger/ledgerrc.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"--sort date--effective--date-format %Y-%m-%d","declared_by":"home-manager/modules/programs/ledger.nix
"},{"title":"programs.ledger.settings","description":"Configuration written to $XDG_CONFIG_HOME/ledger/ledgerrc.See https://www.ledger-cli.org/3.0/doc/ledger3.html#Detailed-Option-Descriptionfor explanation about possible values.","note":"","type":"attribute set of (boolean or signed integer or string or list of string)","default":"{ }","example":"{ date-format = \"%Y-%m-%d\"; file = [ \"~/finances/journal.ledger\" \"~/finances/assets.ledger\" \"~/finances/income.ledger\" ]; sort = \"date\"; strict = true;}","declared_by":"home-manager/modules/programs/ledger.nix
"},{"title":"programs.less.enable","description":"Whether to enable less, opposite of more.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/less.nix
"},{"title":"programs.less.keys","description":"Extra configuration for less written to$XDG_CONFIG_HOME/lesskey.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' s back-line t forw-line''","declared_by":"home-manager/modules/programs/less.nix
"},{"title":"programs.lesspipe.enable","description":"Whether to enable lesspipe preprocessor for less.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/lesspipe.nix
"},{"title":"programs.lf.enable","description":"Whether to enable lf.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/lf.nix
"},{"title":"programs.lf.package","description":"lf package to use.","note":"","type":"package","default":"pkgs.lf","example":"","declared_by":"home-manager/modules/programs/lf.nix
"},{"title":"programs.lf.cmdKeybindings","description":"Keys to bind to command line commands which can only be one of thebuiltin commands. Keys set to null or an empty string are deleted.","note":"","type":"attribute set of (null or string)","default":"{ }","example":"{ \"\" = \"cmd-escape\"; }","declared_by":"home-manager/modules/programs/lf.nix
"},{"title":"programs.lf.commands","description":"Commands to declare. Commands set to null or an empty string aredeleted.","note":"","type":"attribute set of (null or string)","default":"{ }","example":"{ get-mime-type = \"%xdg-mime query filetype \\\"$f\\\"\"; open = \"$$OPENER $f\";}","declared_by":"home-manager/modules/programs/lf.nix
"},{"title":"programs.lf.extraConfig","description":"Custom lfrc lines.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' $mkdir -p ~/.trash''","declared_by":"home-manager/modules/programs/lf.nix
"},{"title":"programs.lf.keybindings","description":"Keys to bind. Keys set to null or an empty string are deleted.","note":"","type":"attribute set of (null or string)","default":"{ }","example":"{ D = \"trash\"; U = \"!du -sh\"; gg = null; gh = \"cd ~\"; i = \"$less $f\";}","declared_by":"home-manager/modules/programs/lf.nix
"},{"title":"programs.lf.previewer.keybinding","description":"Key to bind to the script at previewer.source andpipe through less. Setting to null will not bind any key.","note":"","type":"null or string","default":"null","example":"\"i\"","declared_by":"home-manager/modules/programs/lf.nix
"},{"title":"programs.lf.previewer.source","description":"Script or executable to use to preview files. Sets lf’spreviewer option.","note":"","type":"null or path","default":"null","example":"pkgs.writeShellScript \"pv.sh\" '' #!/bin/sh case \"$1\" in *.tar*) tar tf \"$1\";; *.zip) unzip -l \"$1\";; *.rar) unrar l \"$1\";; *.7z) 7z l \"$1\";; *.pdf) pdftotext \"$1\" -;; *) highlight -O ansi \"$1\" || cat \"$1\";; esac''","declared_by":"home-manager/modules/programs/lf.nix
"},{"title":"programs.lf.settings","description":"An attribute set of lf settings. See the lf documentation fordetailed descriptions of these options. Preferprograms.lf.previewer.* for setting lf’s previeweroption. All string options are quoted with double quotes.","note":"","type":"attribute set of (string or signed integer or list of (string or signed integer) or boolean)","default":"{ }","example":"{ number = true; ratios = [ 1 1 2 ]; tabstop = 4;}","declared_by":"home-manager/modules/programs/lf.nix
"},{"title":"programs.librewolf.enable","description":"Whether to enable Librewolf browser, a privacy enhanced Firefox fork.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/librewolf.nix
"},{"title":"programs.librewolf.package","description":"The LibreWolf package to use.","note":"","type":"package","default":"pkgs.librewolf","example":"","declared_by":"home-manager/modules/programs/librewolf.nix
"},{"title":"programs.librewolf.settings","description":"Attribute set of LibreWolf settings and overrides. Refer tohttps://librewolf.net/docs/settings/for details on supported values.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ \"webgl.disabled\" = false; \"privacy.resistFingerprinting\" = false;}","declared_by":"home-manager/modules/programs/librewolf.nix
"},{"title":"programs.lieer.enable","description":"Whether to enable lieer Gmail synchronization for notmuch.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"programs.lieer.package","description":"lieer package to use.","note":"","type":"package","default":"\"pkgs.lieer\"","example":"","declared_by":"home-manager/modules/programs/lieer.nix
"},{"title":"programs.looking-glass-client.enable","description":"Whether to enable looking-glass-client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/looking-glass-client.nix
"},{"title":"programs.looking-glass-client.package","description":"The looking-glass-client package to use.","note":"","type":"package","default":"pkgs.looking-glass-client","example":"","declared_by":"home-manager/modules/programs/looking-glass-client.nix
"},{"title":"programs.looking-glass-client.settings","description":"looking-glass-client settings.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ app = { allowDMA = true; shmFile = \"/dev/kvmfr0\"; }; win = { fullScreen = true; showFPS = false; jitRender = true; }; spice = { enable = true; audio = true; }; input = { rawMouse = true; escapeKey = 62; };}","declared_by":"home-manager/modules/programs/looking-glass-client.nix
"},{"title":"programs.lsd.enable","description":"Whether to enable lsd.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/lsd.nix
"},{"title":"programs.lsd.enableAliases","description":"Whether to enable recommended lsd aliases.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/lsd.nix
"},{"title":"programs.lsd.colors","description":"Configuration written to $XDG_CONFIG_HOME/lsd/colors.yaml. Seehttps://github.com/lsd-rs/lsd/tree/v1.0.0#color-theme-file-content forsupported colors.","note":"If this option is non-empty then the color.theme option isautomatically set to \"custom\".","type":"YAML value","default":"{ }","example":"{ size = { large = \"dark_yellow\"; none = \"grey\"; small = \"yellow\"; };}","declared_by":"home-manager/modules/programs/lsd.nix
"},{"title":"programs.lsd.settings","description":"Configuration written to$XDG_CONFIG_HOME/lsd/config.yaml. Seehttps://github.com/Peltoche/lsd#config-file-contentfor supported values.","note":"","type":"YAML value","default":"{ }","example":"{ date = \"relative\"; ignore-globs = [ \".git\" \".hg\" ];}","declared_by":"home-manager/modules/programs/lsd.nix
"},{"title":"programs.man.enable","description":"Whether to enable manual pages and the mancommand. This also includes “man” outputs of allhome.packages.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/man.nix
"},{"title":"programs.man.package","description":"The man package to use.","note":"","type":"package","default":"pkgs.man","example":"","declared_by":"home-manager/modules/programs/man.nix
"},{"title":"programs.man.generateCaches","description":"Whether to generate the manual page index caches usingmandb(8). This allows searching for a page orkeyword using utilities like apropos(1).","note":"This feature is disabled by default because it slows downbuilding. If you don’t mind waiting a few more seconds whenHome Manager builds a new generation, you may safely enablethis option.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/man.nix
"},{"title":"programs.mangohud.enable","description":"Whether to enable Mangohud.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mangohud.nix
"},{"title":"programs.mangohud.enableSessionWide","description":"Sets environment variables so thatMangoHud is started on any application that supports it.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/mangohud.nix
"},{"title":"programs.mangohud.package","description":"The Mangohud package to install.","note":"","type":"package","default":"pkgs.mangohud","example":"","declared_by":"home-manager/modules/programs/mangohud.nix
"},{"title":"programs.mangohud.settings","description":"Configuration written to$XDG_CONFIG_HOME/MangoHud/MangoHud.conf. Seehttps://github.com/flightlessmango/MangoHud/blob/master/data/MangoHud.conffor the default configuration.","note":"","type":"attribute set of (boolean or signed integer or floating point number or string or path or list of (signed integer or string))","default":"{ }","example":"{ output_folder = ~/Documents/mangohud/; full = true;}","declared_by":"home-manager/modules/programs/mangohud.nix
"},{"title":"programs.mangohud.settingsPerApplication","description":"Sets MangoHud settings per application.Configuration written to$XDG_CONFIG_HOME/MangoHud/{application_name}.conf. Seehttps://github.com/flightlessmango/MangoHud/blob/master/data/MangoHud.conffor the default configuration.","note":"","type":"attribute set of attribute set of (boolean or signed integer or floating point number or string or path or list of (signed integer or string))","default":"{ }","example":"{ mpv = { no_display = true; }}","declared_by":"home-manager/modules/programs/mangohud.nix
"},{"title":"programs.matplotlib.enable","description":"Whether to enable matplotlib, a plotting library for python.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/matplotlib.nix
"},{"title":"programs.matplotlib.config","description":"Add terms to the matplotlibrc file tocontrol the default matplotlib behavior.","note":"","type":"attribute set of anything","default":"{ }","example":"{ backend = \"Qt5Agg\"; axes = { grid = true; facecolor = \"black\"; edgecolor = \"FF9900\"; }; grid.color = \"FF9900\";}","declared_by":"home-manager/modules/programs/matplotlib.nix
"},{"title":"programs.matplotlib.extraConfig","description":"Additional commands for matplotlib that will be added to thematplotlibrc file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/matplotlib.nix
"},{"title":"programs.mbsync.enable","description":"Whether to enable mbsync IMAP4 and Maildir mailbox synchronizer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"programs.mbsync.package","description":"The package to use for the mbsync binary.","note":"","type":"package","default":"pkgs.isync","example":"pkgs.isync","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"programs.mbsync.extraConfig","description":"Extra configuration lines to add to the mbsync configuration.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"programs.mbsync.groups","description":"Definition of groups.","note":"","type":"attribute set of attribute set of list of string","default":"{ }","example":"{ inboxes = { account1 = [ \"Inbox\" ]; account2 = [ \"Inbox\" ]; };}","declared_by":"home-manager/modules/programs/mbsync.nix
"},{"title":"programs.mcfly.enable","description":"Whether to enable mcfly.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mcfly.nix
"},{"title":"programs.mcfly.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/mcfly.nix
"},{"title":"programs.mcfly.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/mcfly.nix
"},{"title":"programs.mcfly.enableLightTheme","description":"Whether to enable light mode theme.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/mcfly.nix
"},{"title":"programs.mcfly.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/mcfly.nix
"},{"title":"programs.mcfly.fuzzySearchFactor","description":"Whether to enable fuzzy searching.0 is off; higher numbers weight toward shorter matches.Values in the 2-5 range get good results so far.","note":"","type":"unsigned integer, meaning >=0","default":"0","example":"","declared_by":"home-manager/modules/programs/mcfly.nix
"},{"title":"programs.mcfly.fzf.enable","description":"Whether to enable McFly fzf integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mcfly.nix
"},{"title":"programs.mcfly.interfaceView","description":"Interface view to use.","note":"","type":"one of “TOP”, “BOTTOM”","default":"\"TOP\"","example":"","declared_by":"home-manager/modules/programs/mcfly.nix
"},{"title":"programs.mcfly.keyScheme","description":"Key scheme to use.","note":"","type":"one of “emacs”, “vim”","default":"\"emacs\"","example":"","declared_by":"home-manager/modules/programs/mcfly.nix
"},{"title":"programs.mercurial.enable","description":"Whether to enable Mercurial.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mercurial.nix
"},{"title":"programs.mercurial.package","description":"Mercurial package to install.","note":"","type":"package","default":"pkgs.mercurial","example":"","declared_by":"home-manager/modules/programs/mercurial.nix
"},{"title":"programs.mercurial.aliases","description":"Mercurial aliases to define.","note":"","type":"attribute set of anything","default":"{ }","example":"","declared_by":"home-manager/modules/programs/mercurial.nix
"},{"title":"programs.mercurial.extraConfig","description":"Additional configuration to add.","note":"","type":"(attribute set of anything) or strings concatenated with “\\n”","default":"{ }","example":"","declared_by":"home-manager/modules/programs/mercurial.nix
"},{"title":"programs.mercurial.ignores","description":"List of globs for files to be globally ignored.","note":"","type":"list of string","default":"[ ]","example":"[ \"*~\" \"*.swp\"]","declared_by":"home-manager/modules/programs/mercurial.nix
"},{"title":"programs.mercurial.ignoresRegexp","description":"List of regular expressions for files to be globally ignored.","note":"","type":"list of string","default":"[ ]","example":"[ \"^.*~$\" \"^.*\\\\.swp$\"]","declared_by":"home-manager/modules/programs/mercurial.nix
"},{"title":"programs.mercurial.userEmail","description":"Default user email to use.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/mercurial.nix
"},{"title":"programs.mercurial.userName","description":"Default user name to use.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/mercurial.nix
"},{"title":"programs.micro.enable","description":"Whether to enable micro, a terminal-based text editor.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/micro.nix
"},{"title":"programs.micro.settings","description":"Configuration written to$XDG_CONFIG_HOME/micro/settings.json. Seehttps://github.com/zyedidia/micro/blob/master/runtime/help/options.mdfor supported values.","note":"","type":"JSON value","default":"{ }","example":"{ autosu = false; cursorline = false;}","declared_by":"home-manager/modules/programs/micro.nix
"},{"title":"programs.mise.enable","description":"Whether to enable mise.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mise.nix
"},{"title":"programs.mise.enableBashIntegration","description":"Whether to enable Bash Integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/mise.nix
"},{"title":"programs.mise.enableFishIntegration","description":"Whether to enable Fish Integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/mise.nix
"},{"title":"programs.mise.enableZshIntegration","description":"Whether to enable Zsh Integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/mise.nix
"},{"title":"programs.mise.package","description":"The mise package to use.","note":"","type":"package","default":"pkgs.mise","example":"","declared_by":"home-manager/modules/programs/mise.nix
"},{"title":"programs.mise.globalConfig","description":"Config written to $XDG_CONFIG_HOME/mise/config.toml.","note":"See https://mise.jdx.dev/configuration.html#global-config-config-mise-config-tomlfor details on supported values.","type":"TOML value","default":"{ }","example":"tools = { node = \"lts\"; python = [\"3.10\" \"3.11\"];};aliases = { my_custom_node = \"20\";};","declared_by":"home-manager/modules/programs/mise.nix
"},{"title":"programs.mise.settings","description":"Settings written to $XDG_CONFIG_HOME/mise/settings.toml.","note":"See https://mise.jdx.dev/configuration.html#settings-file-config-mise-settings-tomlfor details on supported values.","type":"TOML value","default":"{ }","example":"verbose = false;experimental = false;disable_tools = [\"node\"];","declared_by":"home-manager/modules/programs/mise.nix
"},{"title":"programs.mpv.enable","description":"Whether to enable mpv.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mpv.nix
"},{"title":"programs.mpv.package","description":"Package providing mpv.","note":"","type":"package","default":"","example":"pkgs.wrapMpv (pkgs.mpv-unwrapped.override { vapoursynthSupport = true; }) { youtubeSupport = true; }","declared_by":"home-manager/modules/programs/mpv.nix
"},{"title":"programs.mpv.bindings","description":"Input configuration written to$XDG_CONFIG_HOME/mpv/input.conf. Seempv(1)for the full list of options.","note":"","type":"attribute set of string","default":"{ }","example":"{ WHEEL_UP = \"seek 10\"; WHEEL_DOWN = \"seek -10\"; \"Alt+0\" = \"set window-scale 0.5\";}","declared_by":"home-manager/modules/programs/mpv.nix
"},{"title":"programs.mpv.config","description":"Configuration written to$XDG_CONFIG_HOME/mpv/mpv.conf. Seempv(1)for the full list of options.","note":"","type":"attribute set of (string or signed integer or boolean or floating point number or list of (string or signed integer or boolean or floating point number))","default":"{ }","example":"{ profile = \"gpu-hq\"; force-window = true; ytdl-format = \"bestvideo+bestaudio\"; cache-default = 4000000;}","declared_by":"home-manager/modules/programs/mpv.nix
"},{"title":"programs.mpv.defaultProfiles","description":"Profiles to be applied by default. Options set by them are overriddenby options set in programs.mpv.config.","note":"","type":"list of string","default":"[ ]","example":"[ \"gpu-hq\"]","declared_by":"home-manager/modules/programs/mpv.nix
"},{"title":"programs.mpv.profiles","description":"Sub-configuration options for specific profiles written to$XDG_CONFIG_HOME/mpv/mpv.conf. Seeprograms.mpv.config for more information.","note":"","type":"attribute set of attribute set of (string or signed integer or boolean or floating point number or list of (string or signed integer or boolean or floating point number))","default":"{ }","example":"{ fast = { vo = \"vdpau\"; }; \"protocol.dvd\" = { profile-desc = \"profile for dvd:// streams\"; alang = \"en\"; };}","declared_by":"home-manager/modules/programs/mpv.nix
"},{"title":"programs.mpv.scriptOpts","description":"Script options added to$XDG_CONFIG_HOME/mpv/script-opts/. Seempv(1)for the full list of options of builtin scripts.","note":"","type":"attribute set of attribute set of (string or signed integer or boolean or floating point number or list of (string or signed integer or boolean or floating point number))","default":"{ }","example":"{ osc = { scalewindowed = 2.0; vidscale = false; visibility = \"always\"; };}","declared_by":"home-manager/modules/programs/mpv.nix
"},{"title":"programs.mpv.scripts","description":"List of scripts to use with mpv.","note":"","type":"list of package","default":"[ ]","example":"[ pkgs.mpvScripts.mpris ]","declared_by":"home-manager/modules/programs/mpv.nix
"},{"title":"programs.mr.enable","description":"Whether to enable mr, a tool to manage all your version control repositories.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mr.nix
"},{"title":"programs.mr.package","description":"The mr package to use.","note":"","type":"package","default":"pkgs.mr","example":"","declared_by":"home-manager/modules/programs/mr.nix
"},{"title":"programs.mr.settings","description":"Configuration written to $HOME/.mrconfigSee https://myrepos.branchable.com/for an example configuration.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a non-empty list of them)","default":"{ }","example":"{ foo = { checkout = \"git clone git@github.com:joeyh/foo.git\"; update = \"git pull --rebase\"; }; \".local/share/password-store\" = { checkout = \"git clone git@github.com:myuser/password-store.git\"; };}","declared_by":"home-manager/modules/programs/mr.nix
"},{"title":"programs.msmtp.enable","description":"Whether to enable msmtp.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/msmtp.nix
"},{"title":"programs.msmtp.package","description":"The msmtp package to use.","note":"","type":"package","default":"pkgs.msmtp","example":"","declared_by":"home-manager/modules/programs/msmtp.nix
"},{"title":"programs.msmtp.extraAccounts","description":"Extra configuration lines to add to the end of ~/.msmtprc.See https://marlam.de/msmtp/msmtprc.txt for examples.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/msmtp.nix
"},{"title":"programs.msmtp.extraConfig","description":"Extra configuration lines to add to ~/.msmtprc.See https://marlam.de/msmtp/msmtprc.txt for examples.","note":"Note, if running msmtp fails with the error message “account defaultwas already defined” then you probably have an account command here.Account commands should be placed inaccounts.email.accounts..msmtp.extraConfig.","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/msmtp.nix
"},{"title":"programs.mu.enable","description":"Whether to enable mu, a maildir indexer and searcher.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mu.nix
"},{"title":"programs.mu.package","description":"The mu package to use.","note":"","type":"package","default":"pkgs.mu","example":"","declared_by":"home-manager/modules/programs/mu.nix
"},{"title":"programs.mujmap.enable","description":"Whether to enable mujmap Gmail synchronization for notmuch.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"programs.mujmap.package","description":"mujmap package to use.","note":"","type":"package","default":"\"pkgs.mujmap\"","example":"","declared_by":"home-manager/modules/programs/mujmap.nix
"},{"title":"programs.navi.enable","description":"Whether to enable Navi.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/navi.nix
"},{"title":"programs.navi.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/navi.nix
"},{"title":"programs.navi.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/navi.nix
"},{"title":"programs.navi.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/navi.nix
"},{"title":"programs.navi.package","description":"The package to use for the navi binary.","note":"","type":"package","default":"pkgs.navi","example":"","declared_by":"home-manager/modules/programs/navi.nix
"},{"title":"programs.navi.settings","description":"Configuration written to$XDG_CONFIG_HOME/navi/config.yaml on Linux or$HOME/Library/Application Support/navi/config.yamlon Darwin. Seehttps://github.com/denisidoro/navi/blob/master/docs/config_file.mdfor more information.","note":"","type":"YAML value","default":"{ }","example":"{ cheats = { paths = [ \"~/cheats/\" ]; };}","declared_by":"home-manager/modules/programs/navi.nix
"},{"title":"programs.ncmpcpp.enable","description":"Whether to enable ncmpcpp - an ncurses Music Player Daemon (MPD) client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/ncmpcpp.nix
"},{"title":"programs.ncmpcpp.package","description":"Package providing the ncmpcpp command.","note":"","type":"package","default":"pkgs.ncmpcpp","example":"pkgs.ncmpcpp.override { visualizerSupport = true; }","declared_by":"home-manager/modules/programs/ncmpcpp.nix
"},{"title":"programs.ncmpcpp.bindings","description":"List of keybindings.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { key = \"j\"; command = \"scroll_down\"; } { key = \"k\"; command = \"scroll_up\"; } { key = \"J\"; command = [ \"select_item\" \"scroll_down\" ]; } { key = \"K\"; command = [ \"select_item\" \"scroll_up\" ]; }]","declared_by":"home-manager/modules/programs/ncmpcpp.nix
"},{"title":"programs.ncmpcpp.bindings.*.command","description":"Command or sequence of commands to be executed.","note":"","type":"string or list of string","default":"","example":"\"scroll_down\"","declared_by":"home-manager/modules/programs/ncmpcpp.nix
"},{"title":"programs.ncmpcpp.bindings.*.key","description":"Key to bind.","note":"","type":"string","default":"","example":"\"j\"","declared_by":"home-manager/modules/programs/ncmpcpp.nix
"},{"title":"programs.ncmpcpp.mpdMusicDir","description":"Value of the mpd_music_dir setting. On Linux platforms thevalue of services.mpd.musicDirectory is used as thedefault if services.mpd.enable istrue.","note":"","type":"null or (string or path convertible to it)","default":"","example":"\"~/music\"","declared_by":"home-manager/modules/programs/ncmpcpp.nix
"},{"title":"programs.ncmpcpp.settings","description":"Attribute set from name of a setting to its value. For available optionsseencmpcpp(1).","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ ncmpcpp_directory = \"~/.local/share/ncmpcpp\";}","declared_by":"home-manager/modules/programs/ncmpcpp.nix
"},{"title":"programs.ncspot.enable","description":"Whether to enable ncspot.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/ncspot.nix
"},{"title":"programs.ncspot.package","description":"The package to use for ncspot.","note":"","type":"package","default":"pkgs.ncspot","example":"","declared_by":"home-manager/modules/programs/ncspot.nix
"},{"title":"programs.ncspot.settings","description":"Configuration written to$XDG_CONFIG_HOME/ncspot/config.toml.","note":"See https://github.com/hrkfdn/ncspot#configurationfor the full list of options.","type":"TOML value","default":"{ }","example":"{ shuffle = true; gapless = true;}","declared_by":"home-manager/modules/programs/ncspot.nix
"},{"title":"programs.ne.enable","description":"Whether to enable ne.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/ne.nix
"},{"title":"programs.ne.automaticPreferences","description":"Automatic preferences files for ne.","note":"","type":"attribute set of strings concatenated with “\\n”","default":"{ }","example":"{ nix = '' TAB 0 TS 2 ''; js = '' TS 4 '';}","declared_by":"home-manager/modules/programs/ne.nix
"},{"title":"programs.ne.defaultPreferences","description":"Default preferences for ne.","note":"Equivalent to programs.ne.automaticPreferences.\".default\".","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/ne.nix
"},{"title":"programs.ne.keybindings","description":"Keybinding file for ne.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' KEY 7f BS SEQ \"\\x1b[1;5D\" 7f''","declared_by":"home-manager/modules/programs/ne.nix
"},{"title":"programs.ne.menus","description":"Menu configuration file for ne.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/ne.nix
"},{"title":"programs.ne.virtualExtensions","description":"Virtual extensions configuration file for ne.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' sh 1 ^#!\\s*/.*\\b(bash|sh|ksh|zsh)\\s* csh 1 ^#!\\s*/.*\\b(csh|tcsh)\\s*''","declared_by":"home-manager/modules/programs/ne.nix
"},{"title":"programs.neomutt.enable","description":"Whether to enable the NeoMutt mail client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.package","description":"The neomutt package to use.","note":"","type":"package","default":"pkgs.neomutt","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.binds","description":"List of keybindings.","note":"","type":"list of (submodule)","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.binds.*.action","description":"Specify the action to take.","note":"","type":"string","default":"","example":"\"toggle sidebar_visible\"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.binds.*.key","description":"The key to bind.","note":"","type":"string","default":"","example":"\"\"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.binds.*.map","description":"Select the menu to bind the command to.","note":"","type":"one of “alias”, “attach”, “browser”, “compose”, “editor”, “generic”, “index”, “mix”, “pager”, “pgp”, “postpone”, “query”, “smime” or list of (one of “alias”, “attach”, “browser”, “compose”, “editor”, “generic”, “index”, “mix”, “pager”, “pgp”, “postpone”, “query”, “smime”)","default":"\"index\"","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.changeFolderWhenSourcingAccount","description":"Whether to enable changing the folder when sourcing an account.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.checkStatsInterval","description":"Enable and set the interval of automatic mail check.","note":"","type":"null or signed integer","default":"null","example":"60","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.editor","description":"Select the editor used for writing mail.","note":"","type":"string","default":"\"$EDITOR\"","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.extraConfig","description":"Extra configuration appended to the end.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.macros","description":"List of macros.","note":"","type":"list of (submodule)","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.macros.*.action","description":"Specify the action to take.","note":"","type":"string","default":"","example":"\"toggle sidebar_visible\"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.macros.*.key","description":"The key to bind.","note":"","type":"string","default":"","example":"\"\"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.macros.*.map","description":"Select the menu to bind the command to.","note":"","type":"one of “alias”, “attach”, “browser”, “compose”, “editor”, “generic”, “index”, “mix”, “pager”, “pgp”, “postpone”, “query”, “smime” or list of (one of “alias”, “attach”, “browser”, “compose”, “editor”, “generic”, “index”, “mix”, “pager”, “pgp”, “postpone”, “query”, “smime”)","default":"\"index\"","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.settings","description":"Extra configuration appended to the end.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.sidebar","description":"Options related to the sidebar.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.sidebar.enable","description":"Whether to enable sidebar support.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.sidebar.format","description":"Sidebar format. Check neomutt documentation for details.","note":"","type":"string","default":"\"%D%?F? [%F]?%* %?N?%N/?%S\"","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.sidebar.shortPath","description":"By default sidebar shows the full path of the mailbox, butwith this enabled only the relative name is shown.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.sidebar.width","description":"Width of the sidebar","note":"","type":"signed integer","default":"22","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.sort","description":"Sorting method on messages.","note":"","type":"one of “date”, “date-received”, “from”, “mailbox-order”, “score”, “size”, “spam”, “subject”, “threads”, “to”, “reverse-date”, “reverse-date-received”, “reverse-from”, “reverse-mailbox-order”, “reverse-score”, “reverse-size”, “reverse-spam”, “reverse-subject”, “reverse-threads”, “reverse-to”","default":"\"threads\"","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.unmailboxes","description":"Set unmailboxes * at the start of account configurations.It removes previous sidebar mailboxes when sourcing an account configuration.","note":"See http://www.mutt.org/doc/manual/#mailboxes for more information.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neomutt.vimKeys","description":"Enable vim-like bindings.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/neomutt.nix
"},{"title":"programs.neovim.enable","description":"Whether to enable Neovim.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.package","description":"The package to use for the neovim binary.","note":"","type":"package","default":"pkgs.neovim-unwrapped","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.coc.enable","description":"Whether to enable Coc.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.coc.package","description":"The package to use for the CoC plugin.","note":"","type":"package","default":"pkgs.vimPlugins.coc-nvim","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.coc.pluginConfig","description":"Script to configure CoC. Must be viml.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.coc.settings","description":"Extra configuration lines to add to$XDG_CONFIG_HOME/nvim/coc-settings.jsonSeehttps://github.com/neoclide/coc.nvim/wiki/Using-the-configuration-filefor options.","note":"","type":"JSON value","default":"{ }","example":"{ \"suggest.noselect\" = true; \"suggest.enablePreview\" = true; \"suggest.enablePreselect\" = false; \"suggest.disableKind\" = true; languageserver = { haskell = { command = \"haskell-language-server-wrapper\"; args = [ \"--lsp\" ]; rootPatterns = [ \"*.cabal\" \"stack.yaml\" \"cabal.project\" \"package.yaml\" \"hie.yaml\" ]; filetypes = [ \"haskell\" \"lhaskell\" ]; }; };};","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.defaultEditor","description":"Whether to configure nvim as the defaulteditor using the EDITOR environment variable.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.extraConfig","description":"Custom vimrc lines.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' set nobackup''","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.extraLuaConfig","description":"Custom lua lines.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' vim.opt.nobackup = true''","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.extraLuaPackages","description":"The extra Lua packages required for your plugins to work.This option accepts a function that takes a Lua package set as an argument,and selects the required Lua packages from this package set.See the example for more info.","note":"","type":"(function that evaluates to a(n) list of package) or (list of package) convertible to it","default":"ps: [ ]","example":"luaPkgs: with luaPkgs; [ luautf8 ]","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.extraPackages","description":"Extra packages available to nvim.","note":"","type":"list of package","default":"[ ]","example":"[ pkgs.shfmt ]","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.extraPython3Packages","description":"The extra Python 3 packages required for your plugins to work.This option accepts a function that takes a Python 3 package set as an argument,and selects the required Python 3 packages from this package set.See the example for more info.","note":"","type":"(function that evaluates to a(n) list of package) or (list of package) convertible to it","default":"ps: [ ]","example":"pyPkgs: with pyPkgs; [ python-language-server ]","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.finalPackage","description":"Resulting customized neovim package.","note":"","type":"package (read only)","default":"","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.generatedConfigViml","description":"Generated vimscript config.","note":"","type":"strings concatenated with “\\n” (read only)","default":"","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.generatedConfigs","description":"Generated configurations with as key their language (set via type).","note":"","type":"attribute set of strings concatenated with “\\n” (read only)","default":"","example":"{ viml = '' \" Generated by home-manager map , ''; lua = '' -- Generated by home-manager vim.opt.background = \"dark\" '';}","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.plugins","description":"List of vim plugins to install optionally associated withconfiguration to be placed in init.vim.","note":"This option is mutually exclusive with configure.","type":"list of (package or (submodule))","default":"[ ]","example":"with pkgs.vimPlugins; [ yankring vim-nix { plugin = vim-startify; config = \"let g:startify_change_to_vcs_root = 0\"; }]","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.viAlias","description":"Symlink vi to nvim binary.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.vimAlias","description":"Symlink vim to nvim binary.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.vimdiffAlias","description":"Alias vimdiff to nvim -d.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.withNodeJs","description":"Enable node provider. Set to true touse Node plugins.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.withPython3","description":"Enable Python 3 provider. Set to true touse Python 3 plugins.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.neovim.withRuby","description":"Enable ruby provider.","note":"","type":"null or boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/neovim.nix
"},{"title":"programs.newsboat.enable","description":"Whether to enable the Newsboat feed reader.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.newsboat.autoReload","description":"Whether to enable automatic reloading while newsboat is running.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.newsboat.browser","description":"External browser to use.","note":"","type":"string","default":"\"\\${pkgs.xdg-utils}/bin/xdg-open\"","example":"","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.newsboat.extraConfig","description":"Extra configuration values that will be appended to the end.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.newsboat.maxItems","description":"Maximum number of items per feed, 0 for infinite.","note":"","type":"signed integer","default":"0","example":"","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.newsboat.queries","description":"A list of queries to use.","note":"","type":"attribute set of string","default":"{ }","example":"{ foo = \"rssurl =~ \\\"example.com\\\"\";}","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.newsboat.reloadThreads","description":"How many threads to use for updating the feeds.","note":"","type":"signed integer","default":"5","example":"","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.newsboat.reloadTime","description":"Time in minutes between reloads.","note":"","type":"null or signed integer","default":"60","example":"","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.newsboat.urls","description":"List of news feeds. Leave it empty if you want to manage feedsimperatively, for example, using Syncthing.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { tags = [ \"foo\" \"bar\" ]; url = \"http://example.com\"; }]","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.newsboat.urls.*.tags","description":"Feed tags.","note":"","type":"list of string","default":"[ ]","example":"[ \"foo\" \"bar\"]","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.newsboat.urls.*.title","description":"Feed title.","note":"","type":"null or string","default":"null","example":"\"ORF News\"","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.newsboat.urls.*.url","description":"Feed URL.","note":"","type":"string","default":"","example":"\"http://example.com\"","declared_by":"home-manager/modules/programs/newsboat.nix
"},{"title":"programs.nheko.enable","description":"Whether to enable Qt desktop client for Matrix.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/nheko.nix
"},{"title":"programs.nheko.package","description":"The nheko package to use.","note":"","type":"package","default":"pkgs.nheko","example":"","declared_by":"home-manager/modules/programs/nheko.nix
"},{"title":"programs.nheko.settings","description":"Attribute set of Nheko preferences (converted to an INI file).","note":"For now, it is recommended to run nheko and sign-in before filling inthe configuration settings in this module, as nheko writes the accesstoken to $XDG_CONFIG_HOME/nheko/nheko.conf thefirst time we sign in, and we need that data into these settings for thecorrect functionality of the application.","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ general.disableCertificateValidation = false; auth = { accessToken = \"SECRET\"; deviceId = \"MY_DEVICE\"; homeServer = \"https://matrix-client.matrix.org:443\"; userId = \"@@user:matrix.org\"; }; settings.scaleFactor = 1.0; sidebar.width = 416; user = { alertOnNotification = true; animateImagesOnHover = false; \"sidebar\\\\roomListWidth\" = 308; };}","declared_by":"home-manager/modules/programs/nheko.nix
"},{"title":"programs.nix-index.enable","description":"Whether to enable nix-index, a file database for nixpkgs.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/nix-index.nix
"},{"title":"programs.nix-index.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/nix-index.nix
"},{"title":"programs.nix-index.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/nix-index.nix
"},{"title":"programs.nix-index.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/nix-index.nix
"},{"title":"programs.nix-index.package","description":"Package providing the nix-index tool.","note":"","type":"package","default":"pkgs.nix-index","example":"","declared_by":"home-manager/modules/programs/nix-index.nix
"},{"title":"programs.nnn.enable","description":"Whether to enable nnn.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/nnn.nix
"},{"title":"programs.nnn.package","description":"Package containing the nnn program.","note":"","type":"package","default":"pkgs.nnn","example":"pkgs.nnn.override ({ withNerdIcons = true; });","declared_by":"home-manager/modules/programs/nnn.nix
"},{"title":"programs.nnn.bookmarks","description":"Directory bookmarks.","note":"","type":"attribute set of string","default":"{ }","example":"{ d = \"~/Documents\"; D = \"~/Downloads\"; p = \"~/Pictures\"; v = \"~/Videos\";};","declared_by":"home-manager/modules/programs/nnn.nix
"},{"title":"programs.nnn.extraPackages","description":"Extra packages available to nnn.","note":"","type":"list of package","default":"[ ]","example":"with pkgs; [ ffmpegthumbnailer mediainfo sxiv ]","declared_by":"home-manager/modules/programs/nnn.nix
"},{"title":"programs.nnn.plugins","description":"Manage nnn plugins.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/nnn.nix
"},{"title":"programs.nnn.plugins.mappings","description":"Key mappings to the plugins.","note":"","type":"attribute set of string","default":"{ }","example":"{ c = \"fzcd\"; f = \"finder\"; v = \"imgview\";};","declared_by":"home-manager/modules/programs/nnn.nix
"},{"title":"programs.nnn.plugins.src","description":"Path to the plugin folder.","note":"","type":"null or path","default":"null","example":"(pkgs.fetchFromGitHub { owner = \"jarun\"; repo = \"nnn\"; rev = \"v4.0\"; sha256 = \"sha256-Hpc8YaJeAzJoEi7aJ6DntH2VLkoR6ToP6tPYn3llR7k=\";}) + \"/plugins\";","declared_by":"home-manager/modules/programs/nnn.nix
"},{"title":"programs.noti.enable","description":"Whether to enable Noti.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/noti.nix
"},{"title":"programs.noti.settings","description":"Configuration written to$XDG_CONFIG_HOME/noti/noti.yaml.","note":"Seenoti.yaml(5).for the full list of options.","type":"attribute set of attribute set of string","default":"{ }","example":"{ say = { voice = \"Alex\"; }; slack = { token = \"1234567890abcdefg\"; channel = \"@jaime\"; };}","declared_by":"home-manager/modules/programs/noti.nix
"},{"title":"programs.notmuch.enable","description":"Whether to enable Notmuch mail indexer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/notmuch.nix
"},{"title":"programs.notmuch.extraConfig","description":"Options that should be appended to the notmuch configuration file.","note":"","type":"attribute set of attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/notmuch.nix
"},{"title":"programs.notmuch.hooks.postInsert","description":"Bash statements run after a message has been insertedinto the database and initial tags have been applied.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/notmuch.nix
"},{"title":"programs.notmuch.hooks.postNew","description":"Bash statements run after new messages have been importedinto the database and initial tags have been applied.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' notmuch tag +nixos -- tag:new and from:nixos1@discoursemail.com''","declared_by":"home-manager/modules/programs/notmuch.nix
"},{"title":"programs.notmuch.hooks.preNew","description":"Bash statements run before scanning or importing newmessages into the database.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"\"mbsync --all\"","declared_by":"home-manager/modules/programs/notmuch.nix
"},{"title":"programs.notmuch.maildir.synchronizeFlags","description":"Whether to synchronize Maildir flags.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/notmuch.nix
"},{"title":"programs.notmuch.new","description":"Options related to email processing performed bynotmuch new.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/notmuch.nix
"},{"title":"programs.notmuch.new.ignore","description":"A list to specify files and directories that will not besearched for messages by notmuch new.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/notmuch.nix
"},{"title":"programs.notmuch.new.tags","description":"A list of tags that will be added to all messagesincorporated by notmuch new.","note":"","type":"list of string","default":"","example":"[ \"new\"]","declared_by":"home-manager/modules/programs/notmuch.nix
"},{"title":"programs.notmuch.search.excludeTags","description":"A list of tags that will be excluded from search results bydefault. Using an excluded tag in a query will override thatexclusion.","note":"","type":"list of string","default":"","example":"[ \"trash\" \"spam\"]","declared_by":"home-manager/modules/programs/notmuch.nix
"},{"title":"programs.nushell.enable","description":"Whether to enable nushell.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.package","description":"The package to use for nushell.","note":"","type":"package","default":"pkgs.nushell","example":"","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.configFile","description":"The configuration file to be used for nushell.","note":"See https://www.nushell.sh/book/configuration.html#configuration for more information.","type":"null or (submodule)","default":"null","example":"{ text = '' let $config = { filesize_metric: false table_mode: rounded use_ls_colors: true } '';}","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.configFile.source","description":"Path of the nushell config.nu file to use.If the text option is set, it will be preferred.","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.configFile.text","description":"Text of the nushell config.nu file.If unset then the source option will be preferred.","note":"","type":"strings concatenated with “\\n”","default":"if source is defined, the content of source, otherwise empty","example":"","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.envFile","description":"The environment variables file to be used for nushell.","note":"See https://www.nushell.sh/book/configuration.html#configuration for more information.","type":"null or (submodule)","default":"null","example":"'' $env.FOO = 'BAR'''","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.envFile.source","description":"Path of the nushell env.nu file to use.If the text option is set, it will be preferred.","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.envFile.text","description":"Text of the nushell env.nu file.If unset then the source option will be preferred.","note":"","type":"strings concatenated with “\\n”","default":"if source is defined, the content of source, otherwise empty","example":"","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.environmentVariables","description":"An attribute set that maps an environment variable to a shell interpreted string.","note":"","type":"attribute set of string","default":"{ }","example":"{ FOO = \"BAR\";}","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.extraConfig","description":"Additional configuration to add to the nushell configuration file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.extraEnv","description":"Additional configuration to add to the nushell environment variables file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.extraLogin","description":"Additional configuration to add to the nushell login file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.loginFile","description":"The login file to be used for nushell upon logging in.","note":"See https://www.nushell.sh/book/configuration.html#configuring-nu-as-a-login-shell for more information.","type":"null or (submodule)","default":"null","example":"'' # Prints \"Hello, World\" upon logging into tty1 if (tty) == \"/dev/tty1\" { echo \"Hello, World\" }''","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.loginFile.source","description":"Path of the nushell login.nu file to use.If the text option is set, it will be preferred.","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.loginFile.text","description":"Text of the nushell login.nu file.If unset then the source option will be preferred.","note":"","type":"strings concatenated with “\\n”","default":"if source is defined, the content of source, otherwise empty","example":"","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.nushell.shellAliases","description":"An attribute set that maps aliases (the top level attribute names inthis option) to command strings or directly to build outputs.","note":"","type":"attribute set of string","default":"{ }","example":"{ ll = \"ls -l\";}","declared_by":"home-manager/modules/programs/nushell.nix
"},{"title":"programs.obs-studio.enable","description":"Whether to enable obs-studio.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/obs-studio.nix
"},{"title":"programs.obs-studio.package","description":"OBS Studio package to install.","note":"","type":"package","default":"pkgs.obs-studio","example":"","declared_by":"home-manager/modules/programs/obs-studio.nix
"},{"title":"programs.obs-studio.plugins","description":"Optional OBS plugins.","note":"","type":"list of package","default":"[ ]","example":"[ pkgs.obs-studio-plugins.wlrobs ]","declared_by":"home-manager/modules/programs/obs-studio.nix
"},{"title":"programs.octant.enable","description":"Whether to enable octant.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/octant.nix
"},{"title":"programs.octant.package","description":"The Octant package to use.","note":"","type":"package","default":"pkgs.octant","example":"pkgs.octant-other","declared_by":"home-manager/modules/programs/octant.nix
"},{"title":"programs.octant.plugins","description":"Optional Octant plugins.","note":"","type":"list of package","default":"[ ]","example":"[ pkgs.starboard-octant-plugin ]","declared_by":"home-manager/modules/programs/octant.nix
"},{"title":"programs.offlineimap.enable","description":"Whether to enable OfflineIMAP.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/offlineimap.nix
"},{"title":"programs.offlineimap.package","description":"The offlineimap package to use. Can be used to specify extensions.","note":"","type":"package","default":"pkgs.offlineimap","example":"pkgs.offlineimap.overridePythonAttrs ( old: { propagatedBuildInputs = old.propagatedBuildInputs ++ (with pkgs.python3Packages; [ requests_oauthlib xdg gpgme]);})","declared_by":"home-manager/modules/programs/offlineimap.nix
"},{"title":"programs.offlineimap.extraConfig.default","description":"Extra configuration options added to theDEFAULT section.","note":"","type":"attribute set of (string or signed integer or boolean)","default":"{ }","example":"{ gmailtrashfolder = \"[Gmail]/Papierkorb\";}","declared_by":"home-manager/modules/programs/offlineimap.nix
"},{"title":"programs.offlineimap.extraConfig.general","description":"Extra configuration options added to thegeneral section.","note":"","type":"attribute set of (string or signed integer or boolean)","default":"{ }","example":"{ maxage = 30; ui = \"blinkenlights\";}","declared_by":"home-manager/modules/programs/offlineimap.nix
"},{"title":"programs.offlineimap.extraConfig.mbnames","description":"Extra configuration options added to thembnames section.","note":"","type":"attribute set of (string or signed integer or boolean)","default":"{ }","example":"{ filename = \"~/.config/mutt/mailboxes\"; header = \"'mailboxes '\"; peritem = \"'+%(accountname)s/%(foldername)s'\"; sep = \"' '\"; footer = \"'\\\\n'\";}","declared_by":"home-manager/modules/programs/offlineimap.nix
"},{"title":"programs.offlineimap.pythonFile","description":"Python code that can then be used in other parts of theconfiguration.","note":"","type":"strings concatenated with “\\n”","default":"","example":"","declared_by":"home-manager/modules/programs/offlineimap.nix
"},{"title":"programs.oh-my-posh.enable","description":"Whether to enable oh-my-posh, a prompt theme engine for any shell.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/oh-my-posh.nix
"},{"title":"programs.oh-my-posh.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/oh-my-posh.nix
"},{"title":"programs.oh-my-posh.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/oh-my-posh.nix
"},{"title":"programs.oh-my-posh.enableNushellIntegration","description":"Whether to enable Nushell integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/oh-my-posh.nix
"},{"title":"programs.oh-my-posh.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/oh-my-posh.nix
"},{"title":"programs.oh-my-posh.package","description":"The oh-my-posh package to use.","note":"","type":"package","default":"pkgs.oh-my-posh","example":"","declared_by":"home-manager/modules/programs/oh-my-posh.nix
"},{"title":"programs.oh-my-posh.settings","description":"Configuration written to$XDG_CONFIG_HOME/oh-my-posh/config.json. Seehttps://ohmyposh.dev/docs/configuration/overviewfor details. The useTheme option is ignored when thisoption is used.","note":"","type":"JSON value","default":"{ }","example":"builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile \"${pkgs.oh-my-posh}/share/oh-my-posh/themes/space.omp.json\"))","declared_by":"home-manager/modules/programs/oh-my-posh.nix
"},{"title":"programs.oh-my-posh.useTheme","description":"Use one of the official themes. This should be a name from this list:https://ohmyposh.dev/docs/themes. Because a themeis essentially a configuration file, this option is not used when aconfigFile is set.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/oh-my-posh.nix
"},{"title":"programs.opam.enable","description":"Whether to enable Opam.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/opam.nix
"},{"title":"programs.opam.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/opam.nix
"},{"title":"programs.opam.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/opam.nix
"},{"title":"programs.opam.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/opam.nix
"},{"title":"programs.opam.package","description":"Opam package to install.","note":"","type":"package","default":"pkgs.opam","example":"","declared_by":"home-manager/modules/programs/opam.nix
"},{"title":"programs.openstackclient.enable","description":"Whether to enable OpenStack command-line client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/openstackclient.nix
"},{"title":"programs.openstackclient.package","description":"The openstackclient package to use.","note":"","type":"package","default":"pkgs.openstackclient","example":"","declared_by":"home-manager/modules/programs/openstackclient.nix
"},{"title":"programs.openstackclient.clouds","description":"Configuration needed to connect to one or more clouds.","note":"Do not include passwords here as they will be publicly readable in the Nix store.Configuration written to $XDG_CONFIG_HOME/openstack/clouds.yaml.See https://docs.openstack.org/python-openstackclient/latest/configuration/index.html#clouds-yaml.","type":"YAML value","default":"{ }","example":"{ my-infra = { cloud = \"example-cloud\"; auth = { project_id = \"0123456789abcdef0123456789abcdef\"; username = \"openstack\"; }; region_name = \"XXX\"; interface = \"internal\"; };}","declared_by":"home-manager/modules/programs/openstackclient.nix
"},{"title":"programs.openstackclient.publicClouds","description":"Public information about clouds.","note":"Configuration written to $XDG_CONFIG_HOME/openstack/clouds-public.yaml.See https://docs.openstack.org/python-openstackclient/latest/configuration/index.html#clouds-public-yaml.","type":"YAML value","default":"{ }","example":"{ example-cloud = { auth = { auth_url = \"https://identity.cloud.example.com/v2.0\"; }; };};","declared_by":"home-manager/modules/programs/openstackclient.nix
"},{"title":"programs.pandoc.enable","description":"Whether to enable pandoc.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pandoc.nix
"},{"title":"programs.pandoc.package","description":"The pandoc package to use.","note":"","type":"package","default":"pkgs.pandoc","example":"","declared_by":"home-manager/modules/programs/pandoc.nix
"},{"title":"programs.pandoc.citationStyles","description":"List of .csl files to install.","note":"","type":"list of path","default":"[ ]","example":"[ path/to/file.csl ]","declared_by":"home-manager/modules/programs/pandoc.nix
"},{"title":"programs.pandoc.defaults","description":"Options to set by default.These will be converted to JSON and written to a defaultsfile (see Default files in pandoc documentation).","note":"","type":"JSON value","default":"{ }","example":"{ metadata = { author = \"John Doe\"; }; pdf-engine = \"xelatex\"; citeproc = true;}","declared_by":"home-manager/modules/programs/pandoc.nix
"},{"title":"programs.pandoc.defaultsFile","description":"Resulting defaults file.","note":"","type":"path (read only)","default":"","example":"","declared_by":"home-manager/modules/programs/pandoc.nix
"},{"title":"programs.pandoc.finalPackage","description":"Resulting package.","note":"","type":"package (read only)","default":"","example":"","declared_by":"home-manager/modules/programs/pandoc.nix
"},{"title":"programs.pandoc.templates","description":"Custom templates.","note":"","type":"attribute set of path","default":"{ }","example":"{ \"default.latex\" = path/to/your/template;}","declared_by":"home-manager/modules/programs/pandoc.nix
"},{"title":"programs.papis.enable","description":"Whether to enable papis.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/papis.nix
"},{"title":"programs.papis.libraries","description":"Attribute set of papis libraries.","note":"","type":"attribute set of (submodule)","default":"","example":"","declared_by":"home-manager/modules/programs/papis.nix
"},{"title":"programs.papis.libraries.<name>.isDefault","description":"Whether this is a default library. There must be exactly onedefault library.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/papis.nix
"},{"title":"programs.papis.libraries.<name>.name","description":"This library’s name.","note":"","type":"string (read only)","default":"\"‹name›\"","example":"","declared_by":"home-manager/modules/programs/papis.nix
"},{"title":"programs.papis.libraries.<name>.settings","description":"Configuration for this library.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ dir = \"~/papers/\";}","declared_by":"home-manager/modules/programs/papis.nix
"},{"title":"programs.papis.settings","description":"Configuration written to$XDG_CONFIG_HOME/papis/config. Seehttps://papis.readthedocs.io/en/latest/configuration.htmlfor supported values.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ editor = \"nvim\"; file-browser = \"ranger\" add-edit = true;}","declared_by":"home-manager/modules/programs/papis.nix
"},{"title":"programs.password-store.enable","description":"Whether to enable Password store.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/password-store.nix
"},{"title":"programs.password-store.package","description":"The pass package to use.Can be used to specify extensions.","note":"","type":"package","default":"pkgs.pass","example":"pkgs.pass.withExtensions (exts: [ exts.pass-otp ])","declared_by":"home-manager/modules/programs/password-store.nix
"},{"title":"programs.password-store.settings","description":"The pass environment variables dictionary.","note":"See the “Environment variables” section ofpass(1)and the extension man pages for more information about theavailable keys.","type":"attribute set of string","default":"","example":"{ PASSWORD_STORE_DIR = \"/some/directory\"; PASSWORD_STORE_KEY = \"12345678\"; PASSWORD_STORE_CLIP_TIME = \"60\";}","declared_by":"home-manager/modules/programs/password-store.nix
"},{"title":"programs.pazi.enable","description":"Whether to enable pazi.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pazi.nix
"},{"title":"programs.pazi.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/pazi.nix
"},{"title":"programs.pazi.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/pazi.nix
"},{"title":"programs.pazi.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/pazi.nix
"},{"title":"programs.pet.enable","description":"Whether to enable pet.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pet.nix
"},{"title":"programs.pet.selectcmdPackage","description":"The package needed for the settings.selectcmd.","note":"","type":"package","default":"pkgs.fzf","example":"","declared_by":"home-manager/modules/programs/pet.nix
"},{"title":"programs.pet.settings","description":"Settings written to config.toml. See the petdocumentation for details.","note":"","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/pet.nix
"},{"title":"programs.pet.snippets","description":"The snippets.","note":"","type":"list of (submodule)","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/pet.nix
"},{"title":"programs.pet.snippets.*.command","description":"The command.","note":"","type":"string","default":"\"\"","example":"\"git rev-list --count HEAD\"","declared_by":"home-manager/modules/programs/pet.nix
"},{"title":"programs.pet.snippets.*.description","description":"Description of the snippet.","note":"","type":"string","default":"\"\"","example":"\"Count the number of commits in the current branch\"","declared_by":"home-manager/modules/programs/pet.nix
"},{"title":"programs.pet.snippets.*.output","description":"Example output of the command.","note":"","type":"string","default":"\"\"","example":"\"473\"","declared_by":"home-manager/modules/programs/pet.nix
"},{"title":"programs.pet.snippets.*.tag","description":"List of tags attached to the command.","note":"","type":"list of string","default":"[ ]","example":"[\"git\" \"nixpkgs\"]","declared_by":"home-manager/modules/programs/pet.nix
"},{"title":"programs.pidgin.enable","description":"Whether to enable Pidgin messaging client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pidgin.nix
"},{"title":"programs.pidgin.package","description":"The Pidgin package to use.","note":"","type":"package","default":"pkgs.pidgin","example":"","declared_by":"home-manager/modules/programs/pidgin.nix
"},{"title":"programs.pidgin.plugins","description":"Plugins that should be available to Pidgin.","note":"","type":"unspecified value","default":"[ ]","example":"[ pkgs.pidgin-otr pkgs.pidgin-osd ]","declared_by":"home-manager/modules/programs/pidgin.nix
"},{"title":"programs.pistol.enable","description":"Whether to enable file previewer for terminal file managers.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pistol.nix
"},{"title":"programs.pistol.associations","description":"Associations written to the Pistol configuration at$XDG_CONFIG_HOME/pistol/pistol.conf.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { mime = \"application/json\"; command = \"bat %pistol-filename%\"; } { mime = \"application/*\"; command = \"hexyl %pistol-filename%\"; } { fpath = \".*.md$\"; command = \"sh: bat --paging=never --color=always %pistol-filename% | head -8\"; }]","declared_by":"home-manager/modules/programs/pistol.nix
"},{"title":"programs.pistol.associations.*.command","description":"Preview command for files matched by this association.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/pistol.nix
"},{"title":"programs.pistol.associations.*.fpath","description":"File path regex that this association should match.","note":"","type":"string","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/pistol.nix
"},{"title":"programs.pistol.associations.*.mime","description":"Mime type regex that this association should match.","note":"","type":"string","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/pistol.nix
"},{"title":"programs.piston-cli.enable","description":"Whether to enable piston-cli, code runner.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/piston-cli.nix
"},{"title":"programs.piston-cli.package","description":"The piston-cli package to use.","note":"","type":"package","default":"pkgs.piston-cli","example":"","declared_by":"home-manager/modules/programs/piston-cli.nix
"},{"title":"programs.piston-cli.settings","description":"Configuration written to$XDG_CONFIG_HOME/piston-cli/config.yml.","note":"","type":"YAML value","default":"{ }","example":"{ theme = \"emacs\"; box_style = \"MINIMAL_DOUBLE_HEAD\"; prompt_continuation = \"...\"; prompt_start = \">>>\";}","declared_by":"home-manager/modules/programs/piston-cli.nix
"},{"title":"programs.pls.enable","description":"Whether to enable pls, a modern replacement for ls.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pls.nix
"},{"title":"programs.pls.enableAliases","description":"Whether to enable recommended pls aliases.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pls.nix
"},{"title":"programs.pls.package","description":"The pls package to use.","note":"","type":"package","default":"pkgs.pls","example":"","declared_by":"home-manager/modules/programs/pls.nix
"},{"title":"programs.powerline-go.enable","description":"Whether to enable Powerline-go, a beautiful and useful low-latency prompt for your shell.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/powerline-go.nix
"},{"title":"programs.powerline-go.extraUpdatePS1","description":"Shell code to execute after the prompt is set.","note":"","type":"string","default":"\"\"","example":"'' PS1=$PS1\"NixOS> \";''","declared_by":"home-manager/modules/programs/powerline-go.nix
"},{"title":"programs.powerline-go.modules","description":"List of module names to load. The list of all availablemodules as well as the choice of default ones are athttps://github.com/justjanne/powerline-go.","note":"","type":"null or (list of string)","default":"null","example":"[ \"host\" \"ssh\" \"cwd\" \"gitlite\" \"jobs\" \"exit\"]","declared_by":"home-manager/modules/programs/powerline-go.nix
"},{"title":"programs.powerline-go.modulesRight","description":"List of module names to load to be displayed on the right side.Currently not supported by bash. Specifying a value for thisoption will force powerline-go to use the eval format to setthe prompt.","note":"","type":"null or (list of string)","default":"null","example":"[ \"host\" \"venv\" \"git\"]","declared_by":"home-manager/modules/programs/powerline-go.nix
"},{"title":"programs.powerline-go.newline","description":"Set to true if the prompt should be on a line of its own.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/powerline-go.nix
"},{"title":"programs.powerline-go.pathAliases","description":"Pairs of full-path and corresponding desired short name. Youmay use ‘~’ to represent your home directory but you shouldprotect it to avoid shell substitution.","note":"","type":"null or (attribute set of string)","default":"null","example":"{ \"\\\\~/projects/home-manager\" = \"prj:home-manager\"; }","declared_by":"home-manager/modules/programs/powerline-go.nix
"},{"title":"programs.powerline-go.settings","description":"This can be any key/value pair as described inhttps://github.com/justjanne/powerline-go.","note":"","type":"attribute set of (boolean or signed integer or string or list of string)","default":"{ }","example":"{ hostname-only-if-ssh = true; numeric-exit-codes = true; cwd-max-depth = 7; ignore-repos = [ \"/home/me/big-project\" \"/home/me/huge-project\" ];}","declared_by":"home-manager/modules/programs/powerline-go.nix
"},{"title":"programs.pqiv.enable","description":"Whether to enable pqiv image viewer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pqiv.nix
"},{"title":"programs.pqiv.package","description":"The pqiv package to install.","note":"","type":"package","default":"pkgs.pqiv","example":"","declared_by":"home-manager/modules/programs/pqiv.nix
"},{"title":"programs.pqiv.extraConfig","description":"Extra lines to be added to $XDG_CONFIG_HOME/pqivrc. Seepqiv(1) for a list of available options.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"[actions]set_cursor_auto_hide(1)[keybindings]t { montage_mode_enter() }@MONTAGE { t { montage_mode_return_cancel() }}","declared_by":"home-manager/modules/programs/pqiv.nix
"},{"title":"programs.pqiv.settings","description":"Configuration written to $XDG_CONFIG_HOME/pqivrc. Seepqiv(1) for a list of available options. To set aboolean flag, set the value to 1.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ options = { lazy-load = 1; hide-info-box = 1; background-pattern = \"black\"; thumbnail-size = \"256x256\"; command-1 = \"thunar\"; };};","declared_by":"home-manager/modules/programs/pqiv.nix
"},{"title":"programs.pubs.enable","description":"Whether to enable pubs.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pubs.nix
"},{"title":"programs.pubs.package","description":"The package to use for the pubs script.","note":"","type":"package","default":"pkgs.pubs","example":"","declared_by":"home-manager/modules/programs/pubs.nix
"},{"title":"programs.pubs.extraConfig","description":"Configuration using syntax written to$HOME/.pubsrc.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"''[main]pubsdir = ${config.home.homeDirectory}/.pubsdocsdir = ${config.home.homeDirectory}/.pubs/docdoc_add = linkopen_cmd = xdg-open[plugins]active = git,alias[[alias]][[[la]]]command = list -adescription = lists papers in lexicographic order[[git]]quiet = Truemanual = Falseforce_color = False''","declared_by":"home-manager/modules/programs/pubs.nix
"},{"title":"programs.pyenv.enable","description":"Whether to enable pyenv.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pyenv.nix
"},{"title":"programs.pyenv.enableBashIntegration","description":"Whether to enable pyenv’s Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/pyenv.nix
"},{"title":"programs.pyenv.enableFishIntegration","description":"Whether to enable pyenv’s Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/pyenv.nix
"},{"title":"programs.pyenv.enableZshIntegration","description":"Whether to enable pyenv’s Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/pyenv.nix
"},{"title":"programs.pyenv.package","description":"The package to use for pyenv.","note":"","type":"package","default":"pkgs.pyenv","example":"","declared_by":"home-manager/modules/programs/pyenv.nix
"},{"title":"programs.pyenv.rootDirectory","description":"The pyenv root directory (PYENV_ROOT).","note":"NoteThis deviates from upstream, which uses $HOME/.pyenv.The default path in Home Manager is set according to the XDGbase directory specification.","type":"path","default":"\"\\${config.xdg.dataHome}/pyenv\"","example":"","declared_by":"home-manager/modules/programs/pyenv.nix
"},{"title":"programs.pylint.enable","description":"Whether to enable the pylint Python linter.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pylint.nix
"},{"title":"programs.pylint.package","description":"The pylint package to use.","note":"","type":"package","default":"pkgs.python3Packages.pylint","example":"","declared_by":"home-manager/modules/programs/pylint.nix
"},{"title":"programs.pylint.settings","description":"The pylint configuration.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a non-empty list of them)","default":"{}","example":"","declared_by":"home-manager/modules/programs/pylint.nix
"},{"title":"programs.pywal.enable","description":"Whether to enable pywal.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/pywal.nix
"},{"title":"programs.qcal.enable","description":"Whether to enable qcal, a CLI calendar application.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/qcal.nix
"},{"title":"programs.qcal.defaultNumDays","description":"Default number of days to show calendar entries for","note":"","type":"positive integer, meaning >0","default":"30","example":"","declared_by":"home-manager/modules/programs/qcal.nix
"},{"title":"programs.qcal.timezone","description":"Timezone to display calendar entries in","note":"","type":"(optionally newline-terminated) single-line string","default":"\"Local\"","example":"\"Europe/Vienna\"","declared_by":"home-manager/modules/programs/qcal.nix
"},{"title":"programs.qutebrowser.enable","description":"Whether to enable qutebrowser.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"programs.qutebrowser.enableDefaultBindings","description":"Disable to prevent loading default key bindings.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"programs.qutebrowser.package","description":"Qutebrowser package to install.","note":"","type":"package","default":"pkgs.qutebrowser","example":"","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"programs.qutebrowser.aliases","description":"Aliases for commands.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"programs.qutebrowser.extraConfig","description":"Extra lines added to qutebrowser config.py file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"programs.qutebrowser.greasemonkey","description":"Greasemonkey userscripts to add to qutebrowser’s greasemonkeydirectory.","note":"","type":"list of package","default":"[ ]","example":"[ (pkgs.fetchurl { url = \"https://raw.githubusercontent.com/afreakk/greasemonkeyscripts/1d1be041a65c251692ee082eda64d2637edf6444/youtube_sponsorblock.js\"; sha256 = \"sha256-e3QgDPa3AOpPyzwvVjPQyEsSUC9goisjBUDMxLwg8ZE=\"; }) (pkgs.writeText \"some-script.js\" '' // ==UserScript== // @name Some Greasemonkey script // ==/UserScript== '')]","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"programs.qutebrowser.keyBindings","description":"Key bindings mapping keys to commands in different modes. This settingis a dictionary containing mode names and dictionaries mapping keys tocommands: {mode: {key: command}} If you want to mapa key to another key, check the keyMappings settinginstead. For modifiers, you can use either - or+ as delimiters, and these names:","note":"ControlControl, CtrlMetaMeta, Windows, Mod4AltAlt, Mod1ShiftShift","type":"attribute set of attribute set of (null or strings concatenated with \" ;; \")","default":"{ }","example":"{ normal = { \"\" = \"spawn mpv {url}\"; \",p\" = \"spawn --userscript qute-pass\"; \",l\" = ''config-cycle spellcheck.languages [\"en-GB\"] [\"en-US\"]''; \"\" = mkMerge [ \"config-cycle tabs.show never always\" \"config-cycle statusbar.show in-mode always\" \"config-cycle scrolling.bar never always\" ]; }; prompt = { \"\" = \"prompt-yes\"; };}","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"","description":"Control, Ctrl","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Meta, Windows, Mod4","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Alt, Mod1","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Shift","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Default mode, where most commands are invoked.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Entered when an input field is focused on a website, or bypressing i in normal mode. Passes through almost all keypressesto the website, but has some bindings like to open an external editor.Note that single keys can’t be bound in this mode.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Entered when f is pressed to select links with the keyboard. Notethat single keys can’t be bound in this mode.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Similar to insert mode, but passes through all keypresses except to leave the mode. It might beuseful to bind to some otherkey in this mode if you want to be able to send an Escape key tothe website as well. Note that single keys can’t be bound in thismode.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Entered when pressing the : key in order to enter a command. Notethat single keys can’t be bound in this mode.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Entered when there’s a prompt to display, like for downloadlocations or when invoked from JavaScript.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Entered when there’s a yes/no prompt displayed.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Entered when pressing the v mode, used to select text using thekeyboard.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Entered when qutebrowser is waiting for a register name/key forcommands like :set-mark.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"programs.qutebrowser.keyMappings","description":"This setting can be used to map keys to other keys. When the key usedas dictionary-key is pressed, the binding for the key used asdictionary-value is invoked instead. This is useful for globalremappings of keys, for example to map Ctrl-[ to Escape. Note that whena key is bound (via bindings.default orbindings.commands), the mapping is ignored.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"programs.qutebrowser.loadAutoconfig","description":"Load settings configured via the GUI.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"programs.qutebrowser.quickmarks","description":"Quickmarks to add to qutebrowser’s quickmarks file.Note that when Home Manager manages your quickmarks, you cannot edit them at runtime.","note":"","type":"attribute set of string","default":"{ }","example":"{ nixpkgs = \"https://github.com/NixOS/nixpkgs\"; home-manager = \"https://github.com/nix-community/home-manager\";}","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"programs.qutebrowser.searchEngines","description":"Search engines that can be used via the address bar. Maps a searchengine name (such as DEFAULT, orddg) to a URL with a {}placeholder. The placeholder will be replaced by the search term, use{{ and }} for literal{/} signs. The search engine namedDEFAULT is used whenurl.auto_search is turned on and something else thana URL was entered to be opened. Other search engines can be used byprepending the search engine name to the search term, for example:open google qutebrowser.","note":"","type":"attribute set of string","default":"{ }","example":"{ w = \"https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1\"; aw = \"https://wiki.archlinux.org/?search={}\"; nw = \"https://nixos.wiki/index.php?search={}\"; g = \"https://www.google.com/search?hl=en&q={}\";}","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"programs.qutebrowser.settings","description":"Options to add to qutebrowser config.py file.See https://qutebrowser.org/doc/help/settings.htmlfor options.","note":"","type":"attribute set of anything","default":"{ }","example":"{ colors = { hints = { bg = \"#000000\"; fg = \"#ffffff\"; }; tabs.bar.bg = \"#000000\"; }; tabs.tabs_are_windows = true;}","declared_by":"home-manager/modules/programs/qutebrowser.nix
"},{"title":"programs.ranger.enable","description":"Whether to enable ranger file manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.package","description":"The ranger package to use.","note":"","type":"package","default":"pkgs.ranger","example":"","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.aliases","description":"Aliases written to $XDG_CONFIG_HOME/ranger/rc.conf.","note":"","type":"attribute set of string","default":"{ }","example":"{ e = \"edit\"; filter = \"scout -prts\"; setl = \"setlocal\";}","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.extraConfig","description":"Extra configuration lines to add to$XDG_CONFIG_HOME/ranger/rc.conf.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.extraPackages","description":"Extra packages added to ranger.","note":"","type":"list of package","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.mappings","description":"Mappings written to $XDG_CONFIG_HOME/ranger/rc.conf.","note":"","type":"attribute set of string","default":"{ }","example":"{ Q = \"quitall\"; q = \"quit\";}","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.plugins","description":"List of files to be added to $XDG_CONFIG_HOME/ranger/plugins/.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { name = \"zoxide\"; src = builtins.fetchGit { url = \"https://github.com/jchook/ranger-zoxide.git\"; rev = \"363df97af34c96ea873c5b13b035413f56b12ead\"; }; }]","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.plugins.*.name","description":"Name of the plugin linked to$XDG_CONFIG_HOME/ranger/plugins/. In the case of asingle-file plugin, it must also have .py suffix.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.plugins.*.src","description":"The plugin file or directory.","note":"","type":"path","default":"","example":"","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.rifle","description":"Settings written to $XDG_CONFIG_HOME/ranger/rifle.conf.","note":"","type":"list of (submodule)","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.rifle.*.command","description":"A command to run for the matching file.","note":"","type":"string","default":"","example":"\"${pkgs.vim}/bin/vim -- \\\"$@\\\"\"","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.rifle.*.condition","description":"A condition to match a file.","note":"","type":"string","default":"","example":"\"mime ^text, label editor\"","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.ranger.settings","description":"Settings written to $XDG_CONFIG_HOME/ranger/rc.conf.","note":"","type":"attribute set of (boolean or floating point number or signed integer or string)","default":"{ }","example":"{ column_ratios = \"1,3,3\"; confirm_on_delete = \"never\"; scroll_offset = 8; unicode_ellipsis = true;}","declared_by":"home-manager/modules/programs/ranger.nix
"},{"title":"programs.rbenv.enable","description":"Whether to enable rbenv.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/rbenv.nix
"},{"title":"programs.rbenv.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/rbenv.nix
"},{"title":"programs.rbenv.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/rbenv.nix
"},{"title":"programs.rbenv.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/rbenv.nix
"},{"title":"programs.rbenv.package","description":"The rbenv package to use.","note":"","type":"package","default":"pkgs.rbenv","example":"","declared_by":"home-manager/modules/programs/rbenv.nix
"},{"title":"programs.rbenv.plugins","description":"rbenv plugins to install in $HOME/.rbenv/plugins/.","note":"See https://github.com/rbenv/rbenv/wiki/Pluginsfor the full list of plugins.","type":"list of (submodule)","default":"[ ]","example":"[ { name = \"ruby-build\"; src = pkgs.fetchFromGitHub { owner = \"rbenv\"; repo = \"ruby-build\"; rev = \"v20221225\"; hash = \"sha256-Kuq0Z1kh2mvq7rHEgwVG9XwzR5ZUtU/h8SQ7W4/mBU0=\"; }; }]","declared_by":"home-manager/modules/programs/rbenv.nix
"},{"title":"programs.rbenv.plugins.*.name","description":"Name of the plugin.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/rbenv.nix
"},{"title":"programs.rbenv.plugins.*.src","description":"Path to the plugin folder.","note":"","type":"path","default":"","example":"","declared_by":"home-manager/modules/programs/rbenv.nix
"},{"title":"programs.rbw.enable","description":"Whether to enable rbw, a CLI Bitwarden client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/rbw.nix
"},{"title":"programs.rbw.package","description":"Package providing the rbw tool and itsrbw-agent daemon.","note":"","type":"package","default":"pkgs.rbw","example":"","declared_by":"home-manager/modules/programs/rbw.nix
"},{"title":"programs.rbw.settings","description":"rbw configuration, if not defined the configuration will not bemanaged by Home Manager.","note":"","type":"null or (JSON value)","default":"null","example":"{ email = \"name@example.com\"; lock_timeout = 300; pinentry = pkgs.pinentry-gnome3;}","declared_by":"home-manager/modules/programs/rbw.nix
"},{"title":"programs.rbw.settings.base_url","description":"The base-url for a self-hosted bitwarden installation.","note":"","type":"null or string","default":"null","example":"\"bitwarden.example.com\"","declared_by":"home-manager/modules/programs/rbw.nix
"},{"title":"programs.rbw.settings.email","description":"The email address for your bitwarden account.","note":"","type":"string","default":"","example":"\"name@example.com\"","declared_by":"home-manager/modules/programs/rbw.nix
"},{"title":"programs.rbw.settings.identity_url","description":"The identity url for your bitwarden installation.","note":"","type":"null or string","default":"null","example":"\"identity.example.com\"","declared_by":"home-manager/modules/programs/rbw.nix
"},{"title":"programs.rbw.settings.lock_timeout","description":"The amount of time that your login information should be cached.","note":"","type":"unsigned integer, meaning >=0","default":"3600","example":"300","declared_by":"home-manager/modules/programs/rbw.nix
"},{"title":"programs.rbw.settings.pinentry","description":"Which pinentry interface to use. Beware thatpinentry-gnome3 may not work on non-Gnomesystems. You can fix it by adding the following to yoursystem configuration:","note":"services.dbus.packages = [ pkgs.gcr ];","type":"null or package","default":"null","example":"pkgs.pinentry-gnome3","declared_by":"home-manager/modules/programs/rbw.nix
"},{"title":"programs.readline.enable","description":"Whether to enable readline.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/readline.nix
"},{"title":"programs.readline.bindings","description":"Readline bindings.","note":"","type":"attribute set of string","default":"{ }","example":"{ \"\\\\C-h\" = \"backward-kill-word\"; }","declared_by":"home-manager/modules/programs/readline.nix
"},{"title":"programs.readline.extraConfig","description":"Configuration lines appended unchanged to the end of the~/.inputrc file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/readline.nix
"},{"title":"programs.readline.includeSystemConfig","description":"Whether to include the system-wide configuration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/readline.nix
"},{"title":"programs.readline.variables","description":"Readline customization variable assignments.","note":"","type":"attribute set of (string or signed integer or boolean)","default":"{ }","example":"{ expand-tilde = true;}","declared_by":"home-manager/modules/programs/readline.nix
"},{"title":"programs.rio.enable","description":"Enable Rio, a terminal built to run everywhere, as a native desktop applications byRust/WebGPU or even in the browsers powered by WebAssembly/WebGPU.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/rio.nix
"},{"title":"programs.rio.package","description":"The rio package to use.","note":"","type":"package","default":"pkgs.rio","example":"","declared_by":"home-manager/modules/programs/rio.nix
"},{"title":"programs.rio.settings","description":"Configuration written to $XDG_CONFIG_HOME/rio/config.toml. Seehttps://raphamorim.io/rio/docs/#configuration-file for options.","note":"","type":"TOML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/rio.nix
"},{"title":"programs.ripgrep.enable","description":"Whether to enable Ripgrep.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/ripgrep.nix
"},{"title":"programs.ripgrep.package","description":"The ripgrep package to use.","note":"","type":"package","default":"pkgs.ripgrep","example":"","declared_by":"home-manager/modules/programs/ripgrep.nix
"},{"title":"programs.ripgrep.arguments","description":"List of arguments to pass to ripgrep. Each item is given to ripgrep asa single command line argument verbatim.","note":"See https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#configuration-filefor an example configuration.","type":"list of string","default":"[ ]","example":"[ \"--max-columns-preview\" \"--colors=line:style:bold\"]","declared_by":"home-manager/modules/programs/ripgrep.nix
"},{"title":"programs.rofi.enable","description":"Whether to enable Rofi: A window switcher, application launcher and dmenu replacement.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.package","description":"Package providing the rofi binary.","note":"","type":"package","default":"","example":"pkgs.rofi.override { plugins = [ pkgs.rofi-emoji ]; };","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.configPath","description":"Path where to put generated configuration file.","note":"","type":"string","default":"\"$XDG_CONFIG_HOME/rofi/config.rasi\"","example":"","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.cycle","description":"Whether to cycle through the results list.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.extraConfig","description":"Additional configuration to add.","note":"","type":"(attribute set of (string or signed integer or boolean or (Rasi literal string) or list of (string or signed integer or boolean or (Rasi literal string)))) or string","default":"{ }","example":"{ modi = \"drun,emoji,ssh\"; kb-primary-paste = \"Control+V,Shift+Insert\"; kb-secondary-paste = \"Control+v,Insert\";}","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.finalPackage","description":"Resulting customized rofi package.","note":"","type":"package (read only)","default":"","example":"","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.font","description":"Font to use.","note":"","type":"null or string","default":"null","example":"\"Droid Sans Mono 14\"","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.location","description":"The location rofi appears on the screen.","note":"","type":"one of “bottom”, “bottom-left”, “bottom-right”, “center”, “left”, “right”, “top”, “top-left”, “top-right”","default":"\"center\"","example":"","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.pass.enable","description":"Whether to enable rofi integration with password-store.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/rofi-pass.nix
"},{"title":"programs.rofi.pass.package","description":"The rofi-pass package to use.","note":"","type":"package","default":"pkgs.rofi-pass","example":"pkgs.rofi-pass-wayland","declared_by":"home-manager/modules/programs/rofi-pass.nix
"},{"title":"programs.rofi.pass.extraConfig","description":"Extra configuration to be added at to the rofi-pass config file.Additional examples can be found athttps://github.com/carnager/rofi-pass/blob/master/config.example.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' URL_field='url' USERNAME_field='user' AUTOTYPE_field='autotype'''","declared_by":"home-manager/modules/programs/rofi-pass.nix
"},{"title":"programs.rofi.pass.stores","description":"Directory roots of your password-stores.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/rofi-pass.nix
"},{"title":"programs.rofi.plugins","description":"List of rofi plugins to be installed.","note":"","type":"list of package","default":"[ ]","example":"[ pkgs.rofi-calc ]","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.terminal","description":"Path to the terminal which will be used to run console applications","note":"","type":"null or string","default":"null","example":"\"\\${pkgs.gnome.gnome_terminal}/bin/gnome-terminal\"","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.theme","description":"Name of theme or path to theme file in rasi format or attribute set withtheme configuration. Available named themes can be viewed using therofi-theme-selector tool.","note":"","type":"null or string or path or attribute set of ((attribute set of (string or signed integer or boolean or (Rasi literal string) or list of (string or signed integer or boolean or (Rasi literal string)))) or string)","default":"null","example":"let # Use `mkLiteral` for string-like values that should show without # quotes, e.g.: # { # foo = \"abc\"; => foo: \"abc\"; # bar = mkLiteral \"abc\"; => bar: abc; # }; inherit (config.lib.formats.rasi) mkLiteral;in { \"*\" = { background-color = mkLiteral \"#000000\"; foreground-color = mkLiteral \"rgba ( 250, 251, 252, 100 % )\"; border-color = mkLiteral \"#FFFFFF\"; width = 512; }; \"#inputbar\" = { children = map mkLiteral [ \"prompt\" \"entry\" ]; }; \"#textbox-prompt-colon\" = { expand = false; str = \":\"; margin = mkLiteral \"0px 0.3em 0em 0em\"; text-color = mkLiteral \"@foreground-color\"; };}","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.xoffset","description":"Offset in the x-axis in pixels relative to the chosen location.","note":"","type":"signed integer","default":"0","example":"","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rofi.yoffset","description":"Offset in the y-axis in pixels relative to the chosen location.","note":"","type":"signed integer","default":"0","example":"","declared_by":"home-manager/modules/programs/rofi.nix
"},{"title":"programs.rtorrent.enable","description":"Whether to enable rTorrent.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/rtorrent.nix
"},{"title":"programs.rtorrent.extraConfig","description":"Configuration written to$XDG_CONFIG_HOME/rtorrent/rtorrent.rc. Seehttps://github.com/rakshasa/rtorrent/wiki/Config-Guidefor explanation about possible values.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/rtorrent.nix
"},{"title":"programs.ruff.enable","description":"Whether to enable ruff, an extremely fast Python linter and code formatter, written in Rust.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/ruff.nix
"},{"title":"programs.ruff.package","description":"The ruff package to use.","note":"","type":"package","default":"pkgs.ruff","example":"","declared_by":"home-manager/modules/programs/ruff.nix
"},{"title":"programs.ruff.settings","description":"Ruff configuration.For available settings see https://docs.astral.sh/ruff/settings.","note":"","type":"TOML value","default":"","example":"{ line-length = 100; per-file-ignores = { \"__init__.py\" = [ \"F401\" ]; }; lint = { select = [ \"E4\" \"E7\" \"E9\" \"F\" ]; ignore = [ ]; };}","declared_by":"home-manager/modules/programs/ruff.nix
"},{"title":"programs.sagemath.enable","description":"Whether to enable SageMath, a mathematics software system.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/sagemath.nix
"},{"title":"programs.sagemath.package","description":"The SageMath package to use.","note":"","type":"package","default":"pkgs.sage","example":"","declared_by":"home-manager/modules/programs/sagemath.nix
"},{"title":"programs.sagemath.configDir","description":"Directory where the sage.init file will be stored.Note that the upstream default is ~/.sage,but our default is to follow XDG.","note":"","type":"string","default":"${config.xdg.configHome}/sage","example":"","declared_by":"home-manager/modules/programs/sagemath.nix
"},{"title":"programs.sagemath.dataDir","description":"Location for DOT_SAGE.Note that the upstream default is ~/.sage,but our default is to follow XDG.","note":"","type":"string","default":"${config.xdg.dataHome}/sage","example":"","declared_by":"home-manager/modules/programs/sagemath.nix
"},{"title":"programs.sagemath.initScript","description":"Contents of the init.sage file that is loaded on startup.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"\"%colors linux\"","declared_by":"home-manager/modules/programs/sagemath.nix
"},{"title":"programs.sapling.enable","description":"Whether to enable Sapling.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/sapling.nix
"},{"title":"programs.sapling.package","description":"The sapling package to use.","note":"","type":"package","default":"pkgs.sapling","example":"","declared_by":"home-manager/modules/programs/sapling.nix
"},{"title":"programs.sapling.aliases","description":"Sapling aliases to define.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/sapling.nix
"},{"title":"programs.sapling.extraConfig","description":"Additional configuration to add.","note":"","type":"attribute set of anything","default":"{ }","example":"","declared_by":"home-manager/modules/programs/sapling.nix
"},{"title":"programs.sapling.userEmail","description":"Default user email to use.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sapling.nix
"},{"title":"programs.sapling.userName","description":"Default user name to use.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sapling.nix
"},{"title":"programs.sbt.enable","description":"Whether to enable sbt.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.package","description":"The package with sbt to be installed.","note":"","type":"package","default":"pkgs.sbt","example":"","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.baseUserConfigPath","description":"Where the sbt configuration files should be located, relativeHOME.","note":"","type":"string","default":"\".sbt\"","example":"","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.credentials","description":"A list of credentials to define in the sbt configuration directory.","note":"","type":"list of (submodule)","default":"[ ]","example":"[{ realm = \"Sonatype Nexus Repository Manager\"; host = \"example.com\"; user = \"user\"; passwordCommand = \"pass show sbt/user@example.com\";}]","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.credentials.*.host","description":"The hostname of the repository you’re authenticating to.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.credentials.*.passwordCommand","description":"The command that provides the password or authentication token forthe repository.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.credentials.*.realm","description":"The realm of the repository you’re authenticating to.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.credentials.*.user","description":"The user you’re using to authenticate.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.plugins","description":"A list of plugins to place in the sbt configuration directory.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { org = \"net.virtual-void\"; artifact = \"sbt-dependency-graph\"; version = \"0.10.0-RC1\"; } { org = \"com.dwijnand\"; artifact = \"sbt-project-graph\"; version = \"0.4.0\"; }]","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.plugins.*.artifact","description":"The name of the artifact.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.plugins.*.org","description":"The organization the artifact is published under.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.plugins.*.version","description":"The version of the plugin.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.sbt.repositories","description":"A list of repositories to use when resolving dependencies. Defined as alist of pre-defined repository or custom repository as a set of name toURL. The list will be used populate the ~/.sbt/repositoriesfile in the order specified.","note":"Pre-defined repositories must be one of local,maven-local, maven-central.","type":"list of (one of “local”, “maven-central”, “maven-local” or attribute set of string)","default":"[ ]","example":"[ \"local\" { my-ivy-proxy-releases = \"http://repo.company.com/ivy-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]\" } { my-maven-proxy-releases = \"http://repo.company.com/maven-releases/\" } \"maven-central\"]","declared_by":"home-manager/modules/programs/sbt.nix
"},{"title":"programs.scmpuff.enable","description":"Whether to enable scmpuff, a command line tool that allows you to work quicker with Git bysubstituting numeric shortcuts for files.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/scmpuff.nix
"},{"title":"programs.scmpuff.enableAliases","description":"Whether to enable aliases (e.g. gs, ga, gd, gco).","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/scmpuff.nix
"},{"title":"programs.scmpuff.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/scmpuff.nix
"},{"title":"programs.scmpuff.enableFishIntegration","description":"Whether to enable fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/scmpuff.nix
"},{"title":"programs.scmpuff.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/scmpuff.nix
"},{"title":"programs.scmpuff.package","description":"Package providing the scmpuff tool.","note":"","type":"package","default":"pkgs.scmpuff","example":"","declared_by":"home-manager/modules/programs/scmpuff.nix
"},{"title":"programs.script-directory.enable","description":"Whether to enable script-directory.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/script-directory.nix
"},{"title":"programs.script-directory.package","description":"The script-directory package to use.","note":"","type":"package","default":"pkgs.script-directory","example":"","declared_by":"home-manager/modules/programs/script-directory.nix
"},{"title":"programs.script-directory.settings","description":"script-directory config, for options take a look at the documentation","note":"","type":"attribute set of string","default":"{ }","example":"{ SD_ROOT = \"${config.home.homeDirectory}/.sd\"; SD_EDITOR = \"nvim\"; SD_CAT = \"lolcat\";}","declared_by":"home-manager/modules/programs/script-directory.nix
"},{"title":"programs.senpai.enable","description":"Whether to enable senpai.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/senpai.nix
"},{"title":"programs.senpai.package","description":"The senpai package to use.","note":"","type":"package","default":"pkgs.senpai","example":"","declared_by":"home-manager/modules/programs/senpai.nix
"},{"title":"programs.senpai.config","description":"Configuration for senpai. For a complete list of options, seesenpai(5).","note":"","type":"attribute set of anything","default":"","example":"{ address = \"libera.chat:6697\"; nickname = \"nicholas\"; password = \"verysecurepassword\";}","declared_by":"home-manager/modules/programs/senpai.nix
"},{"title":"programs.senpai.config.address","description":"The address (host[:port]) of the IRC server. senpai uses TLSconnections by default unless you specify tls option to be false.TLS connections default to port 6697, plain-text use port 6667.","note":"URircs://, irc://, and irc+insecure:// URLs are supported,in which case only the hostname and port parts will be used. Ifthe scheme is ircs/irc+insecure, tls will be overriden and setto true/false accordingly.","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/senpai.nix
"},{"title":"programs.senpai.config.nickname","description":"Your nickname, sent with a NICK IRC message. It mustn’t containspaces or colons (:).","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/senpai.nix
"},{"title":"programs.senpai.config.password","description":"Your password, used for SASL authentication. Note that it willreside world-readable in the Nix store.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/senpai.nix
"},{"title":"programs.senpai.config.password-cmd","description":"Alternatively to providing your SASL authentication passworddirectly in plaintext, you can specify a command to be run tofetch the password at runtime. This is useful if you store yourpasswords in a separate (probably encrypted) file using gpg or acommand line password manager such as pass or gopass. If apassword-cmd is provided, the value of password will be ignoredand the first line of the output of password-cmd will be usedfor login.","note":"","type":"null or (list of string)","default":"null","example":"[ \"gopass\" \"show\" \"irc/guest\"]","declared_by":"home-manager/modules/programs/senpai.nix
"},{"title":"programs.sftpman.enable","description":"Whether to enable sftpman, an application that handles sshfs/sftp file systems mounting.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sftpman.package","description":"The sftpman package to use.","note":"","type":"package","default":"pkgs.sftpman","example":"","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sftpman.defaultSshKey","description":"Path to the SSH key to be used by default. Can be overridden per host.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sftpman.mounts","description":"The sshfs mount configurations written to$XDG_CONFIG_HOME/sftpman/mounts/.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sftpman.mounts.<name>.authType","description":"The authentication method to use.","note":"","type":"one of “password”, “publickey”, “hostbased”, “keyboard-interactive”, “gssapi-with-mic”","default":"\"publickey\"","example":"","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sftpman.mounts.<name>.beforeMount","description":"Command to run before mounting.","note":"","type":"string","default":"\"true\"","example":"","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sftpman.mounts.<name>.host","description":"The host to connect to.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sftpman.mounts.<name>.mountOptions","description":"Options to pass to sshfs.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sftpman.mounts.<name>.mountPoint","description":"The remote path to mount.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sftpman.mounts.<name>.port","description":"The port to connect to.","note":"","type":"16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"22","example":"","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sftpman.mounts.<name>.sshKey","description":"Path to the SSH key to use for authentication.Only applies if authMethod is publickey.","note":"","type":"null or string","default":"config.programs.sftpman.defaultSshKey","example":"","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sftpman.mounts.<name>.user","description":"The username to authenticate with.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/sftpman.nix
"},{"title":"programs.sioyek.enable","description":"Whether to enable Sioyek, a PDF viewer designed for reading research papers and technical books.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/sioyek.nix
"},{"title":"programs.sioyek.package","description":"Package providing the sioyek binary","note":"","type":"package","default":"pkgs.sioyek","example":"","declared_by":"home-manager/modules/programs/sioyek.nix
"},{"title":"programs.sioyek.bindings","description":"Input configuration written to$XDG_CONFIG_HOME/sioyek/keys_user.config.See https://github.com/ahrm/sioyek/blob/main/pdf_viewer/keys.config.","note":"Each attribute could also accept a list of strings to set multiplebindings of the same command.","type":"attribute set of (string or list of string)","default":"{ }","example":"{ \"move_up\" = \"k\"; \"move_down\" = \"j\"; \"move_left\" = \"h\"; \"move_right\" = \"l\"; \"screen_down\" = [ \"d\" \"\" ]; \"screen_up\" = [ \"u\" \"\" ];}","declared_by":"home-manager/modules/programs/sioyek.nix
"},{"title":"programs.sioyek.config","description":"Input configuration written to$XDG_CONFIG_HOME/sioyek/prefs_user.config.See https://github.com/ahrm/sioyek/blob/main/pdf_viewer/prefs.config.","note":"","type":"attribute set of string","default":"{ }","example":"{ \"background_color\" = \"1.0 1.0 1.0\"; \"text_highlight_color\" = \"1.0 0.0 0.0\";}","declared_by":"home-manager/modules/programs/sioyek.nix
"},{"title":"programs.skim.enable","description":"Whether to enable skim - a command-line fuzzy finder.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.skim.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.skim.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.skim.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.skim.package","description":"Package providing the skim tool.","note":"","type":"package","default":"pkgs.skim","example":"","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.skim.changeDirWidgetCommand","description":"The command that gets executed as the source for skim for theALT-C keybinding.","note":"","type":"null or string","default":"null","example":"\"fd --type d\"","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.skim.changeDirWidgetOptions","description":"Command line options for the ALT-C keybinding.","note":"","type":"list of string","default":"[ ]","example":"[ \"--preview 'tree -C {} | head -200'\"]","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.skim.defaultCommand","description":"The command that gets executed as the default source for skimwhen running.","note":"","type":"null or string","default":"null","example":"\"fd --type f\"","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.skim.defaultOptions","description":"Extra command line options given to skim by default.","note":"","type":"list of string","default":"[ ]","example":"[ \"--height 40%\" \"--prompt ⟫\"]","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.skim.fileWidgetCommand","description":"The command that gets executed as the source for skim for theCTRL-T keybinding.","note":"","type":"null or string","default":"null","example":"\"fd --type f\"","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.skim.fileWidgetOptions","description":"Command line options for the CTRL-T keybinding.","note":"","type":"list of string","default":"[ ]","example":"[ \"--preview 'head {}'\"]","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.skim.historyWidgetOptions","description":"Command line options for the CTRL-R keybinding.","note":"","type":"list of string","default":"[ ]","example":"[ \"--tac\" \"--exact\"]","declared_by":"home-manager/modules/programs/skim.nix
"},{"title":"programs.sm64ex.enable","description":"Whether to enable sm64ex.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/sm64ex.nix
"},{"title":"programs.sm64ex.package","description":"The sm64ex package to use.","note":"","type":"package","default":"","example":"","declared_by":"home-manager/modules/programs/sm64ex.nix
"},{"title":"programs.sm64ex.baserom","description":"The path to the Super Mario 64 baserom to extract assets from.","note":"","type":"null or path","default":"null","example":"/home/foo/baserom.us.z64","declared_by":"home-manager/modules/programs/sm64ex.nix
"},{"title":"programs.sm64ex.extraCompileFlags","description":"Extra flags to pass to the compiler. Seehttps://github.com/sm64pc/sm64ex/wiki/Build-optionsfor more information.","note":"","type":"null or (list of string)","default":"null","example":"[ \"BETTERCAMERA=1\" \"NODRAWINGDISTANCE=1\"];","declared_by":"home-manager/modules/programs/sm64ex.nix
"},{"title":"programs.sm64ex.region","description":"Your baserom’s region. Note that only “us”, “eu”, and “jp” are supported.","note":"","type":"null or one of “us”, “eu”, “jp”","default":"us","example":"jp","declared_by":"home-manager/modules/programs/sm64ex.nix
"},{"title":"programs.sm64ex.settings","description":"Settings for sm64ex’s $XDG_DATA_HOME/sm64pc/sm64config.txt file.","note":"","type":"null or (attribute set of (string or signed integer or boolean or list of string))","default":"null","example":"{ fullscreen = false; window_x = 0; window_y = 0; window_w = 1920; window_h = 1080; vsync = 1; texture_filtering = 1; master_volume = 127; music_volume = 127; sfx_volume = 127; env_volume = 127; key_a = [ \"0026\" \"1000\" \"1103\" ]; key_b = [ \"0033\" \"1002\" \"1101\" ]; key_start = [ \"0039\" \"1006\" \"ffff\" ]; key_l = [ \"0034\" \"1007\" \"1104\" ]; key_r = [ \"0036\" \"100a\" \"1105\" ]; key_z = [ \"0025\" \"1009\" \"1102\" ]; key_cup = [ \"100b\" \"ffff\" \"ffff\" ]; key_cdown = [ \"100c\" \"ffff\" \"ffff\" ]; key_cleft = [ \"100d\" \"ffff\" \"ffff\" ]; key_cright = [ \"100e\" \"ffff\" \"ffff\" ]; key_stickup = [ \"0011\" \"ffff\" \"ffff\" ]; key_stickdown = [ \"001f\" \"ffff\" \"ffff\" ]; key_stickleft = [ \"001e\" \"ffff\" \"ffff\" ]; key_stickright = [ \"0020\" \"ffff\" \"ffff\" ]; stick_deadzone = 16; rumble_strength = 10; skip_intro = 1;};","declared_by":"home-manager/modules/programs/sm64ex.nix
"},{"title":"programs.sqls.enable","description":"Whether to enable sqls, a SQL language server written in Go.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/sqls.nix
"},{"title":"programs.sqls.settings","description":"Configuration written to$XDG_CONFIG_HOME/sqls/config.yml. Seehttps://github.com/lighttiger2505/sqls#db-configurationfor supported values.","note":"","type":"YAML value","default":"{ }","example":"{ lowercaseKeywords = true; connections = [ { driver = \"mysql\"; dataSourceName = \"root:root@tcp(127.0.0.1:13306)/world\"; } ];}","declared_by":"home-manager/modules/programs/sqls.nix
"},{"title":"programs.ssh.enable","description":"Whether to enable SSH client configuration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.package","description":"The openssh package to use. By default, the client provided by your system is used.","note":"","type":"null or package","default":"null","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.addKeysToAgent","description":"When enabled, a private key that is used during authentication will beadded to ssh-agent if it is running (with confirmation enabled ifset to ‘confirm’). The argument must be ‘no’ (the default), ‘yes’, ‘confirm’(optionally followed by a time interval), ‘ask’ or a time interval (e.g. ‘1h’).","note":"","type":"string","default":"\"no\"","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.compression","description":"Specifies whether to use compression.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.controlMaster","description":"Configure sharing of multiple sessions over a single network connection.","note":"","type":"one of “yes”, “no”, “ask”, “auto”, “autoask”","default":"\"no\"","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.controlPath","description":"Specify path to the control socket used for connection sharing.","note":"","type":"string","default":"\"~/.ssh/master-%r@%n:%p\"","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.controlPersist","description":"Whether control socket should remain open in the background.","note":"","type":"string","default":"\"no\"","example":"\"10m\"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.extraConfig","description":"Extra configuration.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.extraOptionOverrides","description":"Extra SSH configuration options that take precedence over anyhost specific configuration.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.forwardAgent","description":"Whether the connection to the authentication agent (if any)will be forwarded to the remote machine.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.hashKnownHosts","description":"Indicates thatssh(1)should hash host names and addresses when they are added tothe known hosts file.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.includes","description":"File globs of ssh config files that should be included via theInclude directive.","note":"Seessh_config(5)for more information.","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks","description":"Specify per-host settings. Note, if the order of rules matterthen use the DAG functions to express the dependencies asshown in the example.","note":"Seessh_config(5)for more information.","type":"DAG of submodule","default":"{ }","example":"{ \"john.example.com\" = { hostname = \"example.com\"; user = \"john\"; }; foo = lib.hm.dag.entryBefore [\"john.example.com\"] { hostname = \"example.com\"; identityFile = \"/home/john/.ssh/foo_rsa\"; };};","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.addressFamily","description":"Specifies which address family to use when connecting.","note":"","type":"null or one of “any”, “inet”, “inet6”","default":"null","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.certificateFile","description":"Specifies files from which the user certificate is read.","note":"","type":"(list of string) or null or string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.checkHostIP","description":"Check the host IP address in theknown_hosts file.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.compression","description":"Specifies whether to use compression. Omitted from the hostblock when null.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.dynamicForwards","description":"Specify dynamic port forwardings. Seessh_config(5) for DynamicForward.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { port = 8080; } ];","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.dynamicForwards.*.address","description":"The address where to bind the port.","note":"","type":"string","default":"\"localhost\"","example":"\"example.org\"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.dynamicForwards.*.port","description":"Specifies port number to bind on bind address.","note":"","type":"null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"null","example":"8080","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.extraOptions","description":"Extra configuration options for the host.","note":"","type":"attribute set of string","default":"{ }","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.forwardAgent","description":"Whether the connection to the authentication agent (if any)will be forwarded to the remote machine.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.forwardX11","description":"Specifies whether X11 connections will be automatically redirectedover the secure channel and DISPLAY set.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.forwardX11Trusted","description":"Specifies whether remote X11 clients will have full access to theoriginal X11 display.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.host","description":"Host pattern used by this conditional block.Seessh_config(5)for Host block details.This option is ignored ifssh.matchBlocks.*.matchif defined.","note":"","type":"null or string","default":"null","example":"\"*.example.org\"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.hostname","description":"Specifies the real host name to log into.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.identitiesOnly","description":"Specifies that ssh should only use the authenticationidentity explicitly configured in the~/.ssh/config files or passed on thessh command-line, even if ssh-agentoffers more identities.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.identityFile","description":"Specifies files from which the user identity is read.Identities will be tried in the given order.","note":"","type":"(list of string) or null or string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.localForwards","description":"Specify local port forwardings. Seessh_config(5) for LocalForward.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { bind.port = 8080; host.address = \"10.0.0.13\"; host.port = 80; }];","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.localForwards.*.bind.address","description":"The address where to bind the port.","note":"","type":"string","default":"\"localhost\"","example":"\"example.org\"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.localForwards.*.bind.port","description":"Specifies port number to bind on bind address.","note":"","type":"null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"null","example":"8080","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.localForwards.*.host.address","description":"The address where to forward the traffic to.","note":"","type":"null or string","default":"null","example":"\"example.org\"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.localForwards.*.host.port","description":"Specifies port number to forward the traffic to.","note":"","type":"null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"null","example":"80","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.match","description":"Match block conditions used by this block. Seessh_config(5)for Match block details.This option takes precedence overssh.matchBlocks.*.hostif defined.","note":"","type":"null or string","default":"null","example":"'' host canonical host exec \"ping -c1 -q 192.168.17.1\"''","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.port","description":"Specifies port number to connect on remote host.","note":"","type":"null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"null","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.proxyCommand","description":"The command to use to connect to the server.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.proxyJump","description":"The proxy host to use to connect to the server.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.remoteForwards","description":"Specify remote port forwardings. Seessh_config(5) for RemoteForward.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { bind.port = 8080; host.address = \"10.0.0.13\"; host.port = 80; }];","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.remoteForwards.*.bind.address","description":"The address where to bind the port.","note":"","type":"string","default":"\"localhost\"","example":"\"example.org\"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.remoteForwards.*.bind.port","description":"Specifies port number to bind on bind address.","note":"","type":"null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"null","example":"8080","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.remoteForwards.*.host.address","description":"The address where to forward the traffic to.","note":"","type":"null or string","default":"null","example":"\"example.org\"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.remoteForwards.*.host.port","description":"Specifies port number to forward the traffic to.","note":"","type":"null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"null","example":"80","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.sendEnv","description":"Environment variables to send from the local host to theserver.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.serverAliveCountMax","description":"Sets the number of server alive messages which may be sentwithout SSH receiving any messages back from the server.","note":"","type":"positive integer, meaning >0","default":"3","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.serverAliveInterval","description":"Set timeout in seconds after which response will be requested.","note":"","type":"signed integer","default":"0","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.setEnv","description":"Environment variables and their value to send to the server.","note":"","type":"attribute set of (string or path or signed integer or floating point number)","default":"{ }","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.matchBlocks.<name>.user","description":"Specifies the user to log in as.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.serverAliveCountMax","description":"Sets the default number of server alive messages which may besent without SSH receiving any messages back from the server.","note":"","type":"positive integer, meaning >0","default":"3","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.serverAliveInterval","description":"Set default timeout in seconds after which response will be requested.","note":"","type":"signed integer","default":"0","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.ssh.userKnownHostsFile","description":"Specifies one or more files to use for the user host keydatabase, separated by whitespace. The default is~/.ssh/known_hosts.","note":"","type":"string","default":"\"~/.ssh/known_hosts\"","example":"","declared_by":"home-manager/modules/programs/ssh.nix
"},{"title":"programs.starship.enable","description":"Whether to enable starship.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/starship.nix
"},{"title":"programs.starship.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/starship.nix
"},{"title":"programs.starship.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/starship.nix
"},{"title":"programs.starship.enableIonIntegration","description":"Whether to enable Ion integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/starship.nix
"},{"title":"programs.starship.enableNushellIntegration","description":"Whether to enable Nushell integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/starship.nix
"},{"title":"programs.starship.enableTransience","description":"The TransientPrompt feature of Starship replaces previous prompts with acustom string. This is only a valid option for the Fish shell.","note":"For documentation on how to change the default replacement string andfor more information visithttps://starship.rs/advanced-config/#transientprompt-and-transientrightprompt-in-cmd","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/starship.nix
"},{"title":"programs.starship.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/starship.nix
"},{"title":"programs.starship.package","description":"The package to use for the starship binary.","note":"","type":"package","default":"pkgs.starship","example":"","declared_by":"home-manager/modules/programs/starship.nix
"},{"title":"programs.starship.settings","description":"Configuration written to$XDG_CONFIG_HOME/starship.toml.","note":"See https://starship.rs/config/ for the full listof options.","type":"Starship configuration","default":"{ }","example":"{ add_newline = false; format = lib.concatStrings [ \"$line_break\" \"$package\" \"$line_break\" \"$character\" ]; scan_timeout = 10; character = { success_symbol = \"➜\"; error_symbol = \"➜\"; };}","declared_by":"home-manager/modules/programs/starship.nix
"},{"title":"programs.swaylock.enable","description":"Whether to enable swaylock.","note":"Note that PAM must be configured to enable swaylock to performauthentication. The package installed through home-managerwill not be able to unlock the session without thisconfiguration.","type":"boolean","default":"","example":"true","declared_by":"home-manager/modules/programs/swaylock.nix
"},{"title":"programs.swaylock.package","description":"The swaylock package to use.","note":"","type":"package","default":"pkgs.swaylock","example":"","declared_by":"home-manager/modules/programs/swaylock.nix
"},{"title":"programs.swaylock.settings","description":"Default arguments to swaylock. An empty setdisables configuration generation.","note":"","type":"attribute set of (boolean or floating point number or signed integer or string)","default":"{ }","example":"{ color = \"808080\"; font-size = 24; indicator-idle-visible = false; indicator-radius = 100; line-color = \"ffffff\"; show-failed-attempts = true;}","declared_by":"home-manager/modules/programs/swaylock.nix
"},{"title":"programs.swayr.enable","description":"Whether to enable the swayr service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/swayr.nix
"},{"title":"programs.swayr.package","description":"swayr package to use.","note":"","type":"package","default":"pkgs.swayr","example":"","declared_by":"home-manager/modules/programs/swayr.nix
"},{"title":"programs.swayr.extraConfig","description":"Extra configuration lines to append to the swayrconfiguration file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/swayr.nix
"},{"title":"programs.swayr.settings","description":"Configuration included in config.toml.For available options see https://git.sr.ht/~tsdh/swayr#swayr-configuration","note":"","type":"null or TOML value","default":"{ }","example":"menu = { executable = \"${pkgs.wofi}/bin/wofi\"; args = [ \"--show=dmenu\" \"--allow-markup\" \"--allow-images\" \"--insensitive\" \"--cache-file=/dev/null\" \"--parse-search\" \"--height=40%\" \"--prompt={prompt}\" ];};format = { output_format = \"{indent}Output {name} ({id})\"; workspace_format = \"{indent}Workspace {name} [{layout}] on output {output_name} ({id})\"; container_format = \"{indent}Container [{layout}] {marks} on workspace {workspace_name} ({id})\"; window_format = \"img:{app_icon}:text:{indent}{app_name} — {urgency_start}“{title}”{urgency_end} {marks} on workspace {workspace_name} / {output_name} ({id})\"; indent = \" \"; urgency_start = \"\"; urgency_end = \"\"; html_escape = true;};layout = { auto_tile = false; auto_tile_min_window_width_per_output_width = [ [ 800 400 ] [ 1024 500 ] [ 1280 600 ] [ 1400 680 ] [ 1440 700 ] [ 1600 780 ] [ 1680 780 ] [ 1920 920 ] [ 2048 980 ] [ 2560 1000 ] [ 3440 1200 ] [ 3840 1280 ] [ 4096 1400 ] [ 4480 1600 ] [ 7680 2400 ] ];};focus = { lockin_delay = 750;};misc = { seq_inhibit = false;};","declared_by":"home-manager/modules/programs/swayr.nix
"},{"title":"programs.swayr.systemd.enable","description":"Whether to enable swayr systemd integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/swayr.nix
"},{"title":"programs.swayr.systemd.target","description":"Systemd target to bind to.","note":"","type":"string","default":"\"graphical-session.target\"","example":"","declared_by":"home-manager/modules/programs/swayr.nix
"},{"title":"programs.taskwarrior.enable","description":"Whether to enable Task Warrior.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/taskwarrior.nix
"},{"title":"programs.taskwarrior.package","description":"The taskwarrior package to use.","note":"","type":"package","default":"pkgs.taskwarrior","example":"","declared_by":"home-manager/modules/programs/taskwarrior.nix
"},{"title":"programs.taskwarrior.colorTheme","description":"Either one of the default provided theme as string, or apath to a theme configuration file.","note":"","type":"null or string or path","default":"null","example":"\"dark-blue-256\"","declared_by":"home-manager/modules/programs/taskwarrior.nix
"},{"title":"programs.taskwarrior.config","description":"Key-value configuration written to$XDG_CONFIG_HOME/task/taskrc.","note":"","type":"attribute set of anything","default":"{ }","example":"{ confirmation = false; report.minimal.filter = \"status:pending\"; report.active.columns = [ \"id\" \"start\" \"entry.age\" \"priority\" \"project\" \"due\" \"description\" ]; report.active.labels = [ \"ID\" \"Started\" \"Age\" \"Priority\" \"Project\" \"Due\" \"Description\" ]; taskd = { certificate = \"/path/to/cert\"; key = \"/path/to/key\"; ca = \"/path/to/ca\"; server = \"host.domain:53589\"; credentials = \"Org/First Last/cf31f287-ee9e-43a8-843e-e8bbd5de4294\"; };}","declared_by":"home-manager/modules/programs/taskwarrior.nix
"},{"title":"programs.taskwarrior.dataLocation","description":"Location where Task Warrior will store its data.","note":"Home Manager will attempt to create this directory.","type":"string","default":"\"$XDG_DATA_HOME/task\"","example":"","declared_by":"home-manager/modules/programs/taskwarrior.nix
"},{"title":"programs.taskwarrior.extraConfig","description":"Additional content written at the end of$XDG_CONFIG_HOME/task/taskrc.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/taskwarrior.nix
"},{"title":"programs.tealdeer.enable","description":"Whether to enable Tealdeer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/tealdeer.nix
"},{"title":"programs.tealdeer.settings","description":"Configuration written to$XDG_CONFIG_HOME/tealdeer/config.toml on Linux or$HOME/Library/Application Support/tealdeer/config.toml on Darwin.See https://dbrgn.github.io/tealdeer/config.html for more information.","note":"","type":"null or (TOML value)","default":"null","example":"{ display = { compact = false; use_pager = true; }; updates = { auto_update = false; };};","declared_by":"home-manager/modules/programs/tealdeer.nix
"},{"title":"programs.tealdeer.settings.updates","description":"Tealdeer can refresh the cache automatically when it is outdated.This behavior can be configured in the updates section.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/tealdeer.nix
"},{"title":"programs.tealdeer.settings.updates.auto_update","description":"Whether to enable auto-update.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/tealdeer.nix
"},{"title":"programs.tealdeer.settings.updates.auto_update_interval_hours","description":"Duration, since the last cache update, after which the cache will be refreshed.This parameter is ignored if auto_update is set to false.","note":"","type":"positive integer, meaning >0","default":"720","example":"24","declared_by":"home-manager/modules/programs/tealdeer.nix
"},{"title":"programs.terminator.enable","description":"Whether to enable terminator, a tiling terminal emulator.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/terminator.nix
"},{"title":"programs.terminator.package","description":"terminator package to install.","note":"","type":"package","default":"","example":"pkgs.terminator","declared_by":"home-manager/modules/programs/terminator.nix
"},{"title":"programs.terminator.config","description":"configuration for terminator.","note":"For a list of all possible options refer to theterminator_config(5)man page.","type":"attribute set of anything","default":"{ }","example":"{ global_config.borderless = true; profiles.default.background_color = \"#002b36\";}","declared_by":"home-manager/modules/programs/terminator.nix
"},{"title":"programs.termite.enable","description":"Whether to enable Termite VTE-based terminal.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.enableVteIntegration","description":"Whether to enable Shell VTE integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.allowBold","description":"Allow the output of bold characters when the bold escape sequence appears.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.audibleBell","description":"Have the terminal beep on the terminal bell.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.backgroundColor","description":"Background color value.","note":"","type":"null or string","default":"null","example":"\"rgba(63, 63, 63, 0.8)\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.browser","description":"Set the default browser for opening links. If its not set, $BROWSER is read.If that’s not set, url hints will be disabled.","note":"","type":"null or string","default":"null","example":"\"\\${pkgs.xdg-utils}/xdg-open\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.clickableUrl","description":"Auto-detected URLs can be clicked on to open them in your browser.Only enabled if a browser is configured or detected.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.colorsExtra","description":"Extra colors options that should be added to [colors] section.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' color0 = #3f3f3f color1 = #705050 color2 = #60b48a''","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.cursorBlink","description":"Specify the how the terminal’s cursor should behave.Accepts system to respect the gtk global configuration,on and off to explicitly enable or disable them.","note":"","type":"null or one of “system”, “on”, “off”","default":"null","example":"\"system\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.cursorColor","description":"Cursor color value.","note":"","type":"null or string","default":"null","example":"\"#dcdccc\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.cursorForegroundColor","description":"Cursor foreground color value.","note":"","type":"null or string","default":"null","example":"\"#dcdccc\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.cursorShape","description":"Specify how the cursor should look. Accepts block, ibeam and underline.","note":"","type":"null or one of “block”, “underline”, “ibeam”","default":"null","example":"\"block\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.dynamicTitle","description":"Settings dynamic title allows the terminal and the shell toupdate the terminal’s title.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.filterUnmatchedUrls","description":"Whether to hide url hints not matching input in url hints mode.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.font","description":"The font description for the terminal’s font.","note":"","type":"null or string","default":"null","example":"\"Monospace 12\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.foregroundBoldColor","description":"Foreground bold color value.","note":"","type":"null or string","default":"null","example":"\"#ffffff\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.foregroundColor","description":"Foreground color value.","note":"","type":"null or string","default":"null","example":"\"#dcdccc\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.fullscreen","description":"Enables entering fullscreen mode by pressing F11.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.geometry","description":"The default window geometry for new terminal windows.","note":"","type":"null or string","default":"null","example":"\"640x480\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.highlightColor","description":"highlight color value.","note":"","type":"null or string","default":"null","example":"\"#2f2f2f\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.hintsActiveBackgroundColor","description":"Hints active background color value.","note":"","type":"null or string","default":"null","example":"\"#3f3f3f\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.hintsActiveForegroundColor","description":"Hints active foreground color value.","note":"","type":"null or string","default":"null","example":"\"#e68080\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.hintsBackgroundColor","description":"Hints background color value.","note":"","type":"null or string","default":"null","example":"\"#3f3f3f\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.hintsBorderColor","description":"Hints border color value.","note":"","type":"null or string","default":"null","example":"\"#3f3f3f\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.hintsBorderWidth","description":"Hints border width.","note":"","type":"null or string","default":"null","example":"\"0.5\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.hintsExtra","description":"Extra hints options that should be added to [hints] section.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"\"border = #3f3f3f\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.hintsFont","description":"The font description for the hints font.","note":"","type":"null or string","default":"null","example":"\"Monospace 12\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.hintsForegroundColor","description":"Hints foreground color value.","note":"","type":"null or string","default":"null","example":"\"#dcdccc\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.hintsPadding","description":"Hints padding.","note":"","type":"null or signed integer","default":"null","example":"2","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.hintsRoundness","description":"Hints roundness.","note":"","type":"null or string","default":"null","example":"\"0.2\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.iconName","description":"The name of the icon to be used for the terminal process.","note":"","type":"null or string","default":"null","example":"\"terminal\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.modifyOtherKeys","description":"Emit escape sequences for extra keys,like the modifyOtherKeys resource forxterm(1).","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.mouseAutohide","description":"Automatically hide the mouse pointer when you start typing.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.optionsExtra","description":"Extra options that should be added to [options] section.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"\"fullscreen = true\"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.scrollOnKeystroke","description":"Scroll to the bottom automatically when a key is pressed.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.scrollOnOutput","description":"Scroll to the bottom when the shell generates output.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.scrollbackLines","description":"Set the number of lines to limit the terminal’s scrollback.","note":"","type":"null or signed integer","default":"null","example":"10000","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.scrollbar","description":"Scrollbar position.","note":"","type":"null or one of “off”, “left”, “right”","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.searchWrap","description":"Search from top again when you hit the bottom.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.sizeHints","description":"Enable size hints. Locks the terminal resizingto increments of the terminal’s cell size.Requires a window manager that respects scroll hints.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.termite.urgentOnBell","description":"Sets the window as urgent on the terminal bell.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/termite.nix
"},{"title":"programs.texlive.enable","description":"Whether to enable TeX Live.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/texlive.nix
"},{"title":"programs.texlive.package","description":"Resulting customized TeX Live package.","note":"","type":"package (read only)","default":"","example":"","declared_by":"home-manager/modules/programs/texlive.nix
"},{"title":"programs.texlive.packageSet","description":"TeX Live package set to use.","note":"","type":"unspecified value","default":"pkgs.texlive","example":"","declared_by":"home-manager/modules/programs/texlive.nix
"},{"title":"programs.texlive.extraPackages","description":"Extra packages available to TeX Live.","note":"","type":"unspecified value","default":"\"tpkgs: { inherit (tpkgs) collection-basic; }\"","example":"tpkgs: { inherit (tpkgs) collection-fontsrecommended algorithms; }","declared_by":"home-manager/modules/programs/texlive.nix
"},{"title":"programs.thefuck.enable","description":"Whether to enable thefuck - magnificent app that corrects your previous console command.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/thefuck.nix
"},{"title":"programs.thefuck.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/thefuck.nix
"},{"title":"programs.thefuck.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/thefuck.nix
"},{"title":"programs.thefuck.enableInstantMode","description":"Whether to enable thefuck’s experimental instant mode.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/thefuck.nix
"},{"title":"programs.thefuck.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/thefuck.nix
"},{"title":"programs.thefuck.package","description":"The thefuck package to use.","note":"","type":"package","default":"pkgs.thefuck","example":"","declared_by":"home-manager/modules/programs/thefuck.nix
"},{"title":"programs.thunderbird.enable","description":"Whether to enable Thunderbird.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"programs.thunderbird.package","description":"The Thunderbird package to use.","note":"","type":"package","default":"pkgs.thunderbird","example":"pkgs.thunderbird-91","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"programs.thunderbird.profiles","description":"Attribute set of Thunderbird profiles.","note":"","type":"attribute set of (submodule)","default":"","example":"","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"programs.thunderbird.profiles.<name>.extraConfig","description":"Extra preferences to add to user.js.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"programs.thunderbird.profiles.<name>.isDefault","description":"Whether this is a default profile. There must be exactly onedefault profile.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"programs.thunderbird.profiles.<name>.name","description":"This profile’s name.","note":"","type":"string (read only)","default":"\"‹name›\"","example":"","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"programs.thunderbird.profiles.<name>.settings","description":"Preferences to add to this profile’suser.js.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ \"mail.spellcheck.inline\" = false;}","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"programs.thunderbird.profiles.<name>.userChrome","description":"Custom Thunderbird user chrome CSS.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' /* Hide tab bar in Thunderbird */ #tabs-toolbar { visibility: collapse !important; }''","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"programs.thunderbird.profiles.<name>.userContent","description":"Custom Thunderbird user content CSS.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' /* Hide scrollbar on Thunderbird pages */ *{scrollbar-width:none !important}''","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"programs.thunderbird.profiles.<name>.withExternalGnupg","description":"Allow using external GPG keys with GPGME.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"programs.thunderbird.settings","description":"Attribute set of Thunderbird preferences to be added toall profiles.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ \"general.useragent.override\" = \"\"; \"privacy.donottrackheader.enabled\" = true;}","declared_by":"home-manager/modules/programs/thunderbird.nix
"},{"title":"programs.timidity.enable","description":"Whether to enable timidity, a software MIDI renderer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/timidity.nix
"},{"title":"programs.timidity.package","description":"The timidity package to use.","note":"","type":"package","default":"pkgs.timidity","example":"","declared_by":"home-manager/modules/programs/timidity.nix
"},{"title":"programs.timidity.extraConfig","description":"Extra configuration.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' soundfont ${pkgs.soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2''","declared_by":"home-manager/modules/programs/timidity.nix
"},{"title":"programs.timidity.finalPackage","description":"Resulting package.","note":"","type":"package (read only)","default":"","example":"","declared_by":"home-manager/modules/programs/timidity.nix
"},{"title":"programs.tint2.enable","description":"Whether to enable tint2, a simple, unobtrusive and light panel for Xorg.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/tint2.nix
"},{"title":"programs.tint2.package","description":"Tint2 package to install.","note":"","type":"package","default":"pkgs.tint2","example":"","declared_by":"home-manager/modules/programs/tint2.nix
"},{"title":"programs.tint2.extraConfig","description":"Commands for tint2 that will be add to the tint2rcfile.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/tint2.nix
"},{"title":"programs.tiny.enable","description":"Whether to enable tiny, a TUI IRC client written in Rust.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/tiny.nix
"},{"title":"programs.tiny.package","description":"The tiny package to install.","note":"","type":"package","default":"pkgs.tiny","example":"","declared_by":"home-manager/modules/programs/tiny.nix
"},{"title":"programs.tiny.settings","description":"Configuration written to$XDG_CONFIG_HOME/tiny/config.yml. Seehttps://github.com/osa1/tiny/blob/master/crates/tiny/config.ymlfor the default configuration.","note":"","type":"YAML value","default":"{ }","example":"{ servers = [ { addr = \"irc.libera.chat\"; port = 6697; tls = true; realname = \"John Doe\"; nicks = [ \"tinyuser\" ]; } ]; defaults = { nicks = [ \"tinyuser\" ]; realname = \"John Doe\"; join = []; tls = true; };};","declared_by":"home-manager/modules/programs/tiny.nix
"},{"title":"programs.tmate.enable","description":"Whether to enable tmate.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/tmate.nix
"},{"title":"programs.tmate.package","description":"The tmate package to install.","note":"","type":"package","default":"pkgs.tmate","example":"pkgs.tmate","declared_by":"home-manager/modules/programs/tmate.nix
"},{"title":"programs.tmate.dsaFingerprint","description":"Tmate server EdDSA key fingerprint.","note":"","type":"null or string","default":"null","example":"SHA256:1111111111111111111111111111111111111111111","declared_by":"home-manager/modules/programs/tmate.nix
"},{"title":"programs.tmate.extraConfig","description":"Additional content written at the end of~/.tmate.conf.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/tmate.nix
"},{"title":"programs.tmate.host","description":"Tmate server address.","note":"","type":"null or string","default":"null","example":"tmate.io","declared_by":"home-manager/modules/programs/tmate.nix
"},{"title":"programs.tmate.port","description":"Tmate server port.","note":"","type":"null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"null","example":"2222","declared_by":"home-manager/modules/programs/tmate.nix
"},{"title":"programs.tmate.rsaFingerprint","description":"Tmate server RSA key fingerprint.","note":"","type":"null or string","default":"null","example":"SHA256:1111111111111111111111111111111111111111111","declared_by":"home-manager/modules/programs/tmate.nix
"},{"title":"programs.tmux.enable","description":"Whether to enable tmux.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.package","description":"The tmux package to install","note":"","type":"package","default":"pkgs.tmux","example":"pkgs.tmux","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.aggressiveResize","description":"Resize the window to the size of the smallest session forwhich it is the current window.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.baseIndex","description":"Base index for windows and panes.","note":"","type":"unsigned integer, meaning >=0","default":"0","example":"1","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.clock24","description":"Use 24 hour clock.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.customPaneNavigationAndResize","description":"Override the hjkl and HJKL bindings for pane navigation andresizing in VI mode.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.disableConfirmationPrompt","description":"Disable confirmation prompt before killing a pane or window","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.escapeTime","description":"Time in milliseconds for which tmux waits after an escape isinput.","note":"","type":"unsigned integer, meaning >=0","default":"500","example":"0","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.extraConfig","description":"Additional configuration to add totmux.conf.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.historyLimit","description":"Maximum number of lines held in window history.","note":"","type":"positive integer, meaning >0","default":"2000","example":"5000","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.keyMode","description":"VI or Emacs style shortcuts.","note":"","type":"one of “emacs”, “vi”","default":"\"emacs\"","example":"\"vi\"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.mouse","description":"Whether to enable mouse support.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.newSession","description":"Automatically spawn a session if trying to attach and noneare running.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.plugins","description":"List of tmux plugins to be included at the end of your tmuxconfiguration. The sensible plugin, however, is defaulted torun at the top of your configuration.","note":"","type":"list of plugin packages or submodules","default":"[ ]","example":"with pkgs; [ tmuxPlugins.cpu { plugin = tmuxPlugins.resurrect; extraConfig = \"set -g @resurrect-strategy-nvim 'session'\"; } { plugin = tmuxPlugins.continuum; extraConfig = '' set -g @continuum-restore 'on' set -g @continuum-save-interval '60' # minutes ''; }]","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.prefix","description":"Set the prefix key. Overrules the “shortcut” option when set.","note":"","type":"null or string","default":"null","example":"\"C-a\"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.resizeAmount","description":"Number of lines/columns when resizing.","note":"","type":"positive integer, meaning >0","default":"5","example":"10","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.reverseSplit","description":"Reverse the window split shortcuts.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.secureSocket","description":"Store tmux socket under /run, which is moresecure than /tmp, but as a downside it doesn’tsurvive user logout.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.sensibleOnTop","description":"Run the sensible plugin at the top of the configuration. Itis possible to override the sensible settings using theprograms.tmux.extraConfig option.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.shell","description":"Set the default-shell tmux variable.","note":"","type":"null or string","default":"null","example":"\"\\${pkgs.zsh}/bin/zsh\"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.shortcut","description":"CTRL following by this key is used as the main shortcut.","note":"","type":"string","default":"\"b\"","example":"\"a\"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.terminal","description":"Set the $TERM variable.","note":"","type":"string","default":"\"screen\"","example":"\"screen-256color\"","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.tmuxinator.enable","description":"Whether to enable tmuxinator.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.tmux.tmuxp.enable","description":"Whether to enable tmuxp.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/tmux.nix
"},{"title":"programs.topgrade.enable","description":"Whether to enable topgrade.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/topgrade.nix
"},{"title":"programs.topgrade.package","description":"The package to use for the topgrade binary.","note":"","type":"package","default":"pkgs.topgrade","example":"","declared_by":"home-manager/modules/programs/topgrade.nix
"},{"title":"programs.topgrade.settings","description":"Configuration written to$XDG_CONFIG_HOME/topgrade.toml.","note":"See https://github.com/r-darwish/topgrade/wiki/Step-list for the full listof options.","type":"TOML value","default":"{ }","example":"{ assume_yes = true; disable = [ \"flutter\" \"node\" ]; set_title = false; cleanup = true; commands = { \"Run garbage collection on Nix store\" = \"nix-collect-garbage\"; };}","declared_by":"home-manager/modules/programs/topgrade.nix
"},{"title":"programs.translate-shell.enable","description":"Whether to enable translate-shell.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/translate-shell.nix
"},{"title":"programs.translate-shell.settings","description":"Options to add to $XDG_CONFIG_HOME/translate-shell/init.trans file.See https://github.com/soimort/translate-shell/wiki/Configurationfor options.","note":"","type":"attribute set of (boolean or string or list of string)","default":"{ }","example":"{ hl = \"en\"; tl = [ \"es\" \"fr\" ]; verbose = true;}","declared_by":"home-manager/modules/programs/translate-shell.nix
"},{"title":"programs.urxvt.enable","description":"Whether to enable rxvt-unicode terminal emulator.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.package","description":"rxvt-unicode package to install.","note":"","type":"package","default":"pkgs.rxvt-unicode","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.extraConfig","description":"Additional configuration to add.","note":"","type":"attribute set of anything","default":"{ }","example":"{ shading = 15;}","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.fonts","description":"List of fonts to be used.","note":"","type":"list of string","default":"[ ]","example":"[ \"xft:Droid Sans Mono Nerd Font:size=9\"]","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.iso14755","description":"ISO14755 support for viewing and entering unicode characters.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.keybindings","description":"Mapping of keybindings to actions","note":"","type":"attribute set of string","default":"{ }","example":"{ \"Shift-Control-C\" = \"eval:selection_to_clipboard\"; \"Shift-Control-V\" = \"eval:paste_clipboard\";}","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.scroll.bar","description":"Scrollbar settings.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.scroll.bar.enable","description":"Whether to enable the scrollbar","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.scroll.bar.align","description":"Scrollbar alignment.","note":"","type":"one of “top”, “bottom”, “center”","default":"\"center\"","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.scroll.bar.floating","description":"Whether to display an rxvt scrollbar without a trough.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.scroll.bar.position","description":"Scrollbar position.","note":"","type":"one of “left”, “right”","default":"\"right\"","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.scroll.bar.style","description":"Scrollbar style.","note":"","type":"one of “rxvt”, “plain”, “next”, “xterm”","default":"\"plain\"","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.scroll.keepPosition","description":"Whether to keep a scroll position when TTY receives new lines.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.scroll.lines","description":"Number of lines to save in the scrollback buffer.","note":"","type":"unsigned integer, meaning >=0","default":"10000","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.scroll.scrollOnKeystroke","description":"Whether to scroll to bottom on keyboard input.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.scroll.scrollOnOutput","description":"Whether to scroll to bottom on TTY output.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.shading","description":"Darken (0 to 99) or lighten (101 to 200) the transparent background.","note":"","type":"integer between 0 and 200 (both inclusive)","default":"100","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.urxvt.transparent","description":"Whether to enable pseudo-transparency.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/urxvt.nix
"},{"title":"programs.vdirsyncer.enable","description":"Whether to enable vdirsyncer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/vdirsyncer.nix
"},{"title":"programs.vdirsyncer.package","description":"vdirsyncer package to use.","note":"","type":"package","default":"\"pkgs.vdirsyncer\"","example":"","declared_by":"home-manager/modules/programs/vdirsyncer.nix
"},{"title":"programs.vdirsyncer.statusPath","description":"A directory where vdirsyncer will store some additional data for the next sync.","note":"For more information, see thevdirsyncer manual.","type":"string","default":"\"$XDG_DATA_HOME/vdirsyncer/status\"","example":"","declared_by":"home-manager/modules/programs/vdirsyncer.nix
"},{"title":"programs.vim.enable","description":"Whether to enable Vim.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/vim.nix
"},{"title":"programs.vim.package","description":"Resulting customized vim package","note":"","type":"package (read only)","default":"","example":"","declared_by":"home-manager/modules/programs/vim.nix
"},{"title":"programs.vim.packageConfigurable","description":"Vim package to customize","note":"","type":"package","default":"pkgs.vim-full","example":"pkgs.vim","declared_by":"home-manager/modules/programs/vim.nix
"},{"title":"programs.vim.defaultEditor","description":"Whether to configure vim as the defaulteditor using the EDITOR environment variable.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/vim.nix
"},{"title":"programs.vim.extraConfig","description":"Custom .vimrc lines","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' set nocompatible set nobackup''","declared_by":"home-manager/modules/programs/vim.nix
"},{"title":"programs.vim.plugins","description":"List of vim plugins to install. To get a list of supported plugins run:nix-env -f '' -qaP -A vimPlugins.","note":"Note: String values are deprecated, please use actual packages.","type":"list of (string or package)","default":"","example":"[ pkgs.vimPlugins.YankRing ]","declared_by":"home-manager/modules/programs/vim.nix
"},{"title":"programs.vim.settings","description":"At attribute set of Vim settings. The attribute names andcorresponding values must be among the following supportedoptions.","note":"backgroundone of “dark”, “light”backupdirlist of stringcopyindentbooleandirectorylist of stringexpandtabbooleanhiddenbooleanhistorysigned integerignorecasebooleanmodelinebooleanmouseone of “n”, “v”, “i”, “c”, “h”, “a”, “r”mousefocusbooleanmousehidebooleanmousemodelone of “extend”, “popup”, “popup_setpos”numberbooleanrelativenumberbooleanshiftwidthsigned integersmartcasebooleantabstopsigned integerundodirlist of stringundofileboolean","type":"submodule","default":"{ }","example":"{ expandtab = true; history = 1000; background = \"dark\";}","declared_by":"home-manager/modules/programs/vim.nix
"},{"title":"","description":"one of “dark”, “light”","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"list of string","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"list of string","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"signed integer","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"one of “n”, “v”, “i”, “c”, “h”, “a”, “r”","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"one of “extend”, “popup”, “popup_setpos”","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"signed integer","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"signed integer","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"list of string","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean","note":"","type":"","default":"","example":"","declared_by":""},{"title":"programs.vim-vint.enable","description":"Whether to enable the Vint linter for Vimscript.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/vim-vint.nix
"},{"title":"programs.vim-vint.package","description":"The vim-vint package to use.","note":"","type":"package","default":"pkgs.vim-vint","example":"","declared_by":"home-manager/modules/programs/vim-vint.nix
"},{"title":"programs.vim-vint.settings","description":"Configuration written to$XDG_CONFIG_HOME/.vintrc.yaml","note":"","type":"YAML value","default":"{ }","example":"","declared_by":"home-manager/modules/programs/vim-vint.nix
"},{"title":"programs.vscode.enable","description":"Whether to enable Visual Studio Code.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.enableExtensionUpdateCheck","description":"Whether to enable update notifications for extensions.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.enableUpdateCheck","description":"Whether to enable update checks/notifications.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.package","description":"Version of Visual Studio Code to install.","note":"","type":"package","default":"pkgs.vscode","example":"pkgs.vscodium","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.extensions","description":"The extensions Visual Studio Code should be started with.","note":"","type":"list of package","default":"[ ]","example":"[ pkgs.vscode-extensions.bbenoist.nix ]","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.globalSnippets","description":"Defines global user snippets.","note":"","type":"JSON value","default":"{ }","example":"{ fixme = { body = [ \"$LINE_COMMENT FIXME: $0\" ]; description = \"Insert a FIXME remark\"; prefix = [ \"fixme\" ]; };}","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.haskell.enable","description":"Whether to enable Haskell integration for Visual Studio Code.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/vscode/haskell.nix
"},{"title":"programs.vscode.haskell.hie.enable","description":"Whether to enable Haskell IDE engine integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/vscode/haskell.nix
"},{"title":"programs.vscode.haskell.hie.executablePath","description":"The path to the Haskell IDE Engine executable.","note":"Because hie-nix is not packaged in Nixpkgs, you need to add it as anoverlay or set this option. Example overlay configuration:","type":"path","default":"\"${pkgs.hie-nix.hies}/bin/hie-wrapper\"","example":"(import ~/src/haskell-ide-engine {}).hies + \"/bin/hie-wrapper\";","declared_by":"home-manager/modules/programs/vscode/haskell.nix
"},{"title":"programs.vscode.keybindings","description":"Keybindings written to Visual Studio Code’skeybindings.json.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { key = \"ctrl+c\"; command = \"editor.action.clipboardCopyAction\"; when = \"textInputFocus\"; }]","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.keybindings.*.args","description":"Optional arguments for a command.","note":"","type":"null or JSON value","default":"null","example":"{ direction = \"up\";}","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.keybindings.*.command","description":"The VS Code command to execute.","note":"","type":"string","default":"","example":"\"editor.action.clipboardCopyAction\"","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.keybindings.*.key","description":"The key or key-combination to bind.","note":"","type":"string","default":"","example":"\"ctrl+c\"","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.keybindings.*.when","description":"Optional context filter.","note":"","type":"null or string","default":"null","example":"\"textInputFocus\"","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.languageSnippets","description":"Defines user snippets for different languages.","note":"","type":"JSON value","default":"{ }","example":"{ haskell = { fixme = { body = [ \"$LINE_COMMENT FIXME: $0\" ]; description = \"Insert a FIXME remark\"; prefix = [ \"fixme\" ]; }; };}","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.mutableExtensionsDir","description":"Whether extensions can be installed or updated manuallyor by Visual Studio Code.","note":"","type":"boolean","default":"true","example":"false","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.userSettings","description":"Configuration written to Visual Studio Code’ssettings.json.","note":"","type":"JSON value","default":"{ }","example":"{ \"files.autoSave\" = \"off\"; \"[nix]\".\"editor.tabSize\" = 2;}","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.vscode.userTasks","description":"Configuration written to Visual Studio Code’stasks.json.","note":"","type":"JSON value","default":"{ }","example":"{ version = \"2.0.0\"; tasks = [ { type = \"shell\"; label = \"Hello task\"; command = \"hello\"; } ];}","declared_by":"home-manager/modules/programs/vscode.nix
"},{"title":"programs.watson.enable","description":"Whether to enable watson, a wonderful CLI to track your time.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/watson.nix
"},{"title":"programs.watson.enableBashIntegration","description":"Whether to enable watson’s bash integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/watson.nix
"},{"title":"programs.watson.enableFishIntegration","description":"Whether to enable watson’s fish integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/watson.nix
"},{"title":"programs.watson.enableZshIntegration","description":"Whether to enable watson’s zsh integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/watson.nix
"},{"title":"programs.watson.package","description":"Package providing the watson.","note":"","type":"package","default":"pkgs.watson","example":"","declared_by":"home-manager/modules/programs/watson.nix
"},{"title":"programs.watson.settings","description":"Configuration written to$XDG_CONFIG_HOME/watson/config on Linux or$HOME/Library/Application Support/watson/config on Darwin.","note":"See https://github.com/TailorDev/Watson/blob/master/docs/user-guide/configuration.mdfor an example configuration.","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ backend = { url = \"https://api.crick.fr\"; token = \"yourapitoken\"; }; options = { stop_on_start = true; stop_on_restart = false; date_format = \"%Y.%m.%d\"; time_format = \"%H:%M:%S%z\"; week_start = \"monday\"; log_current = false; pager = true; report_current = false; reverse_log = true; };}","declared_by":"home-manager/modules/programs/watson.nix
"},{"title":"programs.waybar.enable","description":"Whether to enable Waybar.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/waybar.nix
"},{"title":"programs.waybar.package","description":"Waybar package to use. Set to null to use the default package.","note":"","type":"package","default":"pkgs.waybar","example":"","declared_by":"home-manager/modules/programs/waybar.nix
"},{"title":"programs.waybar.settings","description":"Configuration for Waybar, see https://github.com/Alexays/Waybar/wiki/Configurationfor supported values.","note":"","type":"(list of (JSON value)) or attribute set of (JSON value)","default":"[ ]","example":"{ mainBar = { layer = \"top\"; position = \"top\"; height = 30; output = [ \"eDP-1\" \"HDMI-A-1\" ]; modules-left = [ \"sway/workspaces\" \"sway/mode\" \"wlr/taskbar\" ]; modules-center = [ \"sway/window\" \"custom/hello-from-waybar\" ]; modules-right = [ \"mpd\" \"custom/mymodule#with-css-id\" \"temperature\" ]; \"sway/workspaces\" = { disable-scroll = true; all-outputs = true; }; \"custom/hello-from-waybar\" = { format = \"hello {}\"; max-length = 40; interval = \"once\"; exec = pkgs.writeShellScript \"hello-from-waybar\" '' echo \"from within waybar\" ''; }; };}","declared_by":"home-manager/modules/programs/waybar.nix
"},{"title":"programs.waybar.style","description":"CSS style of the bar.","note":"See https://github.com/Alexays/Waybar/wiki/Configurationfor the documentation.","type":"null or path or strings concatenated with “\\n”","default":"null","example":"'' * { border: none; border-radius: 0; font-family: Source Code Pro; } window#waybar { background: #16191C; color: #AAB2BF; } #workspaces button { padding: 0 5px; }''","declared_by":"home-manager/modules/programs/waybar.nix
"},{"title":"programs.waybar.systemd.enable","description":"Whether to enable Waybar systemd integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/waybar.nix
"},{"title":"programs.waybar.systemd.target","description":"The systemd target that will automatically start the Waybar service.","note":"When setting this value to \"sway-session.target\",make sure to also enable wayland.windowManager.sway.systemd.enable,otherwise the service may never be started.","type":"string","default":"\"graphical-session.target\"","example":"\"sway-session.target\"","declared_by":"home-manager/modules/programs/waybar.nix
"},{"title":"programs.wezterm.enable","description":"Whether to enable wezterm.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/wezterm.nix
"},{"title":"programs.wezterm.enableBashIntegration","description":"Whether to enable WezTerm’s Bash integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/wezterm.nix
"},{"title":"programs.wezterm.enableZshIntegration","description":"Whether to enable WezTerm’s Zsh integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/wezterm.nix
"},{"title":"programs.wezterm.package","description":"The Wezterm package to install.","note":"","type":"package","default":"pkgs.wezterm","example":"","declared_by":"home-manager/modules/programs/wezterm.nix
"},{"title":"programs.wezterm.colorSchemes","description":"Attribute set of additional color schemes to be written to$XDG_CONFIG_HOME/wezterm/colors, where each key istaken as the name of the corresponding color scheme. Seehttps://wezfurlong.org/wezterm/config/appearance.html#defining-a-color-scheme-in-a-separate-filefor more details of the TOML color scheme format.","note":"","type":"attribute set of (TOML value)","default":"{ }","example":"myCoolTheme = { ansi = [ \"#222222\" \"#D14949\" \"#48874F\" \"#AFA75A\" \"#599797\" \"#8F6089\" \"#5C9FA8\" \"#8C8C8C\" ]; brights = [ \"#444444\" \"#FF6D6D\" \"#89FF95\" \"#FFF484\" \"#97DDFF\" \"#FDAAF2\" \"#85F5DA\" \"#E9E9E9\" ]; background = \"#1B1B1B\"; cursor_bg = \"#BEAF8A\"; cursor_border = \"#BEAF8A\"; cursor_fg = \"#1B1B1B\"; foreground = \"#BEAF8A\"; selection_bg = \"#444444\"; selection_fg = \"#E9E9E9\";};","declared_by":"home-manager/modules/programs/wezterm.nix
"},{"title":"programs.wezterm.extraConfig","description":"Extra configuration written to$XDG_CONFIG_HOME/wezterm/wezterm.lua. Seehttps://wezfurlong.org/wezterm/config/files.htmlhow to configure.","note":"","type":"strings concatenated with “\\n”","default":"","example":"-- Your lua code / config herelocal mylib = require 'mylib';return { usemylib = mylib.do_fun(); font = wezterm.font(\"JetBrains Mono\"), font_size = 16.0, color_scheme = \"Tomorrow Night\", hide_tab_bar_if_only_one_tab = true, default_prog = { \"zsh\", \"--login\", \"-c\", \"tmux attach -t dev || tmux new -s dev\" }, keys = { {key=\"n\", mods=\"SHIFT|CTRL\", action=\"ToggleFullScreen\"}, }}","declared_by":"home-manager/modules/programs/wezterm.nix
"},{"title":"programs.wlogout.enable","description":"Whether to enable wlogout.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/wlogout.nix
"},{"title":"programs.wlogout.package","description":"The wlogout package to use.","note":"","type":"package","default":"pkgs.wlogout","example":"","declared_by":"home-manager/modules/programs/wlogout.nix
"},{"title":"programs.wlogout.layout","description":"Layout configuration for wlogout, see https://github.com/ArtsyMacaw/wlogout#configfor supported values.","note":"","type":"list of (JSON value)","default":"[ ]","example":"[ { label = \"shutdown\"; action = \"systemctl poweroff\"; text = \"Shutdown\"; keybind = \"s\"; }]","declared_by":"home-manager/modules/programs/wlogout.nix
"},{"title":"programs.wlogout.layout.*.action","description":"Command to execute when clicked.","note":"","type":"path or string","default":"\"\"","example":"\"systemctl poweroff\"","declared_by":"home-manager/modules/programs/wlogout.nix
"},{"title":"programs.wlogout.layout.*.circular","description":"Make button circular.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/wlogout.nix
"},{"title":"programs.wlogout.layout.*.height","description":"Relative height of tile.","note":"","type":"null or integer or floating point number between 0 and 1 (both inclusive)","default":"null","example":"0.5","declared_by":"home-manager/modules/programs/wlogout.nix
"},{"title":"programs.wlogout.layout.*.keybind","description":"Keyboard character to trigger this action.","note":"","type":"string","default":"\"\"","example":"\"s\"","declared_by":"home-manager/modules/programs/wlogout.nix
"},{"title":"programs.wlogout.layout.*.label","description":"CSS label of button.","note":"","type":"string","default":"\"\"","example":"\"shutdown\"","declared_by":"home-manager/modules/programs/wlogout.nix
"},{"title":"programs.wlogout.layout.*.text","description":"Text displayed on button.","note":"","type":"string","default":"\"\"","example":"\"Shutdown\"","declared_by":"home-manager/modules/programs/wlogout.nix
"},{"title":"programs.wlogout.layout.*.width","description":"Relative width of tile.","note":"","type":"null or integer or floating point number between 0 and 1 (both inclusive)","default":"null","example":"0.5","declared_by":"home-manager/modules/programs/wlogout.nix
"},{"title":"programs.wlogout.style","description":"CSS style of the bar.","note":"See https://github.com/ArtsyMacaw/wlogout#stylefor the documentation.","type":"null or path or string","default":"null","example":"'' window { background: #16191C; } button { color: #AAB2BF; }''","declared_by":"home-manager/modules/programs/wlogout.nix
"},{"title":"programs.wofi.enable","description":"Whether to enable wofi: a launcher/menu program for wlroots based wayland compositors such as sway.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/wofi.nix
"},{"title":"programs.wofi.package","description":"The wofi package to use.","note":"","type":"package","default":"pkgs.wofi","example":"","declared_by":"home-manager/modules/programs/wofi.nix
"},{"title":"programs.wofi.settings","description":"Configuration options for wofi. Seewofi(5).","note":"","type":"attribute set","default":"{ }","example":"{ location = \"bottom-right\"; allow_markup = true; width = 250;}","declared_by":"home-manager/modules/programs/wofi.nix
"},{"title":"programs.wofi.style","description":"CSS style for wofi to use as a stylesheet. Seewofi(7).","note":"","type":"null or string","default":"null","example":"'' * { font-family: monospace; } window { background-color: #7c818c; }''","declared_by":"home-manager/modules/programs/wofi.nix
"},{"title":"programs.wpaperd.enable","description":"Whether to enable wpaperd.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/wpaperd.nix
"},{"title":"programs.wpaperd.package","description":"The wpaperd package to use.","note":"","type":"package","default":"pkgs.wpaperd","example":"","declared_by":"home-manager/modules/programs/wpaperd.nix
"},{"title":"programs.wpaperd.settings","description":"Configuration written to$XDG_CONFIG_HOME/wpaperd/wallpaper.toml.See https://github.com/danyspin97/wpaperd#wallpaper-configurationfor the full list of options.","note":"","type":"TOML value","default":"{ }","example":"{ eDP-1 = { path = \"/home/foo/Pictures/Wallpaper\"; apply-shadow = true; }; DP-2 = { path = \"/home/foo/Pictures/Anime\"; sorting = \"descending\"; };}","declared_by":"home-manager/modules/programs/wpaperd.nix
"},{"title":"programs.xmobar.enable","description":"Whether to enable Xmobar, a minimalistic status bar.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/xmobar.nix
"},{"title":"programs.xmobar.package","description":"Package providing the xmobar binary.","note":"","type":"package","default":"pkgs.haskellPackages.xmobar","example":"","declared_by":"home-manager/modules/programs/xmobar.nix
"},{"title":"programs.xmobar.extraConfig","description":"Extra configuration lines to add to$XDG_CONFIG_HOME/xmobar/.xmobarrc.Seehttps://xmobar.org/#configurationfor options.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"Config { font = \"Fira Code\" , borderColor = \"#d0d0d0\" , border = FullB , borderWidth = 3 , bgColor = \"#222\" , fgColor = \"grey\" , position = TopSize C 99 30 , commands = [ Run Cpu [\"-t\", \"cpu: %\"] 10 , Run Network \"enp3s0\" [\"-S\", \"True\", \"-t\", \"eth: /\"] 10 , Run Memory [\"-t\",\"mem: %\"] 10 , Run Date \"date: %a %d %b %Y %H:%M:%S \" \"date\" 10 , Run StdinReader ] , sepChar = \"%\" , alignSep = \"}{\" , template = \" %StdinReader% | %cpu% | %memory% | %enp3s0% }{%date% \" }","declared_by":"home-manager/modules/programs/xmobar.nix
"},{"title":"programs.xplr.enable","description":"Whether to enable xplr, terminal UI based file explorer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/xplr.nix
"},{"title":"programs.xplr.package","description":"The xplr package to use.","note":"","type":"package","default":"pkgs.xplr","example":"","declared_by":"home-manager/modules/programs/xplr.nix
"},{"title":"programs.xplr.extraConfig","description":"Extra xplr configuration.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"require(\"wl-clipboard\").setup { copy_command = \"wl-copy -t text/uri-list\", paste_command = \"wl-paste\", keep_selection = true,}","declared_by":"home-manager/modules/programs/xplr.nix
"},{"title":"programs.xplr.plugins","description":"An attribute set of plugin paths to be added to the [package.path]https://www.lua.org/manual/5.4/manual.html#pdf-package.path of the ~/config/xplr/init.lua configuration file.","note":"Must be a package or string representing the plugin directory’s path.If the path string is not absolute, it will be relative to $XDG_CONFIG_HOME/xplr/init.lua.","type":"null or (attribute set of (package or string))","default":"{ }","example":"{ wl-clipboard = fetchFromGitHub { owner = \"sayanarijit\"; repo = \"wl-clipboard.xplr\"; rev = \"a3ffc87460c5c7f560bffea689487ae14b36d9c3\"; hash = \"sha256-I4rh5Zks9hiXozBiPDuRdHwW5I7ppzEpQNtirY0Lcks=\"; } local-plugin = \"/home/user/.config/plugins/local-plugin\";};","declared_by":"home-manager/modules/programs/xplr.nix
"},{"title":"programs.yazi.enable","description":"Whether to enable yazi.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/yazi.nix
"},{"title":"programs.yazi.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/yazi.nix
"},{"title":"programs.yazi.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/yazi.nix
"},{"title":"programs.yazi.enableNushellIntegration","description":"Whether to enable Nushell integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/yazi.nix
"},{"title":"programs.yazi.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/yazi.nix
"},{"title":"programs.yazi.package","description":"Yazi package to install.","note":"","type":"package","default":"pkgs.yazi","example":"","declared_by":"home-manager/modules/programs/yazi.nix
"},{"title":"programs.yazi.keymap","description":"Configuration written to$XDG_CONFIG_HOME/yazi/keymap.toml.","note":"See https://yazi-rs.github.io/docs/configuration/keymapfor the full list of options.","type":"TOML value","default":"{ }","example":"{ input.keymap = [ { exec = \"close\"; on = [ \"\" ]; } { exec = \"close --submit\"; on = [ \"\" ]; } { exec = \"escape\"; on = [ \"\" ]; } { exec = \"backspace\"; on = [ \"\" ]; } ]; manager.keymap = [ { exec = \"escape\"; on = [ \"\" ]; } { exec = \"quit\"; on = [ \"q\" ]; } { exec = \"close\"; on = [ \"\" ]; } ];}","declared_by":"home-manager/modules/programs/yazi.nix
"},{"title":"programs.yazi.settings","description":"Configuration written to$XDG_CONFIG_HOME/yazi/yazi.toml.","note":"See https://yazi-rs.github.io/docs/configuration/yazifor the full list of options.","type":"TOML value","default":"{ }","example":"{ log = { enabled = false; }; manager = { show_hidden = false; sort_by = \"modified\"; sort_dir_first = true; sort_reverse = true; };}","declared_by":"home-manager/modules/programs/yazi.nix
"},{"title":"programs.yazi.theme","description":"Configuration written to$XDG_CONFIG_HOME/yazi/theme.toml.","note":"See https://yazi-rs.github.io/docs/configuration/themefor the full list of options","type":"TOML value","default":"{ }","example":"{ filetype = { rules = [ { fg = \"#7AD9E5\"; mime = \"image/*\"; } { fg = \"#F3D398\"; mime = \"video/*\"; } { fg = \"#F3D398\"; mime = \"audio/*\"; } { fg = \"#CD9EFC\"; mime = \"application/x-bzip\"; } ]; };}","declared_by":"home-manager/modules/programs/yazi.nix
"},{"title":"programs.yt-dlp.enable","description":"Whether to enable yt-dlp.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/yt-dlp.nix
"},{"title":"programs.yt-dlp.package","description":"Package providing the yt-dlp tool.","note":"","type":"package","default":"pkgs.yt-dlp","example":"","declared_by":"home-manager/modules/programs/yt-dlp.nix
"},{"title":"programs.yt-dlp.extraConfig","description":"Extra configuration to add to$XDG_CONFIG_HOME/yt-dlp/config.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' --update -F''","declared_by":"home-manager/modules/programs/yt-dlp.nix
"},{"title":"programs.yt-dlp.settings","description":"Configuration written to$XDG_CONFIG_HOME/yt-dlp/config.","note":"Options must be specified in their “long form”, forexample, update = true; instead of U = true;.Short options can be specified in the extraConfig option.See https://github.com/yt-dlp/yt-dlp#configurationfor explanation about possible values.","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ embed-thumbnail = true; embed-subs = true; sub-langs = \"all\"; downloader = \"aria2c\"; downloader-args = \"aria2c:'-c -x8 -s8 -k1M'\";}","declared_by":"home-manager/modules/programs/yt-dlp.nix
"},{"title":"programs.z-lua.enable","description":"Whether to enable z.lua.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/z-lua.nix
"},{"title":"programs.z-lua.enableAliases","description":"Whether to enable recommended z.lua aliases.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/z-lua.nix
"},{"title":"programs.z-lua.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/z-lua.nix
"},{"title":"programs.z-lua.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/z-lua.nix
"},{"title":"programs.z-lua.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/z-lua.nix
"},{"title":"programs.z-lua.options","description":"List of options to pass to z.lua.","note":"","type":"list of string","default":"[ ]","example":"[ \"enhanced\" \"once\" \"fzf\"]","declared_by":"home-manager/modules/programs/z-lua.nix
"},{"title":"programs.zathura.enable","description":"Whether to enable Zathura, a highly customizable and functional document viewerfocused on keyboard interaction.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zathura.nix
"},{"title":"programs.zathura.package","description":"The Zathura package to use","note":"","type":"package","default":"\"pkgs.zathura\"","example":"","declared_by":"home-manager/modules/programs/zathura.nix
"},{"title":"programs.zathura.extraConfig","description":"Additional commands for zathura that will be added to thezathurarc file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/zathura.nix
"},{"title":"programs.zathura.mappings","description":"Add :map mappings to zathura and makethem permanent. Seezathurarc(5)for the full list of possible mappings.","note":"You can create a mode-specific mapping by specifying the mode before the key:\"[normal] \" = \"scroll left\";","type":"attribute set of string","default":"{ }","example":"{ \"\" = \"navigate next\"; D = \"toggle_page_mode\"; \"[fullscreen] \" = \"zoom in\";}","declared_by":"home-manager/modules/programs/zathura.nix
"},{"title":"programs.zathura.options","description":"Add :set command options to zathura and makethem permanent. Seezathurarc(5)for the full list of options.","note":"","type":"attribute set of (string or boolean or signed integer)","default":"{ }","example":"{ default-bg = \"#000000\"; default-fg = \"#FFFFFF\";}","declared_by":"home-manager/modules/programs/zathura.nix
"},{"title":"programs.zellij.enable","description":"Whether to enable zellij.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zellij.nix
"},{"title":"programs.zellij.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zellij.nix
"},{"title":"programs.zellij.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zellij.nix
"},{"title":"programs.zellij.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zellij.nix
"},{"title":"programs.zellij.package","description":"The zellij package to install.","note":"","type":"package","default":"pkgs.zellij","example":"","declared_by":"home-manager/modules/programs/zellij.nix
"},{"title":"programs.zellij.settings","description":"Configuration written to$XDG_CONFIG_HOME/zellij/config.yaml.","note":"See https://zellij.dev/documentation for the fulllist of options.","type":"YAML value","default":"{ }","example":"{ theme = \"custom\"; themes.custom.fg = \"#ffffff\";}","declared_by":"home-manager/modules/programs/zellij.nix
"},{"title":"programs.zk.enable","description":"Whether to enable zk.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zk.nix
"},{"title":"programs.zk.package","description":"The zk package to use.","note":"","type":"package","default":"pkgs.zk","example":"","declared_by":"home-manager/modules/programs/zk.nix
"},{"title":"programs.zk.settings","description":"Configuration written to $XDG_CONFIG_HOME/zk/config.toml.","note":"See https://github.com/mickael-menu/zk/blob/main/docs/config.md foravailable options and documentation.","type":"TOML value","default":"{ }","example":"{ note = { language = \"en\"; default-title = \"Untitled\"; filename = \"{{id}}-{{slug title}}\"; extension = \"md\"; template = \"default.md\"; id-charset = \"alphanum\"; id-length = 4; id-case = \"lower\"; }; extra = { author = \"Mickaël\"; };}","declared_by":"home-manager/modules/programs/zk.nix
"},{"title":"programs.zoxide.enable","description":"Whether to enable zoxide.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zoxide.nix
"},{"title":"programs.zoxide.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/zoxide.nix
"},{"title":"programs.zoxide.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/zoxide.nix
"},{"title":"programs.zoxide.enableNushellIntegration","description":"Whether to enable Nushell integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/zoxide.nix
"},{"title":"programs.zoxide.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/zoxide.nix
"},{"title":"programs.zoxide.package","description":"Zoxide package to install.","note":"","type":"package","default":"pkgs.zoxide","example":"","declared_by":"home-manager/modules/programs/zoxide.nix
"},{"title":"programs.zoxide.options","description":"List of options to pass to zoxide.","note":"","type":"list of string","default":"[ ]","example":"[ \"--no-aliases\"]","declared_by":"home-manager/modules/programs/zoxide.nix
"},{"title":"programs.zsh.enable","description":"Whether to enable Z shell (Zsh).","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.enableCompletion","description":"Enable zsh completion. Don’t forget to add","note":"environment.pathsToLink = [ \"/share/zsh\" ];","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.enableVteIntegration","description":"Whether to enable integration with terminals using the VTElibrary. This will let the terminal track the current workingdirectory.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/misc/vte.nix
"},{"title":"programs.zsh.package","description":"The zsh package to use.","note":"","type":"package","default":"pkgs.zsh","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.antidote.enable","description":"Whether to enable antidote - a zsh plugin manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/antidote.nix
"},{"title":"programs.zsh.antidote.package","description":"The antidote package to use.","note":"","type":"package","default":"pkgs.antidote","example":"","declared_by":"home-manager/modules/programs/antidote.nix
"},{"title":"programs.zsh.antidote.plugins","description":"List of antidote plugins.","note":"","type":"list of string","default":"[ ]","example":"[ \"zsh-users/zsh-autosuggestions\"]","declared_by":"home-manager/modules/programs/antidote.nix
"},{"title":"programs.zsh.antidote.useFriendlyNames","description":"Whether to enable friendly names.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/antidote.nix
"},{"title":"programs.zsh.autocd","description":"Automatically enter into a directory if typed directly into shell.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.autosuggestion.enable","description":"Enable zsh autosuggestions","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.autosuggestion.highlight","description":"Custom styles for autosuggestion highlighting. Seezshzle(1) for syntax.","note":"","type":"null or string","default":"null","example":"\"fg=#ff00ff,bg=cyan,bold,underline\"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.cdpath","description":"List of paths to autocomplete calls to cd.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.completionInit","description":"Initialization commands to run when completion is enabled.","note":"","type":"strings concatenated with “\\n”","default":"\"autoload -U compinit && compinit\"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.defaultKeymap","description":"The default base keymap to use.","note":"","type":"null or one of “emacs”, “vicmd”, “viins”","default":"null","example":"\"emacs\"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.dirHashes","description":"An attribute set that adds to named directory hash table.","note":"","type":"attribute set of string","default":"{ }","example":"{ docs = \"$HOME/Documents\"; vids = \"$HOME/Videos\"; dl = \"$HOME/Downloads\";}","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.dotDir","description":"Directory where the zsh configuration and more should be located,relative to the users home directory. The default is the homedirectory.","note":"","type":"null or string","default":"null","example":"\".config/zsh\"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.envExtra","description":"Extra commands that should be added to .zshenv.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.history","description":"Options related to commands history configuration.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.history.expireDuplicatesFirst","description":"Expire duplicates first.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.history.extended","description":"Save timestamp into the history file.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.history.ignoreAllDups","description":"If a new command line being added to the history listduplicates an older one, the older command is removedfrom the list (even if it is not the previous event).","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.history.ignoreDups","description":"Do not enter command lines into the history listif they are duplicates of the previous event.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.history.ignorePatterns","description":"Do not enter command lines into the history listif they match any one of the given shell patterns.","note":"","type":"list of string","default":"[ ]","example":"[ \"rm *\" \"pkill *\" ]","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.history.ignoreSpace","description":"Do not enter command lines into the history listif the first character is a space.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.history.path","description":"History file location","note":"","type":"string","default":"","example":"\"${config.xdg.dataHome}/zsh/zsh_history\"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.history.save","description":"Number of history lines to save.","note":"","type":"signed integer","default":"10000","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.history.share","description":"Share command history between zsh sessions.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.history.size","description":"Number of history lines to keep.","note":"","type":"signed integer","default":"10000","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.historySubstringSearch","description":"Options related to zsh-history-substring-search.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.historySubstringSearch.enable","description":"Whether to enable history substring search.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.historySubstringSearch.searchDownKey","description":"The key codes to be used when searching down.The default of ^[[B may correspond to the DOWN key – if not, try$terminfo[kcud1].","note":"","type":"(list of string) or string","default":"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.historySubstringSearch.searchUpKey","description":"The key codes to be used when searching up.The default of ^[[A may correspond to the UP key – if not, try$terminfo[kcuu1].","note":"","type":"(list of string) or string","default":"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.initExtra","description":"Extra commands that should be added to .zshrc.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.initExtraBeforeCompInit","description":"Extra commands that should be added to .zshrc before compinit.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.initExtraFirst","description":"Commands that should be added to top of .zshrc.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.localVariables","description":"Extra local variables defined at the top of .zshrc.","note":"","type":"attribute set","default":"{ }","example":"{ POWERLEVEL9K_LEFT_PROMPT_ELEMENTS = [ \"dir\" \"vcs\" ];}","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.loginExtra","description":"Extra commands that should be added to .zlogin.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.logoutExtra","description":"Extra commands that should be added to .zlogout.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.oh-my-zsh","description":"Options to configure oh-my-zsh.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.oh-my-zsh.enable","description":"Whether to enable oh-my-zsh.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.oh-my-zsh.package","description":"The oh-my-zsh package to use.","note":"","type":"package","default":"pkgs.oh-my-zsh","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.oh-my-zsh.custom","description":"Path to a custom oh-my-zsh package to override config ofoh-my-zsh. See https://github.com/robbyrussell/oh-my-zsh/wiki/Customizationfor more information.","note":"","type":"string","default":"\"\"","example":"\"$HOME/my_customizations\"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.oh-my-zsh.extraConfig","description":"Extra settings for plugins.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' zstyle :omz:plugins:ssh-agent identities id_rsa id_rsa2 id_github''","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.oh-my-zsh.plugins","description":"List of oh-my-zsh plugins","note":"","type":"list of string","default":"[ ]","example":"[ \"git\" \"sudo\"]","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.oh-my-zsh.theme","description":"Name of the theme to be used by oh-my-zsh.","note":"","type":"string","default":"\"\"","example":"\"robbyrussell\"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.plugins","description":"Plugins to source in .zshrc.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { # will source zsh-autosuggestions.plugin.zsh name = \"zsh-autosuggestions\"; src = pkgs.fetchFromGitHub { owner = \"zsh-users\"; repo = \"zsh-autosuggestions\"; rev = \"v0.4.0\"; sha256 = \"0z6i9wjjklb4lvr7zjhbphibsyx51psv50gm07mbb0kj9058j6kc\"; }; } { name = \"enhancd\"; file = \"init.sh\"; src = pkgs.fetchFromGitHub { owner = \"b4b4r07\"; repo = \"enhancd\"; rev = \"v2.2.1\"; sha256 = \"0iqa9j09fwm6nj5rpip87x3hnvbbz9w9ajgm6wkrd5fls8fn8i5g\"; }; }]","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.plugins.*.file","description":"The plugin script to source.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.plugins.*.name","description":"The name of the plugin.","note":"Don’t forget to add fileif the script name does not follow convention.","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.plugins.*.src","description":"Path to the plugin folder.","note":"Will be added to fpath and PATH.","type":"path","default":"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.prezto","description":"Options to configure prezto.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.enable","description":"Whether to enable prezto.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.autosuggestions.color","description":"Set the query found color.","note":"","type":"null or string","default":"null","example":"\"fg=blue\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.caseSensitive","description":"Set case-sensitivity for completion, history lookup, etc.","note":"","type":"null or boolean","default":"true","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.color","description":"Color output (automatically set to false on dumb terminals).","note":"","type":"null or boolean","default":"true","example":"false","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.completions.ignoredHosts","description":"Set the entries to ignore in static /etc/hosts forhost completion.","note":"","type":"list of string","default":"[ ]","example":"[ \"0.0.0.0\" \"127.0.0.1\"]","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.editor.dotExpansion","description":"Automatically convert .... to ../..","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.editor.keymap","description":"Set the key mapping style to emacs or vi.","note":"","type":"null or one of “emacs”, “vi”","default":"\"emacs\"","example":"\"vi\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.editor.promptContext","description":"Allow the Zsh prompt context to be shown.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.extraConfig","description":"Additional configuration to add to .zpreztorc.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.extraFunctions","description":"Set the Zsh functions to load (zshcontrib(1)).","note":"","type":"list of string","default":"[ ]","example":"[ \"zargs\" \"zmv\"]","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.extraModules","description":"Set the Zsh modules to load (zshmodules(1)).","note":"","type":"list of string","default":"[ ]","example":"[ \"attr\" \"stat\"]","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.git.submoduleIgnore","description":"Ignore submodules when they are dirty, untracked, all,or none.","note":"","type":"null or one of “dirty”, “untracked”, “all”, “none”","default":"null","example":"\"all\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.gnuUtility.prefix","description":"Set the command prefix on non-GNU systems.","note":"","type":"null or string","default":"null","example":"\"g\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.historySubstring.foundColor","description":"Set the query found color.","note":"","type":"null or string","default":"null","example":"\"fg=blue\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.historySubstring.globbingFlags","description":"Set the search globbing flags.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.historySubstring.notFoundColor","description":"Set the query not found color.","note":"","type":"null or string","default":"null","example":"\"fg=red\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.macOS.dashKeyword","description":"Set the keyword used by mand to open man pagesin Dash.app.","note":"","type":"null or string","default":"null","example":"\"manpages\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.pmoduleDirs","description":"Add additional directories to load prezto modules from.","note":"","type":"list of path","default":"[ ]","example":"[ \"${config.home.homeDirectory}/.zprezto-contrib\" ]","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.pmodules","description":"Set the Prezto modules to load (browse modules). The order matters.","note":"","type":"list of string","default":"","example":"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.prompt.pwdLength","description":"Set the working directory prompt display length. Bydefault, it is set to short. Set it to long (without ~expansion) for longer or full (with ~ expansion) foreven longer prompt display.","note":"","type":"null or one of “short”, “long”, “full”","default":"null","example":"\"short\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.prompt.showReturnVal","description":"Set the prompt to display the return code along with anindicator for non-zero return codes. This is not supported by all prompts.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.prompt.theme","description":"Set the prompt theme to load. Setting it to randomloads a random theme. Automatically set to off on dumbterminals.","note":"","type":"null or string","default":"\"sorin\"","example":"\"pure\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.python.virtualenvAutoSwitch","description":"Auto switch to Python virtualenv on directory change.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.python.virtualenvInitialize","description":"Automatically initialize virtualenvwrapper if pre-requisites are met.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.ruby.chrubyAutoSwitch","description":"Auto switch the Ruby version on directory change.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.screen.autoStartLocal","description":"Auto start a session when Zsh is launched in a local terminal.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.screen.autoStartRemote","description":"Auto start a session when Zsh is launched in a SSH connection.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.ssh.identities","description":"Set the SSH identities to load into the agent.","note":"","type":"list of string","default":"[ ]","example":"[ \"id_rsa\" \"id_rsa2\" \"id_github\"]","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.syntaxHighlighting.highlighters","description":"Set syntax highlighters. By default, only the mainhighlighter is enabled.","note":"","type":"list of string","default":"[ ]","example":"[ \"main\" \"brackets\" \"pattern\" \"line\" \"cursor\" \"root\"]","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.syntaxHighlighting.pattern","description":"Set syntax pattern styles.","note":"","type":"attribute set of string","default":"{ }","example":"{ \"rm*-rf*\" = \"fg=white,bold,bg=red\";}","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.syntaxHighlighting.styles","description":"Set syntax highlighting styles.","note":"","type":"attribute set of string","default":"{ }","example":"{ builtin = \"bg=blue\"; command = \"bg=blue\"; function = \"bg=blue\";}","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.terminal.autoTitle","description":"Auto set the tab and window titles.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.terminal.multiplexerTitleFormat","description":"Set the multiplexer title format.","note":"","type":"null or string","default":"null","example":"\"%s\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.terminal.tabTitleFormat","description":"Set the tab title format.","note":"","type":"null or string","default":"null","example":"\"%m: %s\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.terminal.windowTitleFormat","description":"Set the window title format.","note":"","type":"null or string","default":"null","example":"\"%n@%m: %s\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.tmux.autoStartLocal","description":"Auto start a session when Zsh is launched in a local terminal.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.tmux.autoStartRemote","description":"Auto start a session when Zsh is launched in a SSH connection.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.tmux.defaultSessionName","description":"Set the default session name.","note":"","type":"null or string","default":"null","example":"\"YOUR DEFAULT SESSION NAME\"","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.tmux.itermIntegration","description":"Integrate with iTerm2.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.prezto.utility.safeOps","description":"Enabled safe options. This aliases cp,ln, mv and rm so that theyprompt before deleting or overwriting files. Set to no todisable this safer behavior.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/programs/zsh/prezto.nix
"},{"title":"programs.zsh.profileExtra","description":"Extra commands that should be added to .zprofile.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.sessionVariables","description":"Environment variables that will be set for zsh session.","note":"","type":"attribute set","default":"{ }","example":"{ MAILCHECK = 30;}","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.shellAliases","description":"An attribute set that maps aliases (the top level attribute names inthis option) to command strings or directly to build outputs.","note":"","type":"attribute set of string","default":"{ }","example":"{ ll = \"ls -l\"; \"..\" = \"cd ..\";}","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.shellGlobalAliases","description":"Similar to programs.zsh.shellAliases,but are substituted anywhere on a line.","note":"","type":"attribute set of string","default":"{ }","example":"{ UUID = \"$(uuidgen | tr -d \\\\n)\"; G = \"| grep\";}","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.syntaxHighlighting","description":"Options related to zsh-syntax-highlighting.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.syntaxHighlighting.enable","description":"Whether to enable zsh syntax highlighting.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.syntaxHighlighting.package","description":"The zsh-syntax-highlighting package to use.","note":"","type":"package","default":"pkgs.zsh-syntax-highlighting","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.syntaxHighlighting.highlighters","description":"Highlighters to enableSee the list of highlighters: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md","note":"","type":"list of string","default":"[ ]","example":"[ \"brackets\"]","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.syntaxHighlighting.patterns","description":"Custom syntax highlighting for user-defined patterns.Reference: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/pattern.md","note":"","type":"attribute set of string","default":"{ }","example":"{ \"rm -rf *\" = \"fg=white,bold,bg=red\";}","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.syntaxHighlighting.styles","description":"Custom styles for syntax highlighting.See each highlighter style option: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/main.md","note":"","type":"attribute set of string","default":"{ }","example":"{ comment = \"fg=black,bold\";}","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.zplug.enable","description":"Whether to enable zplug - a zsh plugin manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zplug.nix
"},{"title":"programs.zsh.zplug.plugins","description":"List of zplug plugins.","note":"","type":"list of (submodule)","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/zplug.nix
"},{"title":"programs.zsh.zplug.plugins.*.name","description":"The name of the plugin.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/programs/zplug.nix
"},{"title":"programs.zsh.zplug.plugins.*.tags","description":"The plugin tags.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/programs/zplug.nix
"},{"title":"programs.zsh.zplug.zplugHome","description":"Path to zplug home directory.","note":"","type":"path","default":"\"~/.zplug\"","example":"","declared_by":"home-manager/modules/programs/zplug.nix
"},{"title":"programs.zsh.zprof.enable","description":"Enable zprof in your zshrc.","note":"","type":"unspecified value","default":"false","example":"","declared_by":"home-manager/modules/programs/zsh.nix
"},{"title":"programs.zsh.zsh-abbr.enable","description":"Whether to enable zsh-abbr - zsh manager for auto-expanding abbreviations.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/zsh/zsh-abbr.nix
"},{"title":"programs.zsh.zsh-abbr.abbreviations","description":"An attribute set that maps aliases (the top level attribute namesin this option) to abbreviations. Abbreviations are expanded withthe longer phrase after they are entered.","note":"","type":"attribute set of string","default":"{ }","example":"{ gco = \"git checkout\"; l = \"less\";}","declared_by":"home-manager/modules/programs/zsh/zsh-abbr.nix
"},{"title":"qt.enable","description":"Whether to enable Qt 5 and 6 configuration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/misc/qt.nix
"},{"title":"qt.platformTheme","description":"Platform theme to use for Qt applications.","note":"The options are","type":"null or one of “gtk”, “gtk3”, “gnome”, “lxqt”, “qtct”, “kde”","default":"null","example":"\"gnome\"","declared_by":"home-manager/modules/misc/qt.nix
"},{"title":"","description":"Use GTK theme withqtstyleplugins","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Use GTK3 integrationfor file picker dialogs, font and theme configuration","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Use GNOME theme withqgnomeplatform","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Use LXQt theme style set using thelxqt-config-appearanceapplication","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Use Qt style set usingqt5ctand qt6ctapplications","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Use Qt settings from Plasma","note":"","type":"","default":"","example":"","declared_by":""},{"title":"qt.style.package","description":"Theme package to be used in Qt5/Qt6 applications.Auto-detected from qt.style.name if possible.","note":"","type":"null or package or list of package","default":"null","example":"pkgs.adwaita-qt","declared_by":"home-manager/modules/misc/qt.nix
"},{"title":"qt.style.name","description":"Style to use for Qt5/Qt6 applications. Case-insensitive.","note":"Some examples are","type":"null or string","default":"null","example":"\"adwaita-dark\"","declared_by":"home-manager/modules/misc/qt.nix
"},{"title":"","description":"Use the Adwaita style fromadwaita-qt","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Use the Breeze style frombreeze","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Use styles fromqtstyleplugins","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Use styles fromkvantum","note":"","type":"","default":"","example":"","declared_by":""},{"title":"services.activitywatch.enable","description":"Whether to enable ActivityWatch, an automated time tracker.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/activitywatch.nix
"},{"title":"services.activitywatch.package","description":"Package containing the Rust implementation of ActivityWatchserver.","note":"","type":"package","default":"pkgs.activitywatch","example":"pkgs.aw-server-rust","declared_by":"home-manager/modules/services/activitywatch.nix
"},{"title":"services.activitywatch.extraOptions","description":"Additional arguments to be passed on to the ActivityWatch server.","note":"","type":"list of string","default":"[ ]","example":"[ \"--port\" \"5999\"]","declared_by":"home-manager/modules/services/activitywatch.nix
"},{"title":"services.activitywatch.settings","description":"Configuration for aw-server-rust to be generated at$XDG_CONFIG_HOME/activitywatch/aw-server-rust/config.toml.","note":"","type":"TOML value","default":"{ }","example":"{ port = 3012; custom_static = { my-custom-watcher = \"${pkgs.my-custom-watcher}/share/my-custom-watcher/static\"; aw-keywatcher = \"${pkgs.aw-keywatcher}/share/aw-keywatcher/static\"; };}","declared_by":"home-manager/modules/services/activitywatch.nix
"},{"title":"services.activitywatch.watchers","description":"Watchers to be included with the service alongside with theirconfiguration.","note":"If a configuration is set, a file will be generated in$XDG_CONFIG_HOME/activitywatch/$WATCHER_NAME/$WATCHER_SETTINGS_FILENAME.","type":"attribute set of (submodule)","default":"{ }","example":"{ aw-watcher-afk = { package = pkgs.activitywatch; settings = { timeout = 300; poll_time = 2; }; }; aw-watcher-windows = { package = pkgs.activitywatch; settings = { poll_time = 1; exclude_title = true; }; }; my-custom-watcher = { package = pkgs.my-custom-watcher; executable = \"mcw\"; settings = { hello = \"there\"; enable_greetings = true; poll_time = 5; }; settingsFilename = \"config.toml\"; };}","declared_by":"home-manager/modules/services/activitywatch.nix
"},{"title":"services.activitywatch.watchers.<name>.package","description":"The derivation containing the watcher executable.","note":"","type":"package","default":"","example":"pkgs.activitywatch","declared_by":"home-manager/modules/services/activitywatch.nix
"},{"title":"services.activitywatch.watchers.<name>.executable","description":"The name of the executable of the watcher. This is useful in case thewatcher name is different from the executable. By default, thisoption uses the watcher name.","note":"","type":"string","default":"\"‹name›\"","example":"","declared_by":"home-manager/modules/services/activitywatch.nix
"},{"title":"services.activitywatch.watchers.<name>.extraOptions","description":"Extra arguments to be passed to the watcher executable.","note":"","type":"list of string","default":"[ ]","example":"[ \"--host\" \"127.0.0.1\"]","declared_by":"home-manager/modules/services/activitywatch.nix
"},{"title":"services.activitywatch.watchers.<name>.name","description":"The name of the watcher. This will be used as the directory name for$XDG_CONFIG_HOME/activitywatch/$NAME whenservices.activitywatch.watchers..settings is set.","note":"","type":"string","default":"\"‹name›\"","example":"\"aw-watcher-afk\"","declared_by":"home-manager/modules/services/activitywatch.nix
"},{"title":"services.activitywatch.watchers.<name>.settings","description":"The settings for the individual watcher in TOML format. If set, afile will be generated at$XDG_CONFIG_HOME/activitywatch/$NAME/$FILENAME.","note":"To set the basename of the settings file, seeservices.activitywatch.watchers..settingsFilename.","type":"TOML value","default":"{ }","example":"{ poll_time = 2; timeout = 300;}","declared_by":"home-manager/modules/services/activitywatch.nix
"},{"title":"services.activitywatch.watchers.<name>.settingsFilename","description":"The filename of the generated settings file. By default, this usesthe watcher name to be generated at$XDG_CONFIG_HOME/activitywatch/$NAME/$NAME.toml.","note":"This is useful in case the watcher requires a different name for theconfiguration file.","type":"string","default":"\"‹name›.toml\"","example":"\"config.toml\"","declared_by":"home-manager/modules/services/activitywatch.nix
"},{"title":"services.arrpc.enable","description":"Whether to enable arrpc.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/arrpc.nix
"},{"title":"services.arrpc.package","description":"The arrpc package to use.","note":"","type":"package","default":"pkgs.arrpc","example":"","declared_by":"home-manager/modules/services/arrpc.nix
"},{"title":"services.arrpc.systemdTarget","description":"Systemd target to bind to.","note":"","type":"string","default":"\"graphical-session.target\"","example":"\"sway-session.target\"","declared_by":"home-manager/modules/services/arrpc.nix
"},{"title":"services.autorandr.enable","description":"Whether to enable the Autorandr systemd service.This module is complementary to programs.autorandrwhich handles the configuration (profiles).","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/autorandr.nix
"},{"title":"services.autorandr.ignoreLid","description":"Treat outputs as connected even if their lids are closed.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/autorandr.nix
"},{"title":"services.avizo.enable","description":"Whether to enable avizo, a simple notification daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/avizo.nix
"},{"title":"services.avizo.package","description":"The avizo package to use.","note":"","type":"package","default":"pkgs.avizo","example":"pkgs.avizo.overrideAttrs (final: prev: { patchPhase = \"cp ${./images}/*.png data/images/\";})","declared_by":"home-manager/modules/services/avizo.nix
"},{"title":"services.avizo.settings","description":"The settings that will be written to the avizo configuration file.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ default = { time = 1.0; y-offset = 0.5; fade-in = 0.1; fade-out = 0.2; padding = 10; };}","declared_by":"home-manager/modules/services/avizo.nix
"},{"title":"services.barrier.client.enable","description":"Whether to enable Barrier Client daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/barrier.nix
"},{"title":"services.barrier.client.enableCrypto","description":"Whether to enable crypto (SSL) plugin.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/services/barrier.nix
"},{"title":"services.barrier.client.enableDragDrop","description":"Whether to enable file drag & drop.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/barrier.nix
"},{"title":"services.barrier.client.extraFlags","description":"Additional flags to pass to barrierc.See barrierc --help.","note":"","type":"list of string","default":"[ \"-f\" ]","example":"","declared_by":"home-manager/modules/services/barrier.nix
"},{"title":"services.barrier.client.name","description":"Screen name of client. Defaults to hostname.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/barrier.nix
"},{"title":"services.barrier.client.server","description":"Server to connect to formatted as[:].Port defaults to 24800.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/services/barrier.nix
"},{"title":"services.batsignal.enable","description":"Whether to enable Batsignal Battery Daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/batsignal.nix
"},{"title":"services.batsignal.package","description":"The batsignal package to use.","note":"","type":"package","default":"pkgs.batsignal","example":"","declared_by":"home-manager/modules/services/batsignal.nix
"},{"title":"services.batsignal.extraArgs","description":"Extra arguments to be passed to the batsignal executable.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/services/batsignal.nix
"},{"title":"services.betterlockscreen.enable","description":"Whether to enable betterlockscreen, a screen-locker module.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/betterlockscreen.nix
"},{"title":"services.betterlockscreen.package","description":"Package providing betterlockscreen.","note":"","type":"package","default":"pkgs.betterlockscreen","example":"","declared_by":"home-manager/modules/services/betterlockscreen.nix
"},{"title":"services.betterlockscreen.arguments","description":"List of arguments appended to ./betterlockscreen --lock [args]","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/services/betterlockscreen.nix
"},{"title":"services.betterlockscreen.inactiveInterval","description":"Value used for services.screen-locker.inactiveInterval.","note":"","type":"signed integer","default":"10","example":"","declared_by":"home-manager/modules/services/betterlockscreen.nix
"},{"title":"services.blueman-applet.enable","description":"Whether to enable the Blueman applet.","note":"Note that for the applet to work, the blueman service shouldbe enabled system-wide. You can enable it in the systemconfiguration using","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/blueman-applet.nix
"},{"title":"services.borgmatic.enable","description":"Whether to enable Borgmatic service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/borgmatic.nix
"},{"title":"services.borgmatic.frequency","description":"How often to run borgmatic whenservices.borgmatic.enable = true.This value is passed to the systemd timer configuration asthe onCalendar option. Seesystemd.time(7)for more information about the format.","note":"","type":"string","default":"\"hourly\"","example":"","declared_by":"home-manager/modules/services/borgmatic.nix
"},{"title":"services.cachix-agent.enable","description":"Whether to enable Cachix Deploy Agent: https://docs.cachix.org/deploy/.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/cachix-agent.nix
"},{"title":"services.cachix-agent.package","description":"The cachix package to use.","note":"","type":"package","default":"pkgs.cachix","example":"","declared_by":"home-manager/modules/services/cachix-agent.nix
"},{"title":"services.cachix-agent.credentialsFile","description":"Required file that needs to containCACHIX_AGENT_TOKEN=....","note":"","type":"path","default":"\"${config.xdg.configHome}/cachix-agent.token\"","example":"","declared_by":"home-manager/modules/services/cachix-agent.nix
"},{"title":"services.cachix-agent.host","description":"Cachix URI to use.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/cachix-agent.nix
"},{"title":"services.cachix-agent.name","description":"The unique agent name.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/services/cachix-agent.nix
"},{"title":"services.cachix-agent.profile","description":"The Nix profile name.","note":"","type":"string","default":"\"home-manager\"","example":"","declared_by":"home-manager/modules/services/cachix-agent.nix
"},{"title":"services.cachix-agent.verbose","description":"Whether to enable verbose output.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/cachix-agent.nix
"},{"title":"services.caffeine.enable","description":"Whether to enable Caffeine service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/caffeine.nix
"},{"title":"services.cbatticon.enable","description":"Whether to enable cbatticon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/cbatticon.nix
"},{"title":"services.cbatticon.batteryId","description":"ID of the battery to monitor. List with cbatticon -p.Defaults to the first entry in the list.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/cbatticon.nix
"},{"title":"services.cbatticon.commandCriticalLevel","description":"Command to execute when the critical battery level is reached.","note":"","type":"null or strings concatenated with “\\n”","default":"null","example":"'' notify-send \"battery critical!\"''","declared_by":"home-manager/modules/services/cbatticon.nix
"},{"title":"services.cbatticon.commandLeftClick","description":"Command to execute when left clicking on the tray icon.","note":"","type":"null or strings concatenated with “\\n”","default":"null","example":"","declared_by":"home-manager/modules/services/cbatticon.nix
"},{"title":"services.cbatticon.criticalLevelPercent","description":"Critical level percentage of the battery in percent (withoutthe percent symbol).","note":"","type":"null or integer between 0 and 100 (both inclusive)","default":"null","example":"5","declared_by":"home-manager/modules/services/cbatticon.nix
"},{"title":"services.cbatticon.hideNotification","description":"Hide the notification popups.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/services/cbatticon.nix
"},{"title":"services.cbatticon.iconType","description":"Icon type to display in the system tray.","note":"","type":"null or one of “standard”, “notification”, “symbolic”","default":"null","example":"\"symbolic\"","declared_by":"home-manager/modules/services/cbatticon.nix
"},{"title":"services.cbatticon.lowLevelPercent","description":"Low level percentage of the battery in percent (without thepercent symbol).","note":"","type":"null or integer between 0 and 100 (both inclusive)","default":"null","example":"20","declared_by":"home-manager/modules/services/cbatticon.nix
"},{"title":"services.cbatticon.updateIntervalSeconds","description":"Number of seconds between updates of the battery information.","note":"","type":"null or (positive integer, meaning >0)","default":"null","example":"5","declared_by":"home-manager/modules/services/cbatticon.nix
"},{"title":"services.cliphist.enable","description":"Whether to enable cliphist, a clipboard history “manager” for wayland.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/cliphist.nix
"},{"title":"services.cliphist.package","description":"The cliphist package to use.","note":"","type":"package","default":"pkgs.cliphist","example":"","declared_by":"home-manager/modules/services/cliphist.nix
"},{"title":"services.cliphist.systemdTarget","description":"The systemd target that will automatically start the cliphist service.","note":"When setting this value to \"sway-session.target\",make sure to also enable wayland.windowManager.sway.systemd.enable,otherwise the service may never be started.","type":"string","default":"\"graphical-session.target\"","example":"\"sway-session.target\"","declared_by":"home-manager/modules/services/cliphist.nix
"},{"title":"services.clipman.enable","description":"Whether to enable clipman, a simple clipboard manager for Wayland.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/clipman.nix
"},{"title":"services.clipman.package","description":"The clipman package to use.","note":"","type":"package","default":"pkgs.clipman","example":"","declared_by":"home-manager/modules/services/clipman.nix
"},{"title":"services.clipman.systemdTarget","description":"The systemd target that will automatically start the clipman service.","note":"When setting this value to \"sway-session.target\",make sure to also enable wayland.windowManager.sway.systemd.enable,otherwise the service may never be started.","type":"string","default":"\"graphical-session.target\"","example":"\"sway-session.target\"","declared_by":"home-manager/modules/services/clipman.nix
"},{"title":"services.clipmenu.enable","description":"Whether to enable clipmenu, the clipboard management daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/clipmenu.nix
"},{"title":"services.clipmenu.package","description":"clipmenu derivation to use.","note":"","type":"package","default":"\"pkgs.clipmenu\"","example":"","declared_by":"home-manager/modules/services/clipmenu.nix
"},{"title":"services.clipmenu.launcher","description":"Launcher command, if not set, dmenuwill be used by default.","note":"","type":"null or string","default":"null","example":"\"rofi\"","declared_by":"home-manager/modules/services/clipmenu.nix
"},{"title":"services.comodoro.enable","description":"Whether to enable Comodoro server.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/comodoro.nix
"},{"title":"services.comodoro.package","description":"The comodoro package to use.","note":"","type":"package","default":"pkgs.comodoro","example":"","declared_by":"home-manager/modules/services/comodoro.nix
"},{"title":"services.comodoro.environment","description":"Extra environment variables to be exported in the service.","note":"","type":"attribute set of string","default":"{ }","example":"{ \"PASSWORD_STORE_DIR\" = \"~/.password-store\";}","declared_by":"home-manager/modules/services/comodoro.nix
"},{"title":"services.comodoro.preset","description":"Use configuration from the given preset as defined in the configuration file.","note":"","type":"non-empty string","default":"","example":"","declared_by":"home-manager/modules/services/comodoro.nix
"},{"title":"services.comodoro.protocols","description":"Define protocols the server should use to accept requests.","note":"","type":"non-empty (list of non-empty string)","default":"","example":"","declared_by":"home-manager/modules/services/comodoro.nix
"},{"title":"services.copyq.enable","description":"Whether to enable CopyQ, a clipboard manager with advanced features.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/copyq.nix
"},{"title":"services.copyq.package","description":"The copyq package to use.","note":"","type":"package","default":"pkgs.copyq","example":"","declared_by":"home-manager/modules/services/copyq.nix
"},{"title":"services.copyq.systemdTarget","description":"The systemd target that will automatically start the CopyQ service.","note":"When setting this value to \"sway-session.target\",make sure to also enable wayland.windowManager.sway.systemd.enable,otherwise the service may never be started.","type":"string","default":"\"graphical-session.target\"","example":"\"sway-session.target\"","declared_by":"home-manager/modules/services/copyq.nix
"},{"title":"services.darkman.enable","description":"Whether to enable darkman, a tool that automatically switches dark-mode on and off based onthe time of the day.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/darkman.nix
"},{"title":"services.darkman.package","description":"The darkman package to use.","note":"","type":"package","default":"pkgs.darkman","example":"","declared_by":"home-manager/modules/services/darkman.nix
"},{"title":"services.darkman.darkModeScripts","description":"Scripts to run when switching to “dark mode”.","note":"Multiline strings are interpreted as Bash shell scripts and a shebang isnot required.","type":"attribute set of (path or strings concatenated with “\\n”)","default":"{ }","example":"{ gtk-theme = '' ${pkgs.dconf}/bin/dconf write \\ /org/gnome/desktop/interface/color-scheme \"'prefer-dark'\" ''; my-python-script = pkgs.writers.writePython3 \"my-python-script\" { } '' print('Do something!') '';}","declared_by":"home-manager/modules/services/darkman.nix
"},{"title":"services.darkman.lightModeScripts","description":"Scripts to run when switching to “light mode”.","note":"Multiline strings are interpreted as Bash shell scripts and a shebang isnot required.","type":"attribute set of (path or strings concatenated with “\\n”)","default":"{ }","example":"{ gtk-theme = '' ${pkgs.dconf}/bin/dconf write \\ /org/gnome/desktop/interface/color-scheme \"'prefer-light'\" ''; my-python-script = pkgs.writers.writePython3 \"my-python-script\" { } '' print('Do something!') '';}","declared_by":"home-manager/modules/services/darkman.nix
"},{"title":"services.darkman.settings","description":"Settings for the darkman command. Seehttps://darkman.whynothugo.nl/#CONFIGURATION for details.","note":"","type":"YAML value","default":"","example":"{ lat = 52.3; lng = 4.8; usegeoclue = true;}","declared_by":"home-manager/modules/services/darkman.nix
"},{"title":"services.devilspie2.enable","description":"Whether to enable Devilspie2, a window matching utility, allowing the user toperform scripted actions on windows as they are created.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/devilspie2.nix
"},{"title":"services.devilspie2.config","description":"Content of file placed in the devilspie2 config directory.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' if (get_window_class() == \"Gnome-terminal\") then make_always_on_top(); end''","declared_by":"home-manager/modules/services/devilspie2.nix
"},{"title":"services.dropbox.enable","description":"Whether to enable Dropbox daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/dropbox.nix
"},{"title":"services.dropbox.path","description":"Where to put the Dropbox directory.","note":"","type":"path","default":"\"${config.home.homeDirectory}/Dropbox\"","example":"","declared_by":"home-manager/modules/services/dropbox.nix
"},{"title":"services.dunst.enable","description":"Whether to enable the dunst notification daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/dunst.nix
"},{"title":"services.dunst.package","description":"Package providing dunst.","note":"","type":"package","default":"pkgs.dunst","example":"","declared_by":"home-manager/modules/services/dunst.nix
"},{"title":"services.dunst.configFile","description":"Path to the configuration file read by dunst.","note":"Note that the configuration generated by Home Manager will bewritten to $XDG_CONFIG_HOME/dunst/dunstrcregardless. This allows using a mutable configuration file generatedfrom the immutable one, useful in scenarios where live reloading isdesired.","type":"string or path","default":"\"$XDG_CONFIG_HOME/dunst/dunstrc\"","example":"","declared_by":"home-manager/modules/services/dunst.nix
"},{"title":"services.dunst.iconTheme","description":"Set the icon theme.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/services/dunst.nix
"},{"title":"services.dunst.iconTheme.package","description":"Package providing the theme.","note":"","type":"package","default":"","example":"pkgs.gnome.adwaita-icon-theme","declared_by":"home-manager/modules/services/dunst.nix
"},{"title":"services.dunst.iconTheme.name","description":"The name of the theme within the package.","note":"","type":"string","default":"","example":"\"Adwaita\"","declared_by":"home-manager/modules/services/dunst.nix
"},{"title":"services.dunst.iconTheme.size","description":"The desired icon size.","note":"","type":"string","default":"\"32x32\"","example":"\"16x16\"","declared_by":"home-manager/modules/services/dunst.nix
"},{"title":"services.dunst.settings","description":"Configuration written to $XDG_CONFIG_HOME/dunst/dunstrc.","note":"","type":"attribute set of attribute set of (string or boolean or signed integer or list of string)","default":"{ }","example":"{ global = { width = 300; height = 300; offset = \"30x50\"; origin = \"top-right\"; transparency = 10; frame_color = \"#eceff1\"; font = \"Droid Sans 9\"; }; urgency_normal = { background = \"#37474f\"; foreground = \"#eceff1\"; timeout = 10; };};","declared_by":"home-manager/modules/services/dunst.nix
"},{"title":"services.dunst.settings.global.icon_path","description":"Paths where dunst will look for icons.","note":"","type":"strings concatenated with “:”","default":"","example":"","declared_by":"home-manager/modules/services/dunst.nix
"},{"title":"services.dunst.waylandDisplay","description":"Set the service’s WAYLAND_DISPLAY environment variable.","note":"","type":"string","default":"\"\"","example":"","declared_by":"home-manager/modules/services/dunst.nix
"},{"title":"services.dwm-status.enable","description":"Whether to enable dwm-status user service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/dwm-status.nix
"},{"title":"services.dwm-status.package","description":"Which dwm-status package to use.","note":"","type":"package","default":"pkgs.dwm-status","example":"\"pkgs.dwm-status.override { enableAlsaUtils = false; }\"","declared_by":"home-manager/modules/services/dwm-status.nix
"},{"title":"services.dwm-status.extraConfig","description":"Extra config of dwm-status.","note":"","type":"JSON value","default":"{ }","example":"{ separator = \"#\"; battery = { notifier_levels = [ 2 5 10 15 20 ]; }; time = { format = \"%H:%M\"; };}","declared_by":"home-manager/modules/services/dwm-status.nix
"},{"title":"services.dwm-status.order","description":"List of enabled features in order.","note":"","type":"list of (one of “audio”, “backlight”, “battery”, “cpu_load”, “network”, “time”)","default":"","example":"","declared_by":"home-manager/modules/services/dwm-status.nix
"},{"title":"services.easyeffects.enable","description":"Whether to enable Easyeffects daemon.Note, it is necessary to add","note":"programs.dconf.enable = true;","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/easyeffects.nix
"},{"title":"services.easyeffects.package","description":"The easyeffects package to use.","note":"","type":"package","default":"pkgs.easyeffects","example":"","declared_by":"home-manager/modules/services/easyeffects.nix
"},{"title":"services.easyeffects.preset","description":"Which preset to use when starting easyeffects.Will likely need to launch easyeffects to initially create preset.","note":"","type":"string","default":"\"\"","example":"","declared_by":"home-manager/modules/services/easyeffects.nix
"},{"title":"services.emacs.enable","description":"Whether to enable the Emacs daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/emacs.nix
"},{"title":"services.emacs.package","description":"The Emacs package to use.","note":"","type":"package","default":"","example":"","declared_by":"home-manager/modules/services/emacs.nix
"},{"title":"services.emacs.client.enable","description":"Whether to enable generation of Emacs client desktop file.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/emacs.nix
"},{"title":"services.emacs.client.arguments","description":"Command-line arguments to pass to emacsclient.","note":"","type":"list of string","default":"","example":"","declared_by":"home-manager/modules/services/emacs.nix
"},{"title":"services.emacs.defaultEditor","description":"Whether to configure emacsclient as the defaulteditor using the EDITOR environment variable.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/emacs.nix
"},{"title":"services.emacs.extraOptions","description":"Extra command-line arguments to pass to emacs.","note":"","type":"list of string","default":"[ ]","example":"[ \"-f\" \"exwm-enable\"]","declared_by":"home-manager/modules/services/emacs.nix
"},{"title":"services.emacs.socketActivation.enable","description":"Whether to enable systemd socket activation for the Emacs service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/emacs.nix
"},{"title":"services.emacs.startWithUserSession","description":"Whether to launch Emacs service with the systemd user session. If it istrue, Emacs service is started bydefault.target. If it is\"graphical\", Emacs service is started bygraphical-session.target.","note":"","type":"boolean or value “graphical” (singular enum)","default":"!config.services.emacs.socketActivation.enable","example":"\"graphical\"","declared_by":"home-manager/modules/services/emacs.nix
"},{"title":"services.espanso.enable","description":"Whether to enable Espanso: cross platform text expander in Rust.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/espanso.nix
"},{"title":"services.espanso.package","description":"Which espanso package to use","note":"","type":"package","default":"pkgs.espanso","example":"","declared_by":"home-manager/modules/services/espanso.nix
"},{"title":"services.espanso.configs","description":"The Espanso configuration to use. Seehttps://espanso.org/docs/configuration/basics/for a description of available options.","note":"","type":"YAML value","default":"","example":"{ default = { show_notifications = false; }; vscode = { filter_title = \"Visual Studio Code$\"; backend = \"Clipboard\"; };};","declared_by":"home-manager/modules/services/espanso.nix
"},{"title":"services.espanso.matches","description":"The Espanso matches to use. Seehttps://espanso.org/docs/matches/basics/for a description of available options.","note":"","type":"YAML value","default":"","example":"{ base = { matches = [ { trigger = \":now\"; replace = \"It's {{currentdate}} {{currenttime}}\"; } { trigger = \":hello\"; replace = \"line1\\nline2\"; } { regex = \":hi(?P.*)\\\\.\"; replace = \"Hi {{person}}!\"; } ]; }; global_vars = { global_vars = [ { name = \"currentdate\"; type = \"date\"; params = {format = \"%d/%m/%Y\";}; } { name = \"currenttime\"; type = \"date\"; params = {format = \"%R\";}; } ]; };};","declared_by":"home-manager/modules/services/espanso.nix
"},{"title":"services.etesync-dav.enable","description":"Whether to enable etesync-dav.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/etesync-dav.nix
"},{"title":"services.etesync-dav.package","description":"The etesync-dav derivation to use.","note":"","type":"package","default":"\"pkgs.etesync-dav\"","example":"","declared_by":"home-manager/modules/services/etesync-dav.nix
"},{"title":"services.etesync-dav.serverUrl","description":"The URL to the etesync server.","note":"","type":"string","default":"\"https://api.etesync.com/\"","example":"","declared_by":"home-manager/modules/services/etesync-dav.nix
"},{"title":"services.etesync-dav.settings","description":"Settings for etesync-dav, passed as environment variables.","note":"","type":"attribute set of (string or signed integer)","default":"{ }","example":"{ ETESYNC_LISTEN_ADDRESS = \"localhost\"; ETESYNC_LISTEN_PORT = 37358;}","declared_by":"home-manager/modules/services/etesync-dav.nix
"},{"title":"services.flameshot.enable","description":"Whether to enable Flameshot.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/flameshot.nix
"},{"title":"services.flameshot.package","description":"Package providing flameshot.","note":"","type":"package","default":"pkgs.flameshot","example":"","declared_by":"home-manager/modules/services/flameshot.nix
"},{"title":"services.flameshot.settings","description":"Configuration to use for Flameshot. Seehttps://github.com/flameshot-org/flameshot/blob/master/flameshot.example.inifor available options.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ General = { disabledTrayIcon = true; showStartupLaunchMessage = false; };}","declared_by":"home-manager/modules/services/flameshot.nix
"},{"title":"services.fluidsynth.enable","description":"Whether to enable fluidsynth midi synthesizer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/fluidsynth.nix
"},{"title":"services.fluidsynth.extraOptions","description":"Extra arguments, added verbatim to the fluidsynth command. Seefluidsynth.conf(1).","note":"","type":"list of string","default":"[ ]","example":"[ \"--sample-rate 96000\"]","declared_by":"home-manager/modules/services/fluidsynth.nix
"},{"title":"services.fluidsynth.soundFont","description":"The soundfont file to use, in SoundFont 2 format.","note":"","type":"path","default":"\"\\${pkgs.soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2\"","example":"","declared_by":"home-manager/modules/services/fluidsynth.nix
"},{"title":"services.fluidsynth.soundService","description":"The systemd sound service to depend on.","note":"","type":"one of “jack”, “pipewire-pulse”, “pulseaudio”","default":"\"pulseaudio\"","example":"\"pipewire-pulse\"","declared_by":"home-manager/modules/services/fluidsynth.nix
"},{"title":"services.fnott.enable","description":"Whether to enable fnott, a lightweight Wayland notification daemon for wlroots-based compositors.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/fnott.nix
"},{"title":"services.fnott.package","description":"Package providing fnott.","note":"","type":"package","default":"pkgs.fnott","example":"","declared_by":"home-manager/modules/services/fnott.nix
"},{"title":"services.fnott.configFile","description":"Path to the configuration file read by fnott.","note":"Note that environment variables in the path won’t be properly expanded.","type":"string or path","default":"\"$XDG_CONFIG_HOME/fnott/fnott.ini\"","example":"","declared_by":"home-manager/modules/services/fnott.nix
"},{"title":"services.fnott.extraFlags","description":"Extra arguments to use for executing fnott.","note":"","type":"list of string","default":"[ ]","example":"[ \"-s\"]","declared_by":"home-manager/modules/services/fnott.nix
"},{"title":"services.fnott.settings","description":"Configuration written to$XDG_CONFIG_HOME/fnott/fnott.ini.","note":"Seefnott.ini(5) for a list of available options and https://codeberg.org/dnkl/fnott/src/branch/master/fnott.inifor an example configuration.","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ main = { notification-margin = 5; }; low = { timeout = 5; title-font = \"Dina:weight=bold:slant=italic\"; title-color = \"ffffff\"; };}","declared_by":"home-manager/modules/services/fnott.nix
"},{"title":"services.fusuma.enable","description":"Whether to enable the fusuma systemd service to automatically enable touchpad gesture.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/fusuma.nix
"},{"title":"services.fusuma.package","description":"Package providing fusuma.","note":"","type":"package","default":"pkgs.fusuma","example":"","declared_by":"home-manager/modules/services/fusuma.nix
"},{"title":"services.fusuma.extraPackages","description":"Extra packages needs to bring to the scope of fusuma service.","note":"","type":"list of package","default":"pkgs.xdotool pkgs.coreutils pkgs.xorg.xprop","example":"with pkgs; [ xdotool coreutils xorg.xprop ];","declared_by":"home-manager/modules/services/fusuma.nix
"},{"title":"services.fusuma.settings","description":"YAML config that will override the default fusuma configuration.","note":"","type":"YAML value","default":"","example":"{ threshold = { swipe = 0.1; }; interval = { swipe = 0.7; }; swipe = { \"3\" = { left = { # GNOME: Switch to left workspace command = \"xdotool key ctrl+alt+Right\"; }; }; };};","declared_by":"home-manager/modules/services/fusuma.nix
"},{"title":"services.gammastep.enable","description":"Whether to enable Gammastep.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.gammastep.enableVerboseLogging","description":"Whether to enable verbose service logging.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.gammastep.package","description":"Gammastep derivation to use.","note":"","type":"package","default":"pkgs.gammastep","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.gammastep.dawnTime","description":"Set the time interval of dawn manually.The times must be specified as HH:MM in 24-hour format.","note":"","type":"null or string","default":"null","example":"\"6:00-7:45\"","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.gammastep.duskTime","description":"Set the time interval of dusk manually.The times must be specified as HH:MM in 24-hour format.","note":"","type":"null or string","default":"null","example":"\"18:35-20:15\"","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.gammastep.latitude","description":"Your current latitude, between -90.0 and90.0. Must be provided along withlongitude.","note":"","type":"null or string or floating point number","default":"null","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.gammastep.longitude","description":"Your current longitude, between -180.0 and180.0. Must be provided along withlatitude.","note":"","type":"null or string or floating point number","default":"null","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.gammastep.provider","description":"The location provider to use for determining your location. If set tomanual you must also provide latitude/longitude.If set to geoclue2, you must also enable the globalgeoclue2 service.","note":"","type":"one of “manual”, “geoclue2”","default":"\"manual\"","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.gammastep.settings","description":"The configuration to pass to Gammastep.Available options for Gammastep described ingammastep(1).","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ general = { adjustment-method = \"randr\"; }; randr = { screen = 0; };};","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.gammastep.temperature.day","description":"Colour temperature to use during the day, between1000 and 25000 K.","note":"","type":"signed integer","default":"5500","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.gammastep.temperature.night","description":"Colour temperature to use at night, between1000 and 25000 K.","note":"","type":"signed integer","default":"3700","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.gammastep.tray","description":"Start the gammastep-indicator tray applet.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/redshift-gammastep/gammastep.nix
"},{"title":"services.getmail.enable","description":"Whether to enable the getmail systemd service to automatically retrieve mail.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/getmail.nix
"},{"title":"services.getmail.frequency","description":"The refresh frequency. Check man systemd.time formore information on the syntax. If you use a gpg-agent incombination with the passwordCommand, keep the pollfrequency below the cache-ttl value (as set by thedefault) to avoid pinentry askingpermanently for a password.","note":"","type":"string","default":"\"*:0/5\"","example":"\"hourly\"","declared_by":"home-manager/modules/services/getmail.nix
"},{"title":"services.git-sync.enable","description":"Whether to enable git-sync services.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/git-sync.nix
"},{"title":"services.git-sync.package","description":"Package containing the git-sync program.","note":"","type":"package","default":"pkgs.git-sync","example":"","declared_by":"home-manager/modules/services/git-sync.nix
"},{"title":"services.git-sync.repositories","description":"The repositories that should be synchronized.","note":"","type":"attribute set of (submodule)","default":"","example":"","declared_by":"home-manager/modules/services/git-sync.nix
"},{"title":"services.git-sync.repositories.<name>.extraPackages","description":"Extra packages available to git-sync.","note":"","type":"list of package","default":"[ ]","example":"with pkgs; [ git-crypt ]","declared_by":"home-manager/modules/services/git-sync.nix
"},{"title":"services.git-sync.repositories.<name>.interval","description":"The interval, specified in seconds, at which the synchronization willbe triggered even without filesystem changes.","note":"","type":"signed integer","default":"500","example":"","declared_by":"home-manager/modules/services/git-sync.nix
"},{"title":"services.git-sync.repositories.<name>.path","description":"The path at which to sync the repository","note":"","type":"path","default":"","example":"","declared_by":"home-manager/modules/services/git-sync.nix
"},{"title":"services.git-sync.repositories.<name>.uri","description":"The URI of the remote to be synchronized. This is only used in theevent that the directory does not already exist. Seehttps://git-scm.com/docs/git-clone#_git_urlsfor the supported URIs.","note":"This option is not supported on Darwin.","type":"string","default":"","example":"\"git+ssh://user@example.com:/~[user]/path/to/repo.git\"","declared_by":"home-manager/modules/services/git-sync.nix
"},{"title":"services.gnome-keyring.enable","description":"Whether to enable GNOME Keyring.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/gnome-keyring.nix
"},{"title":"services.gnome-keyring.components","description":"The GNOME keyring components to start. If empty then thedefault set of components will be started.","note":"","type":"list of (one of “pkcs11”, “secrets”, “ssh”)","default":"[ ]","example":"","declared_by":"home-manager/modules/services/gnome-keyring.nix
"},{"title":"services.gpg-agent.enable","description":"Whether to enable GnuPG private key agent.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.enableBashIntegration","description":"Whether to enable Bash integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.enableExtraSocket","description":"Whether to enable extra socket of the GnuPG key agent (useful for GPGAgent forwarding).","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.enableFishIntegration","description":"Whether to enable Fish integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.enableNushellIntegration","description":"Whether to enable Nushell integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.enableScDaemon","description":"Make use of the scdaemon tool. This option has the effect ofenabling the ability to do smartcard operations. Whendisabled, this option passesdisable-scdaemon setting to gpg-agent.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.enableSshSupport","description":"Whether to use the GnuPG key agent for SSH keys.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.enableZshIntegration","description":"Whether to enable Zsh integration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.defaultCacheTtl","description":"Set the time a cache entry is valid to the given number ofseconds.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.defaultCacheTtlSsh","description":"Set the time a cache entry used for SSH keys is valid to thegiven number of seconds.","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.extraConfig","description":"Extra configuration lines to append to the gpg-agentconfiguration file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' allow-emacs-pinentry allow-loopback-pinentry''","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.grabKeyboardAndMouse","description":"Tell the pinentry to grab the keyboard and mouse. Thisoption should in general be used to avoid X-sniffingattacks. When disabled, this option passesno-grab setting to gpg-agent.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.maxCacheTtl","description":"Set the maximum time a cache entry is valid to n seconds. After thistime a cache entry will be expired even if it has been accessedrecently or has been set using gpg-preset-passphrase. The default is2 hours (7200 seconds).","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.maxCacheTtlSsh","description":"Set the maximum time a cache entry used for SSH keys is valid to nseconds. After this time a cache entry will be expired even if it hasbeen accessed recently or has been set using gpg-preset-passphrase.The default is 2 hours (7200 seconds).","note":"","type":"null or signed integer","default":"null","example":"","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.pinentryPackage","description":"Which pinentry interface to use. If notnull, it setspinentry-program ingpg-agent.conf. Beware thatpinentry-gnome3 may not work on non-Gnomesystems. You can fix it by adding the following to yoursystem configuration:","note":"services.dbus.packages = [ pkgs.gcr ];","type":"null or package","default":"null","example":"pkgs.pinentry-gnome3","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.sshKeys","description":"Which GPG keys (by keygrip) to expose as SSH keys.","note":"","type":"null or (list of string)","default":"null","example":"","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.gpg-agent.verbose","description":"Whether to produce verbose output.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/gpg-agent.nix
"},{"title":"services.grobi.enable","description":"Whether to enable the grobi display setup daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/grobi.nix
"},{"title":"services.grobi.executeAfter","description":"Commands to be run after an output configuration waschanged. The Nix value declared here will be translated toJSON and written to the execute_after keyin $XDG_CONFIG_HOME/grobi.conf.","note":"","type":"list of string","default":"[ ]","example":"[ \"setxkbmap dvorak\"]","declared_by":"home-manager/modules/services/grobi.nix
"},{"title":"services.grobi.rules","description":"These are the rules grobi tries to match to the currentoutput configuration. The rules are evaluated top to bottom,the first matching rule is applied and processing stops. Seehttps://github.com/fd0/grobi/blob/master/doc/grobi.conffor more information. The Nix value declared here will betranslated to JSON and written to the ruleskey in $XDG_CONFIG_HOME/grobi.conf.","note":"","type":"list of attribute set of (string or boolean or signed integer or list of string)","default":"[ ]","example":"[ { name = \"Home\"; outputs_connected = [ \"DP-2\" ]; configure_single = \"DP-2\"; primary = true; atomic = true; execute_after = [ \"${pkgs.xorg.xrandr}/bin/xrandr --dpi 96\" \"${pkgs.xmonad-with-packages}/bin/xmonad --restart\"; ]; } { name = \"Mobile\"; outputs_disconnected = [ \"DP-2\" ]; configure_single = \"eDP-1\"; primary = true; atomic = true; execute_after = [ \"${pkgs.xorg.xrandr}/bin/xrandr --dpi 120\" \"${pkgs.xmonad-with-packages}/bin/xmonad --restart\"; ]; }]","declared_by":"home-manager/modules/services/grobi.nix
"},{"title":"services.gromit-mpx.enable","description":"Whether to enable Gromit-MPX annotation tool.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.gromit-mpx.package","description":"The gromit-mpx package to use.","note":"","type":"package","default":"\"pkgs.gromit-mpx\"","example":"","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.gromit-mpx.hotKey","description":"A keysym or raw keycode that toggles the activation state ofgromit-mpx. Set to null to disable thehotkey in which case you’ll have to activate gromit-mpxmanually using the command line.","note":"","type":"null or string or (positive integer, meaning >0)","default":"\"F9\"","example":"\"Insert\"","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.gromit-mpx.opacity","description":"Opacity of the drawing overlay.","note":"","type":"float between 0.0 and 1.0 (inclusive)","default":"0.75","example":"1.0","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.gromit-mpx.tools","description":"Tool definitions for gromit-mpx to use.","note":"","type":"list of (submodule)","default":"","example":"","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.gromit-mpx.tools.*.arrowSize","description":"If not null, automatically draw an arrowat the end of a stroke with the given size.","note":"","type":"null or (positive integer, meaning >0)","default":"null","example":"2","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.gromit-mpx.tools.*.color","description":"The stroke (or recolor) color of the tool.","note":"","type":"string","default":"\"red\"","example":"\"#ff00ff\"","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.gromit-mpx.tools.*.device","description":"Use this tool with the given xinput device. The device withthe name default works with any input.","note":"","type":"string","default":"","example":"\"default\"","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.gromit-mpx.tools.*.modifiers","description":"Only activate this tool if the given modifiers are also active.","note":"","type":"list of (one of “1”, “2”, “3”, “4”, “5”, “SHIFT”, “CONTROL”, “ALT”, “META”)","default":"[ ]","example":"[ \"SHIFT\"]","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.gromit-mpx.tools.*.size","description":"The tool size.","note":"","type":"positive integer, meaning >0","default":"5","example":"3","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.gromit-mpx.tools.*.type","description":"Which type of tool this is.","note":"","type":"one of “pen”, “eraser”, “recolor”","default":"\"pen\"","example":"\"eraser\"","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.gromit-mpx.undoKey","description":"A keysym or raw keycode that causes gromit-mpx to undo thelast stroke. Use this key along with the shift key to redo anundone stoke. Set to null to disable theundo hotkey.","note":"","type":"null or string or (positive integer, meaning >0)","default":"\"F10\"","example":"","declared_by":"home-manager/modules/services/gromit-mpx.nix
"},{"title":"services.himalaya-watch.enable","description":"Whether to enable the email client Himalaya CLI envelopes watcher service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/programs/himalaya.nix
"},{"title":"services.himalaya-watch.environment","description":"Extra environment variables to be exported in the service.","note":"","type":"attribute set of string","default":"{ }","example":"{ \"PASSWORD_STORE_DIR\" = \"~/.password-store\";}","declared_by":"home-manager/modules/programs/himalaya.nix
"},{"title":"services.himalaya-watch.settings.account","description":"Name of the account the watcher should be started for.If no account is given, the default one is used.","note":"","type":"null or string","default":"null","example":"\"personal\"","declared_by":"home-manager/modules/programs/himalaya.nix
"},{"title":"services.home-manager.autoUpgrade.enable","description":"Whether to enable the Home Manager upgrade service that periodically updates your Nixchannels before running home-manager switch.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/home-manager-auto-upgrade.nix
"},{"title":"services.home-manager.autoUpgrade.frequency","description":"The interval at which the Home Manager auto upgrade is run.This value is passed to the systemd timer configurationas the OnCalendar option.The format is described insystemd.time(7).","note":"","type":"string","default":"","example":"\"weekly\"","declared_by":"home-manager/modules/services/home-manager-auto-upgrade.nix
"},{"title":"services.hound.enable","description":"Whether to enable hound.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/hound.nix
"},{"title":"services.hound.databasePath","description":"The Hound database path.","note":"","type":"path","default":"\"$XDG_DATA_HOME/hound\"","example":"","declared_by":"home-manager/modules/services/hound.nix
"},{"title":"services.hound.listenAddress","description":"Listen address of the Hound daemon.","note":"","type":"string","default":"\"localhost:6080\"","example":"","declared_by":"home-manager/modules/services/hound.nix
"},{"title":"services.hound.maxConcurrentIndexers","description":"Limit the amount of concurrent indexers.","note":"","type":"positive integer, meaning >0","default":"2","example":"","declared_by":"home-manager/modules/services/hound.nix
"},{"title":"services.hound.repositories","description":"The repository configuration.","note":"","type":"attribute set of (JSON value)","default":"{ }","example":"{ SomeGitRepo = { url = \"https://www.github.com/YourOrganization/RepoOne.git\"; ms-between-poll = 10000; exclude-dot-files = true; };}","declared_by":"home-manager/modules/services/hound.nix
"},{"title":"services.imapnotify.enable","description":"Whether to enable imapnotify.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/imapnotify.nix
"},{"title":"services.imapnotify.package","description":"The imapnotify package to use","note":"","type":"package","default":"pkgs.goimapnotify","example":"pkgs.imapnotify","declared_by":"home-manager/modules/services/imapnotify.nix
"},{"title":"services.kanshi.enable","description":"Whether to enable kanshi, a Wayland daemon that automatically configures outputs.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.package","description":"kanshi derivation to use.","note":"","type":"package","default":"pkgs.kanshi","example":"","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.extraConfig","description":"Extra configuration lines to append to the kanshiconfiguration file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.profiles","description":"List of profiles.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"undocked = { outputs = [ { criteria = \"eDP-1\"; } ];};docked = { outputs = [ { criteria = \"eDP-1\"; } { criteria = \"Some Company ASDF 4242\"; transform = \"90\"; } ];};","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.profiles.<name>.exec","description":"Commands executed after the profile is successfully applied.Note that if you provide multiple commands, they will beexecuted asynchronously with no guaranteed ordering.","note":"","type":"(list of string) or string convertible to it","default":"[ ]","example":"\"[ \\${pkg.sway}/bin/swaymsg workspace 1, move workspace to eDP-1 ]\"","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.profiles.<name>.outputs","description":"Outputs configuration.","note":"","type":"list of (submodule)","default":"[ ]","example":"","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.profiles.<name>.outputs.*.adaptiveSync","description":"Enables or disables adaptive synchronization(aka. Variable Refresh Rate).","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.profiles.<name>.outputs.*.criteria","description":"The criteria can either be an output name, an output description or “*”.The latter can be used to match any output.","note":"Onsway(1),output names and descriptions can be obtained viaswaymsg -t get_outputs.","type":"string","default":"","example":"","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.profiles.<name>.outputs.*.mode","description":"x[@[Hz]]","note":"Configures the specified output to use the specified mode.Modes are a combination of width and height (in pixels) anda refresh rate (in Hz) that your display can be configured to use.","type":"null or string","default":"null","example":"\"1920x1080@60Hz\"","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.profiles.<name>.outputs.*.position","description":",","note":"Places the output at the specified position in the global coordinatesspace.","type":"null or string","default":"null","example":"\"1600,0\"","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.profiles.<name>.outputs.*.scale","description":"Scales the output by the specified scale factor.","note":"","type":"null or floating point number","default":"null","example":"2","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.profiles.<name>.outputs.*.status","description":"Enables or disables the specified output.","note":"","type":"null or one of “enable”, “disable”","default":"null","example":"","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.profiles.<name>.outputs.*.transform","description":"Sets the output transform.","note":"","type":"null or one of “normal”, “90”, “180”, “270”, “flipped”, “flipped-90”, “flipped-180”, “flipped-270”","default":"null","example":"","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kanshi.systemdTarget","description":"Systemd target to bind to.","note":"","type":"string","default":"\"sway-session.target\"","example":"","declared_by":"home-manager/modules/services/kanshi.nix
"},{"title":"services.kbfs.enable","description":"Whether to enable Keybase File System.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/kbfs.nix
"},{"title":"services.kbfs.extraFlags","description":"Additional flags to pass to the Keybase filesystem on launch.","note":"","type":"list of string","default":"[ ]","example":"[ \"-label kbfs\" \"-mount-type normal\"]","declared_by":"home-manager/modules/services/kbfs.nix
"},{"title":"services.kbfs.mountPoint","description":"Mount point for the Keybase filesystem, relative toHOME.","note":"","type":"string","default":"\"keybase\"","example":"","declared_by":"home-manager/modules/services/kbfs.nix
"},{"title":"services.kdeconnect.enable","description":"Whether to enable KDE connect.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/kdeconnect.nix
"},{"title":"services.kdeconnect.indicator","description":"Whether to enable kdeconnect-indicator service.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/kdeconnect.nix
"},{"title":"services.keybase.enable","description":"Whether to enable Keybase.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/keybase.nix
"},{"title":"services.keynav.enable","description":"Whether to enable keynav.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/keynav.nix
"},{"title":"services.lieer.enable","description":"Whether to enable lieer Gmail synchronization service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/lieer.nix
"},{"title":"services.listenbrainz-mpd.enable","description":"Whether to enable listenbrainz-mpd.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/listenbrainz-mpd.nix
"},{"title":"services.listenbrainz-mpd.package","description":"The listenbrainz-mpd package to use.","note":"","type":"package","default":"pkgs.listenbrainz-mpd","example":"","declared_by":"home-manager/modules/services/listenbrainz-mpd.nix
"},{"title":"services.listenbrainz-mpd.settings","description":"Configuration for listenbrainz-mpd written to$XDG_CONFIG_HOME/listenbrainz-mpd/config.toml.","note":"","type":"TOML value","default":"{ }","example":"{ submission = { tokenFile = \"/run/secrets/listenbrainz-mpd\"; };}","declared_by":"home-manager/modules/services/listenbrainz-mpd.nix
"},{"title":"services.lorri.enable","description":"Whether to enable lorri build daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/lorri.nix
"},{"title":"services.lorri.enableNotifications","description":"Whether to enable lorri build notifications.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/lorri.nix
"},{"title":"services.lorri.package","description":"Which lorri package to install.","note":"","type":"package","default":"pkgs.lorri","example":"","declared_by":"home-manager/modules/services/lorri.nix
"},{"title":"services.lorri.nixPackage","description":"Which nix package to use.","note":"","type":"package","default":"pkgs.nix","example":"pkgs.nixVersions.unstable","declared_by":"home-manager/modules/services/lorri.nix
"},{"title":"services.mako.enable","description":"Whether to enable Mako, lightweight notification daemon for Wayland.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.package","description":"The mako package to use.","note":"","type":"package","default":"pkgs.mako","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.actions","description":"Applications may request an action to be associated with activating anotification. Disabling this will cause mako to ignore these requests.","note":"","type":"null or boolean","default":"true","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.anchor","description":"Show notifications at the specified position on the output.Supported values are top-right, top-center, top-left, bottom-right,bottom-center, bottom-left, and center.","note":"","type":"null or one of “top-right”, “top-center”, “top-left”, “bottom-right”, “bottom-center”, “bottom-left”, “center”","default":"\"top-right\"","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.backgroundColor","description":"Set popup background color to a specific color, represented in hexcolor code.","note":"","type":"null or string","default":"\"#285577FF\"","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.borderColor","description":"Set popup border color to a specific color, represented in hex colorcode.","note":"","type":"null or string","default":"\"#4C7899FF\"","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.borderRadius","description":"Set popup corner radius to the specified number of pixels.","note":"","type":"null or signed integer","default":"0","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.borderSize","description":"Set popup border size to the specified number of pixels.","note":"","type":"null or signed integer","default":"1","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.defaultTimeout","description":"Set the default timeout to timeout in milliseconds. To disable thetimeout, set it to zero.","note":"","type":"null or signed integer","default":"0","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.extraConfig","description":"Additional configuration.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"[urgency=low]border-color=#b8bb26","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.font","description":"Font to use, in Pango format.","note":"","type":"null or string","default":"\"monospace 10\"","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.format","description":"Set notification format string to format. See FORMAT SPECIFIERS formore information. To change this for grouped notifications, set itwithin a grouped criteria.","note":"","type":"null or string","default":"\"%s\\\\n%b\"","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.groupBy","description":"A comma-separated list of criteria fields that will be compared toother visible notifications to determine if this one should form agroup with them. All listed criteria must be exactly equal for twonotifications to group.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.height","description":"Set maximum height of notification popups. Notifications whose texttakes up less space are shrunk to fit.","note":"","type":"null or signed integer","default":"100","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.iconPath","description":"Paths to search for icons when a notification specifies a nameinstead of a full path. Colon-delimited. This approximates the searchalgorithm used by the XDG Icon Theme Specification, but does notsupport any of the theme metadata. Therefore, if you want to searchparent themes, you’ll need to add them to the path manually.","note":"The /usr/share/icons/hicolor and/usr/share/pixmaps directories arealways searched.","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.icons","description":"Whether or not to show icons in notifications.","note":"","type":"null or boolean","default":"true","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.ignoreTimeout","description":"If set, mako will ignore the expire timeout sent by notificationsand use the one provided by default-timeout instead.","note":"","type":"null or boolean","default":"false","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.layer","description":"Arrange mako at the specified layer, relative to normal windows.Supported values are background, bottom, top, and overlay. Usingoverlay will cause notifications to be displayed above fullscreenwindows, though this may also occur at top depending on yourcompositor.","note":"","type":"null or one of “background”, “bottom”, “top”, “overlay”","default":"\"top\"","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.margin","description":"Set margin of each edge specified in pixels. Specify single value toapply margin on all sides. Two comma-separated values will setvertical and horizontal edges separately. Four comma-separated willgive each edge a separate value.For example: 10,20,5 will set top margin to 10, left and right to 20and bottom to five.","note":"","type":"null or string","default":"\"10\"","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.markup","description":"If 1, enable Pango markup. If 0, disable Pango markup. If enabled,Pango markup will be interpreted in your format specifier and in thebody of notifications.","note":"","type":"null or boolean","default":"true","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.maxIconSize","description":"Set maximum icon size to the specified number of pixels.","note":"","type":"null or signed integer","default":"64","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.maxVisible","description":"Set maximum number of visible notifications. Set -1 to show all.","note":"","type":"null or signed integer","default":"5","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.output","description":"Show notifications on the specified output. If empty, notificationswill appear on the focused output. Requires the compositor to supportthe Wayland protocol xdg-output-unstable-v1 version 2.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.padding","description":"Set padding of each edge specified in pixels. Specify single value toapply margin on all sides. Two comma-separated values will setvertical and horizontal edges separately. Four comma-separated willgive each edge a separate value.For example: 10,20,5 will set top margin to 10, left and right to 20and bottom to five.","note":"","type":"null or string","default":"\"5\"","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.progressColor","description":"Set popup progress indicator color to a specific color,represented in hex color code. To draw the progressindicator on top of the background color, use theover attribute. To replace the backgroundcolor, use the source attribute (this canbe useful when the notification is semi-transparent).","note":"","type":"null or string","default":"\"over #5588AAFF\"","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.sort","description":"Sorts incoming notifications by time and/or priority in ascending(+)or descending(-) order.","note":"","type":"null or one of “+time”, “-time”, “+priority”, “-priority”","default":"\"-time\"","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.textColor","description":"Set popup text color to a specific color, represented in hex colorcode.","note":"","type":"null or string","default":"\"#FFFFFFFF\"","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mako.width","description":"Set width of notification popups in specified number of pixels.","note":"","type":"null or signed integer","default":"300","example":"","declared_by":"home-manager/modules/services/mako.nix
"},{"title":"services.mbsync.enable","description":"Whether to enable mbsync.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/mbsync.nix
"},{"title":"services.mbsync.package","description":"The package to use for the mbsync binary.","note":"","type":"package","default":"pkgs.isync","example":"pkgs.isync","declared_by":"home-manager/modules/services/mbsync.nix
"},{"title":"services.mbsync.configFile","description":"Optional configuration file to link to use instead ofthe default file (~/.mbsyncrc).","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/services/mbsync.nix
"},{"title":"services.mbsync.frequency","description":"How often to run mbsync. This value is passed to the systemdtimer configuration as the onCalendar option. Seesystemd.time(7)for more information about the format.","note":"","type":"string","default":"\"*:0/5\"","example":"","declared_by":"home-manager/modules/services/mbsync.nix
"},{"title":"services.mbsync.postExec","description":"An optional command to run after mbsync executes successfully.This is useful for running mailbox indexing tools.","note":"","type":"null or string","default":"null","example":"\"\\${pkgs.mu}/bin/mu index\"","declared_by":"home-manager/modules/services/mbsync.nix
"},{"title":"services.mbsync.preExec","description":"An optional command to run before mbsync executes. This isuseful for creating the directories mbsync is going to use.","note":"","type":"null or string","default":"null","example":"\"mkdir -p %h/mail\"","declared_by":"home-manager/modules/services/mbsync.nix
"},{"title":"services.mbsync.verbose","description":"Whether mbsync should produce verbose output.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/mbsync.nix
"},{"title":"services.megasync.enable","description":"Whether to enable Megasync client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/megasync.nix
"},{"title":"services.megasync.package","description":"The megasync package to use.","note":"","type":"package","default":"pkgs.megasync","example":"","declared_by":"home-manager/modules/services/megasync.nix
"},{"title":"services.mopidy.enable","description":"Whether to enable Mopidy music player daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/mopidy.nix
"},{"title":"services.mopidy.extensionPackages","description":"Mopidy extensions that should be loaded by the service.","note":"","type":"list of package","default":"[ ]","example":"with pkgs; [ mopidy-spotify mopidy-mpd mopidy-mpris ]","declared_by":"home-manager/modules/services/mopidy.nix
"},{"title":"services.mopidy.extraConfigFiles","description":"Extra configuration files read by Mopidy when the service starts.Later files in the list override earlier configuration files andstructured settings.","note":"","type":"list of path","default":"[ ]","example":"","declared_by":"home-manager/modules/services/mopidy.nix
"},{"title":"services.mopidy.settings","description":"Configuration written to$XDG_CONFIG_HOME/mopidy/mopidy.conf.","note":"See https://docs.mopidy.com/en/latest/config/ formore details.","type":"attribute set of attribute set of (Mopidy config value)","default":"{ }","example":"{ file = { media_dirs = [ \"$XDG_MUSIC_DIR|Music\" \"~/library|Library\" ]; follow_symlinks = true; excluded_file_extensions = [ \".html\" \".zip\" \".jpg\" \".jpeg\" \".png\" ]; }; # Please don't put your mopidy-spotify configuration in the public. :) # Think of your Spotify Premium subscription! spotify = { client_id = \"CLIENT_ID\"; client_secret = \"CLIENT_SECRET\"; };}","declared_by":"home-manager/modules/services/mopidy.nix
"},{"title":"services.mpd.enable","description":"Whether to enable MPD, the music player daemon.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/mpd.nix
"},{"title":"services.mpd.package","description":"The MPD package to run.","note":"","type":"package","default":"\"pkgs.mpd\"","example":"","declared_by":"home-manager/modules/services/mpd.nix
"},{"title":"services.mpd.dataDir","description":"The directory where MPD stores its state, tag cache,playlists etc.","note":"","type":"path","default":"\"$XDG_DATA_HOME/mpd\"","example":"","declared_by":"home-manager/modules/services/mpd.nix
"},{"title":"services.mpd.dbFile","description":"The path to MPD’s database. If set tonull the parameter is omitted from theconfiguration.","note":"","type":"null or string","default":"\"\\${dataDir}/tag_cache\"","example":"","declared_by":"home-manager/modules/services/mpd.nix
"},{"title":"services.mpd.extraArgs","description":"Extra command-line arguments to pass to MPD.","note":"","type":"list of string","default":"[ ]","example":"[ \"--verbose\"]","declared_by":"home-manager/modules/services/mpd.nix
"},{"title":"services.mpd.extraConfig","description":"Extra directives added to to the end of MPD’s configurationfile, mpd.conf. Basic configurationlike file location and uid/gid is added automatically to thebeginning of the file. For available options seempd.conf(5).","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/mpd.nix
"},{"title":"services.mpd.musicDirectory","description":"The directory where mpd reads music from.","note":"If xdg.userDirs.enable istrue then the defined XDG music directory is used.Otherwise, you must explicitly specify a value.","type":"path or string","default":"","example":"","declared_by":"home-manager/modules/services/mpd.nix
"},{"title":"services.mpd.network.listenAddress","description":"The address for the daemon to listen on.Use any to listen on all addresses.","note":"","type":"string","default":"\"127.0.0.1\"","example":"\"any\"","declared_by":"home-manager/modules/services/mpd.nix
"},{"title":"services.mpd.network.port","description":"The TCP port on which the the daemon will listen.","note":"","type":"16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"6600","example":"","declared_by":"home-manager/modules/services/mpd.nix
"},{"title":"services.mpd.network.startWhenNeeded","description":"Enable systemd socket activation.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/mpd.nix
"},{"title":"services.mpd.playlistDirectory","description":"The directory where mpd stores playlists.","note":"","type":"path","default":"\"\\${dataDir}/playlists\"","example":"","declared_by":"home-manager/modules/services/mpd.nix
"},{"title":"services.mpd-discord-rpc.enable","description":"Whether to enable the mpd-discord-rpc service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/mpd-discord-rpc.nix
"},{"title":"services.mpd-discord-rpc.package","description":"mpd-discord-rpc package to use.","note":"","type":"package","default":"pkgs.mpd-discord-rpc","example":"","declared_by":"home-manager/modules/services/mpd-discord-rpc.nix
"},{"title":"services.mpd-discord-rpc.settings","description":"Configuration included in config.toml.For available options see https://github.com/JakeStanger/mpd-discord-rpc#configuration","note":"","type":"TOML value","default":"{ }","example":"{ hosts = [ \"localhost:6600\" ]; format = { details = \"$title\"; state = \"On $album by $artist\"; };}","declared_by":"home-manager/modules/services/mpd-discord-rpc.nix
"},{"title":"services.mpd-mpris.enable","description":"Whether to enable mpd-mpris: An implementation of the MPRIS protocol for MPD.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/mpd-mpris.nix
"},{"title":"services.mpd-mpris.package","description":"The mpd-mpris package to use.","note":"","type":"package","default":"pkgs.mpd-mpris","example":"","declared_by":"home-manager/modules/services/mpd-mpris.nix
"},{"title":"services.mpd-mpris.mpd.host","description":"The address where MPD is listening for connections.","note":"","type":"null or string","default":"null","example":"\"192.168.1.1\"","declared_by":"home-manager/modules/services/mpd-mpris.nix
"},{"title":"services.mpd-mpris.mpd.network","description":"The network used to dial to the MPD server. Checkhttps://golang.org/pkg/net/#Dialfor available values (most common are “tcp” and “unix”)","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/mpd-mpris.nix
"},{"title":"services.mpd-mpris.mpd.password","description":"The password to connect to MPD.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/mpd-mpris.nix
"},{"title":"services.mpd-mpris.mpd.port","description":"The port number where MPD is listening for connections.","note":"","type":"null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"null","example":"","declared_by":"home-manager/modules/services/mpd-mpris.nix
"},{"title":"services.mpd-mpris.mpd.useLocal","description":"Whether to configure for the local MPD daemon. Iftrue the network,host, and portsettings are ignored.","note":"","type":"boolean","default":"config.services.mpd.enable","example":"","declared_by":"home-manager/modules/services/mpd-mpris.nix
"},{"title":"services.mpdris2.enable","description":"Whether to enable mpDris2 the MPD to MPRIS2 bridge.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/mpdris2.nix
"},{"title":"services.mpdris2.package","description":"The mpDris2 package to use.","note":"","type":"package","default":"pkgs.mpdris2","example":"","declared_by":"home-manager/modules/services/mpdris2.nix
"},{"title":"services.mpdris2.mpd.host","description":"The address where MPD is listening for connections.","note":"","type":"string","default":"\"config.services.mpd.network.listenAddress\"","example":"\"192.168.1.1\"","declared_by":"home-manager/modules/services/mpdris2.nix
"},{"title":"services.mpdris2.mpd.musicDirectory","description":"If set, mpDris2 will use this directory to access music artwork.","note":"","type":"null or path","default":"\"config.services.mpd.musicDirectory\"","example":"","declared_by":"home-manager/modules/services/mpdris2.nix
"},{"title":"services.mpdris2.mpd.password","description":"The password to connect to MPD.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/mpdris2.nix
"},{"title":"services.mpdris2.mpd.port","description":"The port number where MPD is listening for connections.","note":"","type":"16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"\"config.services.mpd.network.port\"","example":"","declared_by":"home-manager/modules/services/mpdris2.nix
"},{"title":"services.mpdris2.multimediaKeys","description":"Whether to enable multimedia key support.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/mpdris2.nix
"},{"title":"services.mpdris2.notifications","description":"Whether to enable song change notifications.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/mpdris2.nix
"},{"title":"services.mpris-proxy.enable","description":"Whether to enable a proxy forwarding Bluetooth MIDI controls via MPRIS2 to control media players.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/mpris-proxy.nix
"},{"title":"services.muchsync.remotes","description":"Muchsync remotes to synchronise with.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"{ server = { frequency = \"*:0/10\"; remote.host = \"server.tld\"; };}","declared_by":"home-manager/modules/services/muchsync.nix
"},{"title":"services.muchsync.remotes.<name>.frequency","description":"How often to run muchsync. Thisvalue is passed to the systemd timer configuration as theOnCalendar option. Seesystemd.time(7)for more information about the format.","note":"","type":"string","default":"\"*:0/5\"","example":"","declared_by":"home-manager/modules/services/muchsync.nix
"},{"title":"services.muchsync.remotes.<name>.local.checkForModifiedFiles","description":"Check for locally modified files.Without this option, muchsync assumes that files in a maildir arenever edited.","note":"checkForModifiedFiles disables certainoptimizations so as to make muchsync at least check the timestamp onevery file, which will detect modified files at the cost of a longerstartup time.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/muchsync.nix
"},{"title":"services.muchsync.remotes.<name>.local.importNew","description":"Whether to begin the synchronisation by runningnotmuch new locally.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/muchsync.nix
"},{"title":"services.muchsync.remotes.<name>.remote.checkForModifiedFiles","description":"Check for modified files on the remote side.Without this option, muchsync assumes that files in a maildir arenever edited.","note":"checkForModifiedFiles disables certainoptimizations so as to make muchsync at least check the timestamp onevery file, which will detect modified files at the cost of a longerstartup time.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/muchsync.nix
"},{"title":"services.muchsync.remotes.<name>.remote.host","description":"Remote SSH host to synchronize with.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/services/muchsync.nix
"},{"title":"services.muchsync.remotes.<name>.remote.importNew","description":"Whether to begin the synchronisation by runningnotmuch new on the remote side.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/muchsync.nix
"},{"title":"services.muchsync.remotes.<name>.remote.muchsyncPath","description":"Specifies the path to muchsync on the server.Ordinarily, muchsync should be in the default PATH on the serverso this option is not required.However, this option is useful if you have to install muchsync ina non-standard place or wish to test development versions of thecode.","note":"","type":"string","default":"\"$PATH/muchsync\"","example":"","declared_by":"home-manager/modules/services/muchsync.nix
"},{"title":"services.muchsync.remotes.<name>.sshCommand","description":"Specifies a command line to pass to /bin/shto execute a command on another machine.","note":"Note that because this string is passed to the shell,special characters including spaces may need to be escaped.","type":"string","default":"\"ssh -CTaxq\"","example":"","declared_by":"home-manager/modules/services/muchsync.nix
"},{"title":"services.muchsync.remotes.<name>.upload","description":"Whether to propagate local changes to the remote.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/muchsync.nix
"},{"title":"services.network-manager-applet.enable","description":"Whether to enable the Network Manager applet.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/network-manager-applet.nix
"},{"title":"services.nextcloud-client.enable","description":"Whether to enable Nextcloud Client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/nextcloud-client.nix
"},{"title":"services.nextcloud-client.package","description":"The package to use for the nextcloud client binary.","note":"","type":"package","default":"pkgs.nextcloud-client","example":"","declared_by":"home-manager/modules/services/nextcloud-client.nix
"},{"title":"services.nextcloud-client.startInBackground","description":"Whether to start the Nextcloud client in the background.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/nextcloud-client.nix
"},{"title":"services.notify-osd.enable","description":"Whether to enable notify-osd.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/notify-osd.nix
"},{"title":"services.notify-osd.package","description":"Package containing the notify-osd program.","note":"","type":"package","default":"pkgs.notify-osd","example":"","declared_by":"home-manager/modules/services/notify-osd.nix
"},{"title":"services.opensnitch-ui.enable","description":"Whether to enable Opensnitch client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/opensnitch-ui.nix
"},{"title":"services.osmscout-server.enable","description":"Whether to enable OSM Scout Server.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/osmscout-server.nix
"},{"title":"services.osmscout-server.package","description":"The osmscout-server package to use.","note":"","type":"package","default":"pkgs.osmscout-server","example":"","declared_by":"home-manager/modules/services/osmscout-server.nix
"},{"title":"services.osmscout-server.network.listenAddress","description":"The address for the server to listen on.","note":"","type":"string","default":"\"127.0.0.1\"","example":"","declared_by":"home-manager/modules/services/osmscout-server.nix
"},{"title":"services.osmscout-server.network.port","description":"The TCP port on which the server will listen.","note":"","type":"16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"8553","example":"","declared_by":"home-manager/modules/services/osmscout-server.nix
"},{"title":"services.osmscout-server.network.startWhenNeeded","description":"Enable systemd socket activation.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/osmscout-server.nix
"},{"title":"services.owncloud-client.enable","description":"Whether to enable Owncloud Client.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/owncloud-client.nix
"},{"title":"services.owncloud-client.package","description":"The owncloud-client package to use.","note":"","type":"package","default":"pkgs.owncloud-client","example":"","declared_by":"home-manager/modules/services/owncloud-client.nix
"},{"title":"services.pantalaimon.enable","description":"Whether to enable Pantalaimon, an E2EE aware proxy daemon for matrix clients.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/pantalaimon.nix
"},{"title":"services.pantalaimon.package","description":"Package providing the pantalaimon executable to use.","note":"","type":"package","default":"pkgs.pantalaimon","example":"","declared_by":"home-manager/modules/services/pantalaimon.nix
"},{"title":"services.pantalaimon.settings","description":"Configuration written to$XDG_CONFIG_HOME/pantalaimon/pantalaimon.conf.","note":"See https://github.com/matrix-org/pantalaimon/blob/master/docs/manpantalaimon.5.md orpantalaimon(5)for options.","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ Default = { LogLevel = \"Debug\"; SSL = true; }; local-matrix = { Homeserver = \"https://matrix.org\"; ListenAddress = \"127.0.0.1\"; ListenPort = 8008; };}","declared_by":"home-manager/modules/services/pantalaimon.nix
"},{"title":"services.parcellite.enable","description":"Whether to enable Parcellite.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/parcellite.nix
"},{"title":"services.parcellite.package","description":"Parcellite derivation to use.","note":"","type":"package","default":"pkgs.parcellite","example":"pkgs.clipit","declared_by":"home-manager/modules/services/parcellite.nix
"},{"title":"services.parcellite.extraOptions","description":"Command line arguments passed to Parcellite.","note":"","type":"list of string","default":"[ ]","example":"[ \"--no-icon\"]","declared_by":"home-manager/modules/services/parcellite.nix
"},{"title":"services.pass-secret-service.enable","description":"Whether to enable Pass libsecret service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/pass-secret-service.nix
"},{"title":"services.pass-secret-service.package","description":"The pass-secret-service package to use.","note":"","type":"package","default":"pkgs.pass-secret-service","example":"","declared_by":"home-manager/modules/services/pass-secret-service.nix
"},{"title":"services.pass-secret-service.storePath","description":"Absolute path to password store. Defaults to$HOME/.password-store if theprograms.password-store module is not enabled, andprograms.password-store.settings.PASSWORD_STORE_DIR if it is.","note":"","type":"null or string","default":"\"$HOME/.password-store\"","example":"\"/home/user/.local/share/password-store\"","declared_by":"home-manager/modules/services/pass-secret-service.nix
"},{"title":"services.pasystray.enable","description":"Whether to enable PulseAudio system tray.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/pasystray.nix
"},{"title":"services.pasystray.extraOptions","description":"Extra command-line arguments to pass to pasystray.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/services/pasystray.nix
"},{"title":"services.pbgopy.enable","description":"Whether to enable pbgopy.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/pbgopy.nix
"},{"title":"services.pbgopy.cache.ttl","description":"The TTL for the cache. Use \"0s\" to disable it.","note":"","type":"string","default":"\"24h\"","example":"\"10m\"","declared_by":"home-manager/modules/services/pbgopy.nix
"},{"title":"services.pbgopy.httpAuth","description":"Basic HTTP authentication’s username and password. Both the username andpassword are escaped.","note":"","type":"null or string","default":"null","example":"\"user:pass\"","declared_by":"home-manager/modules/services/pbgopy.nix
"},{"title":"services.pbgopy.port","description":"The port to host the pbgopy server on.","note":"","type":"16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"9090","example":"8080","declared_by":"home-manager/modules/services/pbgopy.nix
"},{"title":"services.picom.enable","description":"Whether to enable Picom X11 compositor.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.package","description":"Picom derivation to use.","note":"","type":"package","default":"pkgs.picom","example":"pkgs.picom","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.activeOpacity","description":"Opacity of active windows.","note":"","type":"integer or floating point number between 0 and 1 (both inclusive)","default":"1.0","example":"0.8","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.backend","description":"Backend to use: egl, glx, xrender or xr_glx_hybrid.","note":"","type":"one of “egl”, “glx”, “xrender”, “xr_glx_hybrid”","default":"\"xrender\"","example":"","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.extraArgs","description":"Extra arguments to be passed to the picom executable.","note":"","type":"list of string","default":"[ ]","example":"[ \"--legacy-backends\" ]","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.fade","description":"Fade windows in and out.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.fadeDelta","description":"Time between fade animation step (in ms).","note":"","type":"positive integer, meaning >0","default":"10","example":"5","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.fadeExclude","description":"List of conditions of windows that should not be faded.See picom(1) man page for more examples.","note":"","type":"list of string","default":"[ ]","example":"[ \"window_type *= 'menu'\" \"name ~= 'Firefox$'\" \"focused = 1\"]","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.fadeSteps","description":"Opacity change between fade steps (in and out).","note":"","type":"pair of integer or floating point number between 0.01 and 1 (both inclusive)","default":"","example":"[ 0.04 0.04]","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.inactiveOpacity","description":"Opacity of inactive windows.","note":"","type":"integer or floating point number between 0.1 and 1 (both inclusive)","default":"1.0","example":"0.8","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.menuOpacity","description":"Opacity of dropdown and popup menu.","note":"","type":"integer or floating point number between 0 and 1 (both inclusive)","default":"1.0","example":"0.8","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.opacityRules","description":"Rules that control the opacity of windows, in format PERCENT:PATTERN.","note":"","type":"list of string","default":"[ ]","example":"[ \"95:class_g = 'URxvt' && !_NET_WM_STATE@:32a\" \"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'\"]","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.settings","description":"Picom settings. Use this option to configure Picom settings not exposedin a NixOS option or to bypass one. For the available options see theCONFIGURATION FILES section at picom(1).","note":"","type":"libconfig configuration. The format consists of an attributesset (called a group) of settings. Each setting can be a scalar type(boolean, integer, floating point number or string), a list ofscalars or a group itself","default":"{ }","example":"blur = { method = \"gaussian\"; size = 10; deviation = 5.0; };","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.shadow","description":"Draw window shadows.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.shadowExclude","description":"List of conditions of windows that should have no shadow.See picom(1) man page for more examples.","note":"","type":"list of string","default":"[ ]","example":"[ \"window_type *= 'menu'\" \"name ~= 'Firefox$'\" \"focused = 1\"]","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.shadowOffsets","description":"Left and right offset for shadows (in pixels).","note":"","type":"pair of signed integer","default":"","example":"[ -10 -15]","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.shadowOpacity","description":"Window shadows opacity.","note":"","type":"integer or floating point number between 0 and 1 (both inclusive)","default":"0.75","example":"0.8","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.vSync","description":"Enable vertical synchronization.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.picom.wintypes","description":"Rules for specific window types.","note":"","type":"attribute set","default":"","example":"{ }","declared_by":"home-manager/modules/services/picom.nix
"},{"title":"services.plan9port.fontsrv.enable","description":"Whether to enable the Plan 9 file system access to host fonts.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/plan9port.nix
"},{"title":"services.plan9port.plumber.enable","description":"Whether to enable the Plan 9 file system for interprocess messaging.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/plan9port.nix
"},{"title":"services.playerctld.enable","description":"Whether to enable playerctld daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/playerctld.nix
"},{"title":"services.playerctld.package","description":"The playerctl package to use.","note":"","type":"package","default":"pkgs.playerctl","example":"","declared_by":"home-manager/modules/services/playerctld.nix
"},{"title":"services.plex-mpv-shim.enable","description":"Whether to enable Plex mpv shim.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/plex-mpv-shim.nix
"},{"title":"services.plex-mpv-shim.package","description":"The package to use for the Plex mpv shim.","note":"","type":"package","default":"pkgs.plex-mpv-shim","example":"","declared_by":"home-manager/modules/services/plex-mpv-shim.nix
"},{"title":"services.plex-mpv-shim.settings","description":"Configuration written to$XDG_CONFIG_HOME/plex-mpv-shim/config.json. Seehttps://github.com/iwalton3/plex-mpv-shim/blob/master/README.mdfor the configuration documentation.","note":"","type":"JSON value","default":"{ }","example":"{ adaptive_transcode = false; allow_http = false; always_transcode = false; audio_ac3passthrough = false; audio_dtspassthrough = false; auto_play = true; auto_transcode = true;}","declared_by":"home-manager/modules/services/plex-mpv-shim.nix
"},{"title":"services.polybar.enable","description":"Whether to enable Polybar status bar.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/polybar.nix
"},{"title":"services.polybar.package","description":"Polybar package to install.","note":"","type":"package","default":"pkgs.polybar","example":"pkgs.polybar.override { i3GapsSupport = true; alsaSupport = true; iwSupport = true; githubSupport = true;}","declared_by":"home-manager/modules/services/polybar.nix
"},{"title":"services.polybar.config","description":"Polybar configuration. Can be either path to a file, or set of attributesthat will be used to create the final configuration.See also services.polybar.settings for a more nix-friendly format.","note":"","type":"(attribute set of attribute set of (string or boolean or signed integer or list of string)) or path convertible to it","default":"{ }","example":"{ \"bar/top\" = { monitor = \"\\${env:MONITOR:eDP1}\"; width = \"100%\"; height = \"3%\"; radius = 0; modules-center = \"date\"; }; \"module/date\" = { type = \"internal/date\"; internal = 5; date = \"%d.%m.%y\"; time = \"%H:%M\"; label = \"%time% %date%\"; };}","declared_by":"home-manager/modules/services/polybar.nix
"},{"title":"services.polybar.extraConfig","description":"Additional configuration to add.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' [module/date] type = internal/date interval = 5 date = \"%d.%m.%y\" time = %H:%M format-prefix-foreground = \\''${colors.foreground-alt} label = %time% %date%''","declared_by":"home-manager/modules/services/polybar.nix
"},{"title":"services.polybar.script","description":"This script will be used to start the polybars.Set all necessary environment variables here and start all bars.It can be assumed that polybar executable is in the PATH.","note":"Note, this script must start all bars in the background and then terminate.","type":"strings concatenated with “\\n”","default":"","example":"\"polybar bar &\"","declared_by":"home-manager/modules/services/polybar.nix
"},{"title":"services.polybar.settings","description":"Polybar configuration. This takes a nix attrset and converts it to thestrange data format that polybar uses.Each entry will be converted to a section in the output file.Several things are treated specially: nested keys are convertedto dash-separated keys; the special text key is ignored as a nested key,to allow mixing different levels of nesting; and lists are converted topolybar’s foo-0, foo-1, ... format.","note":"For example:","type":"attribute set of attribute sets","default":"{ }","example":"{ \"module/volume\" = { type = \"internal/pulseaudio\"; format.volume = \" \"; label.muted.text = \"🔇\"; label.muted.foreground = \"#666\"; ramp.volume = [\"🔈\" \"🔉\" \"🔊\"]; click.right = \"pavucontrol &\"; };}","declared_by":"home-manager/modules/services/polybar.nix
"},{"title":"services.poweralertd.enable","description":"Whether to enable the Upower-powered power alertd.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/poweralertd.nix
"},{"title":"services.pueue.enable","description":"Whether to enable Pueue, CLI process scheduler and manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/pueue.nix
"},{"title":"services.pueue.package","description":"The pueue package to use.","note":"","type":"package","default":"pkgs.pueue","example":"","declared_by":"home-manager/modules/services/pueue.nix
"},{"title":"services.pueue.settings","description":"Configuration written to$XDG_CONFIG_HOME/pueue/pueue.yml.","note":"","type":"YAML value","default":"{ }","example":"{ daemon = { default_parallel_tasks = 2; };}","declared_by":"home-manager/modules/services/pueue.nix
"},{"title":"services.pulseeffects.enable","description":"Whether to enable Pulseeffects daemonNote, it is necessary to add","note":"programs.dconf.enable = true;","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/pulseeffects.nix
"},{"title":"services.pulseeffects.package","description":"Pulseeffects package to use.","note":"","type":"package","default":"pkgs.pulseeffects-legacy","example":"","declared_by":"home-manager/modules/services/pulseeffects.nix
"},{"title":"services.pulseeffects.preset","description":"Which preset to use when starting pulseeffects.Will likely need to launch pulseeffects to initially create preset.","note":"","type":"string","default":"\"\"","example":"","declared_by":"home-manager/modules/services/pulseeffects.nix
"},{"title":"services.random-background.enable","description":"Whether to enable random desktop background.","note":"Note, if you are using NixOS and have set up a customdesktop manager session for Home Manager, then the sessionconfiguration must have the bgSupportoption set to true or the backgroundimage set by this module may be overwritten.","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/random-background.nix
"},{"title":"services.random-background.enableXinerama","description":"Will place a separate image per screen when enabled,otherwise a single image will be stretched across allscreens.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/random-background.nix
"},{"title":"services.random-background.display","description":"Display background images according to this option.","note":"","type":"one of “center”, “fill”, “max”, “scale”, “tile”","default":"\"fill\"","example":"","declared_by":"home-manager/modules/services/random-background.nix
"},{"title":"services.random-background.imageDirectory","description":"The directory of images from which a background should bechosen. Should be formatted in a way understood by systemd,e.g., ‘%h’ is the home directory.","note":"","type":"string","default":"","example":"\"%h/backgrounds\"","declared_by":"home-manager/modules/services/random-background.nix
"},{"title":"services.random-background.interval","description":"The duration between changing background image, set to nullto only set background when logging in. Should be formattedas a duration understood by systemd.","note":"","type":"null or string","default":"null","example":"\"1h\"","declared_by":"home-manager/modules/services/random-background.nix
"},{"title":"services.recoll.enable","description":"Whether to enable Recoll file index service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/recoll.nix
"},{"title":"services.recoll.package","description":"Package providing the recoll binary.","note":"","type":"package","default":"pkgs.recoll","example":"(pkgs.recoll.override { withGui = false; })","declared_by":"home-manager/modules/services/recoll.nix
"},{"title":"services.recoll.configDir","description":"The directory to contain Recoll configuration files. This will be setas RECOLL_CONFDIR.","note":"","type":"string","default":"${config.home.homeDirectory}/.recoll","example":"${config.xdg.configHome}/recoll","declared_by":"home-manager/modules/services/recoll.nix
"},{"title":"services.recoll.settings","description":"The configuration to be written at $RECOLL_CONFDIR/recoll.conf.","note":"See recoll.conf(5) for more details about the configuration.","type":"attribute set of (Recoll config value)","default":"{ }","example":"{ nocjk = true; loglevel = 5; topdirs = [ \"~/Downloads\" \"~/Documents\" \"~/projects\" ]; \"~/Downloads\" = { \"skippedNames+\" = [ \"*.iso\" ]; }; \"~/projects\" = { \"skippedNames+\" = [ \"node_modules\" \"target\" \"result\" ]; };}","declared_by":"home-manager/modules/services/recoll.nix
"},{"title":"services.recoll.startAt","description":"When or how often the periodic update should run. Must be the formatdescribed from systemd.time(7).","note":"","type":"string","default":"\"hourly\"","example":"\"00/2:00\"","declared_by":"home-manager/modules/services/recoll.nix
"},{"title":"services.redshift.enable","description":"Whether to enable Redshift.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.redshift.enableVerboseLogging","description":"Whether to enable verbose service logging.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.redshift.package","description":"Redshift derivation to use.","note":"","type":"package","default":"pkgs.redshift","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.redshift.dawnTime","description":"Set the time interval of dawn manually.The times must be specified as HH:MM in 24-hour format.","note":"","type":"null or string","default":"null","example":"\"6:00-7:45\"","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.redshift.duskTime","description":"Set the time interval of dusk manually.The times must be specified as HH:MM in 24-hour format.","note":"","type":"null or string","default":"null","example":"\"18:35-20:15\"","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.redshift.latitude","description":"Your current latitude, between -90.0 and90.0. Must be provided along withlongitude.","note":"","type":"null or string or floating point number","default":"null","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.redshift.longitude","description":"Your current longitude, between -180.0 and180.0. Must be provided along withlatitude.","note":"","type":"null or string or floating point number","default":"null","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.redshift.provider","description":"The location provider to use for determining your location. If set tomanual you must also provide latitude/longitude.If set to geoclue2, you must also enable the globalgeoclue2 service.","note":"","type":"one of “manual”, “geoclue2”","default":"\"manual\"","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.redshift.settings","description":"The configuration to pass to Redshift.Available options for Redshift described inredshift(1).","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ redshift = { adjustment-method = \"randr\"; }; randr = { screen = 0; };};","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.redshift.temperature.day","description":"Colour temperature to use during the day, between1000 and 25000 K.","note":"","type":"signed integer","default":"5500","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.redshift.temperature.night","description":"Colour temperature to use at night, between1000 and 25000 K.","note":"","type":"signed integer","default":"3700","example":"","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.redshift.tray","description":"Start the redshift-gtk tray applet.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/redshift-gammastep/redshift.nix
"},{"title":"services.rsibreak.enable","description":"Whether to enable rsibreak.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/rsibreak.nix
"},{"title":"services.safeeyes.enable","description":"Whether to enable The Safe Eyes OSGI service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/safeeyes.nix
"},{"title":"services.safeeyes.package","description":"The safeeyes package to use.","note":"","type":"package","default":"pkgs.safeeyes","example":"","declared_by":"home-manager/modules/services/safeeyes.nix
"},{"title":"services.screen-locker.enable","description":"Whether to enable screen locker for X session.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/screen-locker.nix
"},{"title":"services.screen-locker.inactiveInterval","description":"Inactive time interval in minutes after which session will be locked.The minimum is 1 minute, and the maximum is 1 hour.If xautolock.enable is true, it will use this setting.See https://linux.die.net/man/1/xautolock.Otherwise, this will be used with xset to configurethe X server’s screensaver timeout.","note":"","type":"signed integer","default":"10","example":"","declared_by":"home-manager/modules/services/screen-locker.nix
"},{"title":"services.screen-locker.lockCmd","description":"Locker command to run.","note":"","type":"string","default":"","example":"\"\\${pkgs.i3lock}/bin/i3lock -n -c 000000\"","declared_by":"home-manager/modules/services/screen-locker.nix
"},{"title":"services.screen-locker.xautolock.enable","description":"Use xautolock for time-based locking.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/screen-locker.nix
"},{"title":"services.screen-locker.xautolock.package","description":"Package providing the xautolock binary.","note":"","type":"package","default":"","example":"","declared_by":"home-manager/modules/services/screen-locker.nix
"},{"title":"services.screen-locker.xautolock.detectSleep","description":"Whether to reset xautolock timers when awaking from sleep.No effect if xautolock.enable is false.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/screen-locker.nix
"},{"title":"services.screen-locker.xautolock.extraOptions","description":"Extra command-line arguments to pass to xautolock.No effect if xautolock.enable is false.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/services/screen-locker.nix
"},{"title":"services.screen-locker.xss-lock.package","description":"Package providing the xss-lock binary.","note":"","type":"package","default":"","example":"","declared_by":"home-manager/modules/services/screen-locker.nix
"},{"title":"services.screen-locker.xss-lock.extraOptions","description":"Extra command-line arguments to pass to xss-lock.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/services/screen-locker.nix
"},{"title":"services.screen-locker.xss-lock.screensaverCycle","description":"The X server’s screensaver cycle value expressed as seconds.This will be used with xset to configurethe cycle along with timeout.","note":"","type":"signed integer","default":"600","example":"","declared_by":"home-manager/modules/services/screen-locker.nix
"},{"title":"services.sctd.enable","description":"Whether to enable sctd.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/sctd.nix
"},{"title":"services.sctd.baseTemperature","description":"The base color temperature used by sctd, which should be between 2500 and 9000.Seesctd(1)for more details.","note":"","type":"integer between 2500 and 9000 (both inclusive)","default":"4500","example":"","declared_by":"home-manager/modules/services/sctd.nix
"},{"title":"services.signaturepdf.enable","description":"Whether to enable signaturepdf; signing, organizing, editing metadatas or compressing PDFs.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/signaturepdf.nix
"},{"title":"services.signaturepdf.package","description":"signaturepdf derivation to use.","note":"","type":"package","default":"\"pkgs.signaturepdf\"","example":"","declared_by":"home-manager/modules/services/signaturepdf.nix
"},{"title":"services.signaturepdf.extraConfig","description":"Additional configuration optional.","note":"","type":"attribute set of (string or signed integer or boolean or floating point number)","default":"{ }","example":"{ max_file_uploads = \"201\"; post_max_size = \"24M\"; upload_max_filesize = \"24M\";}","declared_by":"home-manager/modules/services/signaturepdf.nix
"},{"title":"services.signaturepdf.port","description":"The port on which the application runs","note":"","type":"16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"8080","example":"8081","declared_by":"home-manager/modules/services/signaturepdf.nix
"},{"title":"services.spotifyd.enable","description":"Whether to enable SpotifyD connect.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/spotifyd.nix
"},{"title":"services.spotifyd.package","description":"The spotifyd package to use.Can be used to specify extensions.","note":"","type":"package","default":"pkgs.spotifyd","example":"(pkgs.spotifyd.override { withKeyring = true; })","declared_by":"home-manager/modules/services/spotifyd.nix
"},{"title":"services.spotifyd.settings","description":"Configuration for spotifyd","note":"","type":"TOML value","default":"{ }","example":"{ global = { username = \"Alex\"; password = \"foo\"; device_name = \"nix\"; };}","declared_by":"home-manager/modules/services/spotifyd.nix
"},{"title":"services.ssh-agent.enable","description":"Whether to enable OpenSSH private key agent.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/ssh-agent.nix
"},{"title":"services.stalonetray.enable","description":"Whether to enable Stalonetray system tray.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/stalonetray.nix
"},{"title":"services.stalonetray.package","description":"The package to use for the Stalonetray binary.","note":"","type":"package","default":"pkgs.stalonetray","example":"pkgs.stalonetray","declared_by":"home-manager/modules/services/stalonetray.nix
"},{"title":"services.stalonetray.config","description":"Stalonetray configuration as a set of attributes.","note":"","type":"attribute set of (null or string or boolean or signed integer)","default":"{ }","example":"{ background = \"#cccccc\"; decorations = null; geometry = \"3x1-600+0\"; icon_size = 30; sticky = true;}","declared_by":"home-manager/modules/services/stalonetray.nix
"},{"title":"services.stalonetray.extraConfig","description":"Additional configuration lines for stalonetrayrc.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' geometry 3x1-600+0 decorations none icon_size 30 sticky true background \"#cccccc\"''","declared_by":"home-manager/modules/services/stalonetray.nix
"},{"title":"services.status-notifier-watcher.enable","description":"Whether to enable Status Notifier Watcher.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/status-notifier-watcher.nix
"},{"title":"services.status-notifier-watcher.package","description":"The package to use for the status notifier watcher binary.","note":"","type":"package","default":"pkgs.haskellPackages.status-notifier-item","example":"pkgs.haskellPackages.status-notifier-item","declared_by":"home-manager/modules/services/status-notifier-watcher.nix
"},{"title":"services.swayidle.enable","description":"Whether to enable idle manager for Wayland.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/swayidle.nix
"},{"title":"services.swayidle.package","description":"Swayidle package to install.","note":"","type":"package","default":"pkgs.swayidle","example":"","declared_by":"home-manager/modules/services/swayidle.nix
"},{"title":"services.swayidle.events","description":"Run command on occurrence of a event.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { event = \"before-sleep\"; command = \"${pkgs.swaylock}/bin/swaylock -fF\"; } { event = \"lock\"; command = \"lock\"; }]","declared_by":"home-manager/modules/services/swayidle.nix
"},{"title":"services.swayidle.events.*.command","description":"Command to run when event occurs.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/services/swayidle.nix
"},{"title":"services.swayidle.events.*.event","description":"Event name.","note":"","type":"one of “before-sleep”, “after-resume”, “lock”, “unlock”","default":"","example":"","declared_by":"home-manager/modules/services/swayidle.nix
"},{"title":"services.swayidle.extraArgs","description":"Extra arguments to pass to swayidle.","note":"","type":"list of string","default":"[ ]","example":"","declared_by":"home-manager/modules/services/swayidle.nix
"},{"title":"services.swayidle.systemdTarget","description":"Systemd target to bind to.","note":"","type":"string","default":"\"graphical-session.target\"","example":"\"sway-session.target\"","declared_by":"home-manager/modules/services/swayidle.nix
"},{"title":"services.swayidle.timeouts","description":"List of commands to run after idle timeout.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { timeout = 60; command = \"${pkgs.swaylock}/bin/swaylock -fF\"; } { timeout = 90; command = \"${pkgs.systemd}/bin/systemctl suspend\"; }]","declared_by":"home-manager/modules/services/swayidle.nix
"},{"title":"services.swayidle.timeouts.*.command","description":"Command to run after timeout seconds of inactivity.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/services/swayidle.nix
"},{"title":"services.swayidle.timeouts.*.resumeCommand","description":"Command to run when there is activity again.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/swayidle.nix
"},{"title":"services.swayidle.timeouts.*.timeout","description":"Timeout in seconds.","note":"","type":"positive integer, meaning >0","default":"","example":"60","declared_by":"home-manager/modules/services/swayidle.nix
"},{"title":"services.swayosd.enable","description":"Whether to enable swayosd, a GTK based on screen display for keyboard shortcuts likecaps-lock and volume.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/swayosd.nix
"},{"title":"services.swayosd.package","description":"The swayosd package to use.","note":"","type":"package","default":"pkgs.swayosd","example":"","declared_by":"home-manager/modules/services/swayosd.nix
"},{"title":"services.swayosd.display","description":"X display to use.","note":"","type":"null or string","default":"null","example":"\"eDP-1\"","declared_by":"home-manager/modules/services/swayosd.nix
"},{"title":"services.swayosd.topMargin","description":"OSD margin from top edge (0.5 would be screen center).","note":"","type":"null or float between 0.0 and 1.0 (inclusive)","default":"null","example":"1.0","declared_by":"home-manager/modules/services/swayosd.nix
"},{"title":"services.sxhkd.enable","description":"Whether to enable simple X hotkey daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/sxhkd.nix
"},{"title":"services.sxhkd.package","description":"Package containing the sxhkd executable.","note":"","type":"package","default":"\"pkgs.sxhkd\"","example":"","declared_by":"home-manager/modules/services/sxhkd.nix
"},{"title":"services.sxhkd.extraConfig","description":"Additional configuration to add.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"super + {_,shift +} {1-9,0} i3-msg {workspace,move container to workspace} {1-10}","declared_by":"home-manager/modules/services/sxhkd.nix
"},{"title":"services.sxhkd.extraOptions","description":"Command line arguments to invoke sxhkd with.","note":"","type":"list of string","default":"[ ]","example":"[ \"-m 1\" ]","declared_by":"home-manager/modules/services/sxhkd.nix
"},{"title":"services.sxhkd.keybindings","description":"An attribute set that assigns hotkeys to commands.","note":"","type":"attribute set of (null or string or path)","default":"{ }","example":"{ \"super + shift + {r,c}\" = \"i3-msg {restart,reload}\"; \"super + {s,w}\" = \"i3-msg {stacking,tabbed}\"; \"super + F1\" = pkgs.writeShellScript \"script\" \"echo $USER\";}","declared_by":"home-manager/modules/services/sxhkd.nix
"},{"title":"services.syncthing.enable","description":"Whether to enable Syncthing continuous file synchronization.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/syncthing.nix
"},{"title":"services.syncthing.extraOptions","description":"Extra command-line arguments to pass to syncthing.","note":"","type":"list of string","default":"[ ]","example":"[ \"--gui-apikey=apiKey\"]","declared_by":"home-manager/modules/services/syncthing.nix
"},{"title":"services.syncthing.tray","description":"Syncthing tray service configuration.","note":"","type":"boolean or (submodule)","default":"","example":"","declared_by":"home-manager/modules/services/syncthing.nix
"},{"title":"services.systembus-notify.enable","description":"Whether to enable systembus-notify - system bus notification daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/systembus-notify.nix
"},{"title":"services.taffybar.enable","description":"Whether to enable Taffybar.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/taffybar.nix
"},{"title":"services.taffybar.package","description":"The package to use for the Taffybar binary.","note":"","type":"package","default":"pkgs.taffybar","example":"pkgs.taffybar","declared_by":"home-manager/modules/services/taffybar.nix
"},{"title":"services.tahoe-lafs.enable","description":"Whether to enable Tahoe-LAFS.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/tahoe-lafs.nix
"},{"title":"services.taskwarrior-sync.enable","description":"Whether to enable Taskwarrior periodic sync.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/taskwarrior-sync.nix
"},{"title":"services.taskwarrior-sync.frequency","description":"How often to run taskwarrior sync. Thisvalue is passed to the systemd timer configuration as theOnCalendar option. Seesystemd.time(7)for more information about the format.","note":"","type":"string","default":"\"*:0/5\"","example":"","declared_by":"home-manager/modules/services/taskwarrior-sync.nix
"},{"title":"services.trayer.enable","description":"Whether to enable trayer, the lightweight GTK2+ systray for UNIX desktops.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/trayer.nix
"},{"title":"services.trayer.package","description":"The package to use for the trayer binary.","note":"","type":"package","default":"pkgs.trayer","example":"pkgs.trayer","declared_by":"home-manager/modules/services/trayer.nix
"},{"title":"services.trayer.settings","description":"Trayer configuration as a set of attributes. Further details can befound in trayer’s README.","note":"SetDockTypeboolean (default: true)SetPartialStrutboolean (default: true)alignone of “left”, “right”, “center” (default: \"center\")alphasigned integer (default: 127)distancesigned integer (default: 0)distancefromone of “left”, “right”, “top”, “bottom” (default: \"top\")edgeone of “left”, “right”, “top”, “bottom”, “none” (default: \"bottom\")expandboolean (default: true)heightsigned integer (default: 26)heighttypeone of “request”, “pixel” (default: \"pixel\")iconspacingsigned integer (default: 0)marginsigned integer (default: 0)monitorunsigned integer, meaning >=0, or value “primary” (singular enum) (default: 0)paddingsigned integer (default: 0)tintstring (default: \"0xFFFFFFFF\")transparentboolean (default: false)widthsigned integer (default: 100)widthtypeone of “request”, “pixel”, “percent” (default: \"percent\")","type":"attribute set of (null or string or boolean or signed integer)","default":"{ }","example":"{ edge = \"top\"; padding = 6; SetDockType = true; tint = \"0x282c34\";}","declared_by":"home-manager/modules/services/trayer.nix
"},{"title":"","description":"boolean (default: true)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean (default: true)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"one of “left”, “right”, “center” (default: \"center\")","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"signed integer (default: 127)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"signed integer (default: 0)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"one of “left”, “right”, “top”, “bottom” (default: \"top\")","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"one of “left”, “right”, “top”, “bottom”, “none” (default: \"bottom\")","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean (default: true)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"signed integer (default: 26)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"one of “request”, “pixel” (default: \"pixel\")","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"signed integer (default: 0)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"signed integer (default: 0)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"unsigned integer, meaning >=0, or value “primary” (singular enum) (default: 0)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"signed integer (default: 0)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"string (default: \"0xFFFFFFFF\")","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"boolean (default: false)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"signed integer (default: 100)","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"one of “request”, “pixel”, “percent” (default: \"percent\")","note":"","type":"","default":"","example":"","declared_by":""},{"title":"services.twmn.enable","description":"Whether to enable twmn, a tiling window manager notification daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.duration","description":"The time each notification remains visible, in milliseconds.","note":"","type":"unsigned integer, meaning >=0","default":"3000","example":"5000","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.extraConfig","description":"Extra configuration options to add to the twmnd config file. Seehttps://github.com/sboli/twmn/blob/master/README.mdfor details.","note":"","type":"attribute set","default":"{ }","example":"{ main.activation_command = \"\\${pkgs.hello}/bin/hello\"; }","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.host","description":"Host address to listen on for notifications.","note":"","type":"string","default":"\"127.0.0.1\"","example":"\"laptop.lan\"","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.icons.critical","description":"Path to the critical notifications’ icon.","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.icons.info","description":"Path to the informative notifications’ icon.","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.icons.warning","description":"Path to the warning notifications’ icon.","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.port","description":"UDP port to listen on for notifications.","note":"","type":"16 bit unsigned integer; between 0 and 65535 (both inclusive)","default":"9797","example":"","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.screen","description":"Screen number to display notifications on when using a multi-headdesktop.","note":"","type":"null or signed integer","default":"null","example":"0","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.soundCommand","description":"Command to execute to play a notification’s sound.","note":"","type":"string","default":"\"\"","example":"","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.text.color","description":"Notification’s text color. RGB hex and keywords (e.g. lightgray)are supported.","note":"","type":"string","default":"\"#999999\"","example":"\"lightgray\"","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.text.font.package","description":"Notification text’s font package. If null thenthe font is assumed to already be available in your profile.","note":"","type":"null or package","default":"null","example":"pkgs.dejavu_fonts","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.text.font.family","description":"Notification text’s font family.","note":"","type":"string","default":"\"Sans\"","example":"\"Noto Sans\"","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.text.font.size","description":"Notification text’s font size.","note":"","type":"unsigned integer, meaning >=0","default":"13","example":"42","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.text.font.variant","description":"Notification text’s font variant.","note":"","type":"one of “oblique”, “italic”, “ultra-light”, “light”, “medium”, “semi-bold”, “bold”, “ultra-bold”, “heavy”, “ultra-condensed”, “extra-condensed”, “condensed”, “semi-condensed”, “semi-expanded”, “expanded”, “extra-expanded”, “ultra-expanded”","default":"\"medium\"","example":"\"heavy\"","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.text.maxLength","description":"Maximum length of the text before it is cut and suffixed with “…”.Never cuts if null.","note":"","type":"null or (unsigned integer, meaning >=0)","default":"null","example":"80","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.alwaysOnTop","description":"Whether to enable forcing the notification window to always be on top.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.animation.bounce.enable","description":"Whether to enable notification bounce when displaying next notification directly.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.animation.bounce.duration","description":"The bounce animation duration in milliseconds.","note":"","type":"unsigned integer, meaning >=0","default":"500","example":"618","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.animation.easeIn","description":"Options for the notification appearance’s animation.","note":"","type":"submodule","default":"{ }","example":"{ curve = 19; duration = 618;}","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.animation.easeIn.curve","description":"The qt easing-curve animation to use for the animation. SeeQEasingCurve documentation.","note":"","type":"integer between 0 and 40 (both inclusive)","default":"38","example":"19","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.animation.easeIn.duration","description":"The animation duration in milliseconds.","note":"","type":"unsigned integer, meaning >=0","default":"1000","example":"618","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.animation.easeOut","description":"Options for the notification disappearance’s animation.","note":"","type":"submodule","default":"{ }","example":"{ curve = 19; duration = 618;}","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.animation.easeOut.curve","description":"The qt easing-curve animation to use for the animation. SeeQEasingCurve documentation.","note":"","type":"integer between 0 and 40 (both inclusive)","default":"38","example":"19","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.animation.easeOut.duration","description":"The animation duration in milliseconds.","note":"","type":"unsigned integer, meaning >=0","default":"1000","example":"618","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.color","description":"Notification’s background color. RGB hex and keywords (e.g.lightgray) are supported.","note":"","type":"string","default":"\"#000000\"","example":"\"lightgray\"","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.height","description":"Height of the slide bar. Useful to match your tiling windowmanager’s bar.","note":"","type":"unsigned integer, meaning >=0","default":"18","example":"42","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.offset.x","description":"Offset of the notification’s slide starting point in pixels on thehorizontal axis (positive is rightward).","note":"","type":"signed integer","default":"0","example":"50","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.offset.y","description":"Offset of the notification’s slide starting point in pixels on thevertical axis (positive is upward).","note":"","type":"signed integer","default":"0","example":"-100","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.opacity","description":"The notification window’s opacity.","note":"","type":"integer between 0 and 100 (both inclusive)","default":"100","example":"80","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.twmn.window.position","description":"Position of the notification slide. The notification will slidein vertically from the border if placed intop_center or bottom_center,horizontally otherwise.","note":"","type":"one of “tr”, “top_right”, “tl”, “top_left”, “br”, “bottom_right”, “bl”, “bottom_left”, “tc”, “top_center”, “bc”, “bottom_center”, “c”, “center”","default":"\"top_right\"","example":"\"bottom_left\"","declared_by":"home-manager/modules/services/twmn.nix
"},{"title":"services.udiskie.enable","description":"Whether to enable the udiskie mount daemon.","note":"Note, if you use NixOS then you must addservices.udisks2.enable = trueto your system configuration. Otherwise mounting will fail becausethe Udisk2 DBus service is not found.","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/udiskie.nix
"},{"title":"services.udiskie.automount","description":"Whether to automatically mount new devices.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/udiskie.nix
"},{"title":"services.udiskie.notify","description":"Whether to show pop-up notifications.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/udiskie.nix
"},{"title":"services.udiskie.settings","description":"Configuration written to$XDG_CONFIG_HOME/udiskie/config.yml.","note":"See https://github.com/coldfix/udiskie/blob/master/doc/udiskie.8.txt#configurationfor the full list of options.","type":"YAML value","default":"{ }","example":"{ program_options = { udisks_version = 2; tray = true; }; icon_names.media = [ \"media-optical\" ];}","declared_by":"home-manager/modules/services/udiskie.nix
"},{"title":"services.udiskie.tray","description":"Whether to display tray icon.","note":"The options are","type":"one of “always”, “auto”, “never”","default":"\"auto\"","example":"","declared_by":"home-manager/modules/services/udiskie.nix
"},{"title":"","description":"Always show tray icon.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Show tray icon only when there is a device available.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Never show tray icon.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"services.unclutter.enable","description":"Whether to enable unclutter.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/unclutter.nix
"},{"title":"services.unclutter.package","description":"unclutter derivation to use.","note":"","type":"package","default":"pkgs.unclutter-xfixes","example":"","declared_by":"home-manager/modules/services/unclutter.nix
"},{"title":"services.unclutter.extraOptions","description":"More arguments to pass to the unclutter command.","note":"","type":"list of string","default":"[ ]","example":"[ \"exclude-root\" \"ignore-scrolling\"]","declared_by":"home-manager/modules/services/unclutter.nix
"},{"title":"services.unclutter.threshold","description":"Minimum number of pixels considered cursor movement.","note":"","type":"signed integer","default":"1","example":"","declared_by":"home-manager/modules/services/unclutter.nix
"},{"title":"services.unclutter.timeout","description":"Number of seconds before the cursor is marked inactive.","note":"","type":"signed integer","default":"1","example":"","declared_by":"home-manager/modules/services/unclutter.nix
"},{"title":"services.unison.enable","description":"Whether to enable Unison synchronisation.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/unison.nix
"},{"title":"services.unison.package","description":"The unison package to use.","note":"","type":"package","default":"pkgs.unison","example":"pkgs.unison.override { enableX11 = false; }","declared_by":"home-manager/modules/services/unison.nix
"},{"title":"services.unison.pairs","description":"Unison root pairs to keep synchronised.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"{ \"my-documents\" = { roots = [ \"/home/user/documents\" \"ssh://remote/documents\" ]; };}","declared_by":"home-manager/modules/services/unison.nix
"},{"title":"services.unison.pairs.<name>.commandOptions","description":"Additional command line options as a dictionary to pass to theunison program.","note":"Use a list of strings to declare the same option multiple times.","type":"attribute set of (string or list of string)","default":"","example":"","declared_by":"home-manager/modules/services/unison.nix
"},{"title":"services.unison.pairs.<name>.roots","description":"Pair of roots to synchronise.","note":"","type":"list of string of length 2","default":"","example":"[ \"/home/user/documents\" \"ssh://remote/documents\"]","declared_by":"home-manager/modules/services/unison.nix
"},{"title":"services.unison.pairs.<name>.stateDirectory","description":"Unison state directory to use.","note":"","type":"path","default":"\"$XDG_DATA_HOME/unison\"","example":"","declared_by":"home-manager/modules/services/unison.nix
"},{"title":"services.vdirsyncer.enable","description":"Whether to enable vdirsyncer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/vdirsyncer.nix
"},{"title":"services.vdirsyncer.package","description":"The package to use for the vdirsyncer binary.","note":"","type":"package","default":"\"pkgs.vdirsyncer\"","example":"pkgs.vdirsyncer","declared_by":"home-manager/modules/services/vdirsyncer.nix
"},{"title":"services.vdirsyncer.configFile","description":"Optional configuration file to link to use instead ofthe default file ($XDG_CONFIG_HOME/vdirsyncer/config).","note":"","type":"null or path","default":"null","example":"","declared_by":"home-manager/modules/services/vdirsyncer.nix
"},{"title":"services.vdirsyncer.frequency","description":"How often to run vdirsyncer. This value is passed to the systemdtimer configuration as the onCalendar option. Seesystemd.time(7)for more information about the format.","note":"","type":"string","default":"\"*:0/5\"","example":"","declared_by":"home-manager/modules/services/vdirsyncer.nix
"},{"title":"services.vdirsyncer.verbosity","description":"Whether vdirsyncer should produce verbose output.","note":"","type":"null or one of “CRITICAL”, “ERROR”, “WARNING”, “INFO”, “DEBUG”","default":"null","example":"","declared_by":"home-manager/modules/services/vdirsyncer.nix
"},{"title":"services.volnoti.enable","description":"Whether to enable Volnoti volume HUD daemon.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/volnoti.nix
"},{"title":"services.volnoti.package","description":"Package containing the volnoti program.","note":"","type":"package","default":"pkgs.volnoti","example":"","declared_by":"home-manager/modules/services/volnoti.nix
"},{"title":"services.wlsunset.enable","description":"Whether to enable wlsunset.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/wlsunset.nix
"},{"title":"services.wlsunset.package","description":"wlsunset derivation to use.","note":"","type":"package","default":"\"pkgs.wlsunset\"","example":"","declared_by":"home-manager/modules/services/wlsunset.nix
"},{"title":"services.wlsunset.gamma","description":"Gamma value to use.","note":"","type":"string","default":"\"1.0\"","example":"","declared_by":"home-manager/modules/services/wlsunset.nix
"},{"title":"services.wlsunset.latitude","description":"Your current latitude, between -90.0 and90.0.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/services/wlsunset.nix
"},{"title":"services.wlsunset.longitude","description":"Your current longitude, between -180.0 and180.0.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/services/wlsunset.nix
"},{"title":"services.wlsunset.systemdTarget","description":"Systemd target to bind to.","note":"","type":"string","default":"\"graphical-session.target\"","example":"","declared_by":"home-manager/modules/services/wlsunset.nix
"},{"title":"services.wlsunset.temperature.day","description":"Colour temperature to use during the day, in Kelvin (K).This value must be greater than temperature.night.","note":"","type":"signed integer","default":"6500","example":"","declared_by":"home-manager/modules/services/wlsunset.nix
"},{"title":"services.wlsunset.temperature.night","description":"Colour temperature to use during the night, in Kelvin (K).This value must be smaller than temperature.day.","note":"","type":"signed integer","default":"4000","example":"","declared_by":"home-manager/modules/services/wlsunset.nix
"},{"title":"services.wob.enable","description":"Whether to enable wob.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/wob.nix
"},{"title":"services.wob.package","description":"The wob package to use.","note":"","type":"package","default":"pkgs.wob","example":"","declared_by":"home-manager/modules/services/wob.nix
"},{"title":"services.wob.settings","description":"Configuration written to $XDG_CONFIG_HOME/wob/wob.ini.See wob.ini(5) for documentation.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))","default":"{ }","example":"{ \"\" = { border_size = 10; height = 50; }; \"output.foo\".name = \"DP-1\"; \"style.muted\".background_color = \"032cfc\";}","declared_by":"home-manager/modules/services/wob.nix
"},{"title":"services.wob.systemd","description":"Whether to enable systemd service and socket for wob.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/services/wob.nix
"},{"title":"services.xcape.enable","description":"Whether to enable xcape.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/xcape.nix
"},{"title":"services.xcape.mapExpression","description":"The value has the grammar Key[|OtherKey].","note":"The list of key names is found in the header fileX11/keysymdef.h (remove theXK_ prefix). Note that due to limitationsof X11 shifted keys must be specified as a shift keyfollowed by the key to be pressed rather than the actualname of the character. For example to generate “{” theexpression Shift_L|bracketleft could beused (assuming that you have a key with “{” above “[”).","type":"attribute set of string","default":"{ }","example":"{ Control_L = \"Control_L|O\"; Shift_L = \"Escape\";}","declared_by":"home-manager/modules/services/xcape.nix
"},{"title":"services.xcape.timeout","description":"If you hold a key longer than this timeout, xcape will notgenerate a key event. Default is 500 ms.","note":"","type":"null or signed integer","default":"null","example":"500","declared_by":"home-manager/modules/services/xcape.nix
"},{"title":"services.xembed-sni-proxy.enable","description":"Whether to enable XEmbed SNI Proxy.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/xembed-sni-proxy.nix
"},{"title":"services.xembed-sni-proxy.package","description":"Package containing the xembedsniproxyprogram.","note":"","type":"package","default":"pkgs.plasma-workspace","example":"","declared_by":"home-manager/modules/services/xembed-sni-proxy.nix
"},{"title":"services.xidlehook.enable","description":"Whether to enable xidlehook systemd service.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/xidlehook.nix
"},{"title":"services.xidlehook.package","description":"The package to use for xidlehook.","note":"","type":"package","default":"\"pkgs.xidlehook\"","example":"","declared_by":"home-manager/modules/services/xidlehook.nix
"},{"title":"services.xidlehook.detect-sleep","description":"Whether to enable detecting when the system wakes up from a suspended state and resetting the idle timer.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/xidlehook.nix
"},{"title":"services.xidlehook.environment","description":"Extra environment variables to be exported in the script.These options are passed unescaped as export name=value.","note":"","type":"attribute set of string","default":"{ }","example":"{ \"primary-display\" = \"$(xrandr | awk '/ primary/{print $1}')\";}","declared_by":"home-manager/modules/services/xidlehook.nix
"},{"title":"services.xidlehook.not-when-audio","description":"Disable locking when audio is playing.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/xidlehook.nix
"},{"title":"services.xidlehook.not-when-fullscreen","description":"Disable locking when a fullscreen application is in use.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/xidlehook.nix
"},{"title":"services.xidlehook.once","description":"Whether to enable running the program once and exiting.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/xidlehook.nix
"},{"title":"services.xidlehook.timers","description":"A set of commands to be executed after a specific idle timeout.The commands specified in command and cancellerare passed escaped to the script.To use or re-use environment variables that are script-dependent, specify themin the environment section.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { delay = 60; command = \"xrandr --output \\\"$PRIMARY_DISPLAY\\\" --brightness .1\"; canceller = \"xrandr --output \\\"$PRIMARY_DISPLAY\\\" --brightness 1\"; } { delay = 120; command = \"${pkgs.writeShellScript \"my-script\" '' # A complex script to run ''}\"; }]","declared_by":"home-manager/modules/services/xidlehook.nix
"},{"title":"services.xidlehook.timers.*.canceller","description":"Command executed when the user becomes active again.This is only executed if the next timer has not been reached.Path to executables are accepted.The command is automatically escaped.","note":"","type":"string","default":"\"\"","example":"${pkgs.libnotify}/bin/notify-send \"Idle\" \"Resuming activity\"","declared_by":"home-manager/modules/services/xidlehook.nix
"},{"title":"services.xidlehook.timers.*.command","description":"Command executed after the idle timeout is reached.Path to executables are accepted.The command is automatically escaped.","note":"","type":"null or string","default":"","example":"${pkgs.libnotify}/bin/notify-send \"Idle\" \"Sleeping in 1 minute\"","declared_by":"home-manager/modules/services/xidlehook.nix
"},{"title":"services.xidlehook.timers.*.delay","description":"Time before executing the command.","note":"","type":"unsigned integer, meaning >=0","default":"","example":"60","declared_by":"home-manager/modules/services/xidlehook.nix
"},{"title":"services.xscreensaver.enable","description":"Whether to enable XScreenSaver.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/xscreensaver.nix
"},{"title":"services.xscreensaver.package","description":"Which xscreensaver package to use.","note":"","type":"package","default":"pkgs.xscreensaver","example":"","declared_by":"home-manager/modules/services/xscreensaver.nix
"},{"title":"services.xscreensaver.settings","description":"The settings to use for XScreenSaver.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ fadeTicks = 20; lock = false; mode = \"blank\";}","declared_by":"home-manager/modules/services/xscreensaver.nix
"},{"title":"services.xsettingsd.enable","description":"Whether to enable xsettingsd.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/xsettingsd.nix
"},{"title":"services.xsettingsd.package","description":"Package containing the xsettingsd program.","note":"","type":"package","default":"pkgs.xsettingsd","example":"","declared_by":"home-manager/modules/services/xsettingsd.nix
"},{"title":"services.xsettingsd.settings","description":"Xsettingsd options for configuration file. Seehttps://github.com/derat/xsettingsd/wiki/Settingsfor documentation on these values.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ \"Net/ThemeName\" = \"Numix\"; \"Xft/Antialias\" = true; \"Xft/Hinting\" = true; \"Xft/RGBA\" = \"rgb\";}","declared_by":"home-manager/modules/services/xsettingsd.nix
"},{"title":"services.xsuspender.enable","description":"Whether to enable XSuspender.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.debug","description":"Whether to enable debug output.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults","description":"XSuspender defaults.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.autoSuspendOnBattery","description":"Whether to auto-apply rules when switching to batterypower even if the window(s) didn’t just lose focus.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.downclockOnBattery","description":"Limit CPU consumption for this factor when on battery power.Value 1 means 50% decrease, 2 means 66%, 3 means 75% etc.","note":"","type":"signed integer","default":"0","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.execResume","description":"Before resuming, execute this shell script. Resume theprocess regardless script failure.","note":"","type":"null or string","default":"null","example":"\"echo resuming ...\"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.execSuspend","description":"Before suspending, execute this shell script. If it fails,abort suspension.","note":"","type":"null or string","default":"null","example":"\"echo \\\"suspending window $XID of process $PID\\\"\"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.matchWmClassContains","description":"Match windows that wm class contains string.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.matchWmClassGroupContains","description":"Match windows where wm class group contains string.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.matchWmNameContains","description":"Match windows where wm name contains string.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.onlyOnBattery","description":"Whether to enable process suspend only on battery.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.resumeEvery","description":"Resume interval in seconds.","note":"","type":"signed integer","default":"50","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.resumeFor","description":"Resume duration in seconds.","note":"","type":"signed integer","default":"5","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.sendSignals","description":"Whether to send SIGSTOP / SIGCONT signals or not.If false just the exec scripts are run.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.suspendDelay","description":"Initial suspend delay in seconds.","note":"","type":"signed integer","default":"5","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.defaults.suspendSubtreePattern","description":"Also suspend descendant processes that match this regex.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules","description":"Attribute set of XSuspender rules.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"{ Chromium = { matchWmClassContains = \"chromium-browser\"; suspendDelay = 10; suspendSubtreePattern = \"chromium\"; };}","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.autoSuspendOnBattery","description":"Whether to auto-apply rules when switching to batterypower even if the window(s) didn’t just lose focus.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.downclockOnBattery","description":"Limit CPU consumption for this factor when on battery power.Value 1 means 50% decrease, 2 means 66%, 3 means 75% etc.","note":"","type":"signed integer","default":"0","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.execResume","description":"Before resuming, execute this shell script. Resume theprocess regardless script failure.","note":"","type":"null or string","default":"null","example":"\"echo resuming ...\"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.execSuspend","description":"Before suspending, execute this shell script. If it fails,abort suspension.","note":"","type":"null or string","default":"null","example":"\"echo \\\"suspending window $XID of process $PID\\\"\"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.matchWmClassContains","description":"Match windows that wm class contains string.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.matchWmClassGroupContains","description":"Match windows where wm class group contains string.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.matchWmNameContains","description":"Match windows where wm name contains string.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.onlyOnBattery","description":"Whether to enable process suspend only on battery.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.resumeEvery","description":"Resume interval in seconds.","note":"","type":"signed integer","default":"50","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.resumeFor","description":"Resume duration in seconds.","note":"","type":"signed integer","default":"5","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.sendSignals","description":"Whether to send SIGSTOP / SIGCONT signals or not.If false just the exec scripts are run.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.suspendDelay","description":"Initial suspend delay in seconds.","note":"","type":"signed integer","default":"5","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"services.xsuspender.rules.<name>.suspendSubtreePattern","description":"Also suspend descendant processes that match this regex.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/xsuspender.nix
"},{"title":"specialisation","description":"A set of named specialized configurations. These can be used to extendyour base configuration with additional settings. For example, you canhave specialisations named “light” and “dark”that apply light and dark color theme configurations.","note":"NoteThis is an experimental option for now and you therefore have toactivate the specialisation by looking up and running the activationscript yourself. Running the activation script will create a newHome Manager generation.","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/misc/specialisation.nix
"},{"title":"specialisation.<name>.configuration","description":"Arbitrary Home Manager configuration settings.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/misc/specialisation.nix
"},{"title":"systemd.user.automounts","description":"Definition of systemd per-user automount units. Attributes aremerged recursively.","note":"Note that the attributes follow the capitalization and naming usedby systemd. More details can be found insystemd.automount(5).","type":"systemd automount unit configuration","default":"{ }","example":"{ automount-name = { Unit = { Description = \"Example description\"; Documentation = [ \"man:example(1)\" \"man:example(5)\" ]; }; Automount = { … }; };};","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.mounts","description":"Definition of systemd per-user mount units. Attributes aremerged recursively.","note":"Note that the attributes follow the capitalization and naming usedby systemd. More details can be found insystemd.mount(5).","type":"systemd mount unit configuration","default":"{ }","example":"{ mount-name = { Unit = { Description = \"Example description\"; Documentation = [ \"man:example(1)\" \"man:example(5)\" ]; }; Mount = { … }; };};","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.paths","description":"Definition of systemd per-user path units. Attributes aremerged recursively.","note":"Note that the attributes follow the capitalization and naming usedby systemd. More details can be found insystemd.path(5).","type":"systemd path unit configuration","default":"{ }","example":"{ path-name = { Unit = { Description = \"Example description\"; Documentation = [ \"man:example(1)\" \"man:example(5)\" ]; }; Path = { … }; };};","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.services","description":"Definition of systemd per-user service units. Attributes aremerged recursively.","note":"Note that the attributes follow the capitalization and naming usedby systemd. More details can be found insystemd.service(5).","type":"systemd service unit configuration","default":"{ }","example":"{ service-name = { Unit = { Description = \"Example description\"; Documentation = [ \"man:example(1)\" \"man:example(5)\" ]; }; Service = { … }; };};","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.servicesStartTimeoutMs","description":"How long to wait for started services to fail until their start isconsidered successful. The value 0 indicates no timeout.","note":"","type":"unsigned integer, meaning >=0","default":"0","example":"","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.sessionVariables","description":"Environment variables that will be set for the user session.The variable values must be as described inenvironment.d(5).","note":"","type":"attribute set of (signed integer or string)","default":"{ }","example":"{ EDITOR = \"vim\";}","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.settings","description":"Extra config options for user session service manager. See systemd-user.conf(5) foravailable options.","note":"","type":"attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a list of them for duplicate keys)","default":"{ }","example":"{ Manager.DefaultCPUAccounting = true;}","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.settings.Manager.DefaultEnvironment","description":"Configures environment variables passed to all executed processes.","note":"","type":"attribute set of (null or string or path or package)","default":"{ }","example":"{ PATH = \"%u/bin:%u/.cargo/bin\";}","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.settings.Manager.ManagerEnvironment","description":"Sets environment variables just for the manager process itself.","note":"","type":"attribute set of (null or string or path or package)","default":"{ }","example":"{ PATH = \"%u/bin:%u/.cargo/bin\";}","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.slices","description":"Definition of systemd per-user slice units. Attributes aremerged recursively.","note":"Note that the attributes follow the capitalization and naming usedby systemd. More details can be found insystemd.slice(5).","type":"systemd slice unit configuration","default":"{ }","example":"{ slice-name = { Unit = { Description = \"Example description\"; Documentation = [ \"man:example(1)\" \"man:example(5)\" ]; }; Slice = { … }; };};","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.sockets","description":"Definition of systemd per-user socket units. Attributes aremerged recursively.","note":"Note that the attributes follow the capitalization and naming usedby systemd. More details can be found insystemd.socket(5).","type":"systemd socket unit configuration","default":"{ }","example":"{ socket-name = { Unit = { Description = \"Example description\"; Documentation = [ \"man:example(1)\" \"man:example(5)\" ]; }; Socket = { … }; };};","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.startServices","description":"Whether new or changed services that are wanted by active targetsshould be started. Additionally, stop obsolete services from theprevious generation.","note":"The alternatives are","type":"boolean or one of “suggest”, “legacy”, “sd-switch”","default":"\"suggest\"","example":"","declared_by":"home-manager/modules/systemd.nix
"},{"title":"","description":"Use a very simple shell script to print suggestedsystemctl commands to run. You will have tomanually run those commands after the switch.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Use a Ruby script to, in a more robust fashion, determine thenecessary changes and automatically run thesystemctl commands.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Use sd-switch, a third party application, to perform the serviceupdates. This tool offers more features while having a smallclosure size. Note, it requires a fully functional user D-Bussession. Once tested and deemed sufficiently robust, this willbecome the default.","note":"","type":"","default":"","example":"","declared_by":""},{"title":"systemd.user.systemctlPath","description":"Absolute path to the systemctl tool. Thisoption may need to be set if running Home Manager on anon-NixOS distribution.","note":"","type":"string","default":"\"${pkgs.systemd}/bin/systemctl\"","example":"","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.targets","description":"Definition of systemd per-user target units. Attributes aremerged recursively.","note":"Note that the attributes follow the capitalization and naming usedby systemd. More details can be found insystemd.target(5).","type":"systemd target unit configuration","default":"{ }","example":"{ target-name = { Unit = { Description = \"Example description\"; Documentation = [ \"man:example(1)\" \"man:example(5)\" ]; }; Target = { … }; };};","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.timers","description":"Definition of systemd per-user timer units. Attributes aremerged recursively.","note":"Note that the attributes follow the capitalization and naming usedby systemd. More details can be found insystemd.timer(5).","type":"systemd timer unit configuration","default":"{ }","example":"{ timer-name = { Unit = { Description = \"Example description\"; Documentation = [ \"man:example(1)\" \"man:example(5)\" ]; }; Timer = { … }; };};","declared_by":"home-manager/modules/systemd.nix
"},{"title":"systemd.user.tmpfiles.rules","description":"Rules for creating and cleaning up temporary filesautomatically. Seetmpfiles.d(5)for the exact format.","note":"","type":"list of string","default":"[ ]","example":"[ \"L /home/user/Documents - - - - /mnt/data/Documents\"]","declared_by":"home-manager/modules/misc/tmpfiles.nix
"},{"title":"targets.darwin.currentHostDefaults","description":"Set macOS user defaults. Unlike targets.darwin.defaults,the preferences will only be applied to the currently logged-in host. Thisdistinction is important for networked accounts.","note":"Values set to null are ignored.","type":"attribute set of attribute set of anything","default":"{ }","example":"{ \"com.apple.controlcenter\" = { BatteryShowPercentage = true; };}","declared_by":"home-manager/modules/targets/darwin/user-defaults
"},{"title":"targets.darwin.currentHostDefaults.\"com.apple.controlcenter\".BatteryShowPercentage","description":"Whether to show battery percentage in the menu bar.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-currenthost.nix
"},{"title":"targets.darwin.defaults","description":"Set macOS user defaults. Values set to null areignored.","note":"WarningSome settings might require a re-login to take effect.","type":"attribute set of attribute set of anything","default":"{ }","example":"{ \"com.apple.desktopservices\" = { DSDontWriteNetworkStores = true; DSDontWriteUSBStores = true; };}","declared_by":"home-manager/modules/targets/darwin/user-defaults
"},{"title":"targets.darwin.defaults.NSGlobalDomain.AppleLanguages","description":"Sets the language to use in the preferred order.","note":"","type":"null or (list of string)","default":"null","example":"[ \"en\"]","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.NSGlobalDomain.AppleLocale","description":"Configures the user locale.","note":"","type":"null or string","default":"null","example":"\"en_US\"","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.NSGlobalDomain.AppleMeasurementUnits","description":"Sets the measurement unit.","note":"","type":"null or one of “Centimeters”, “Inches”","default":"null","example":"\"Centimeters\"","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.NSGlobalDomain.AppleMetricUnits","description":"Whether to enable the metric system.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.NSGlobalDomain.AppleTemperatureUnit","description":"Sets the temperature unit.","note":"","type":"null or one of “Celsius”, “Fahrenheit”","default":"null","example":"\"Celsius\"","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.NSGlobalDomain.NSAutomaticCapitalizationEnabled","description":"Whether to enable automatic capitalization.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.NSGlobalDomain.NSAutomaticDashSubstitutionEnabled","description":"Whether to enable smart dashes.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.NSGlobalDomain.NSAutomaticPeriodSubstitutionEnabled","description":"Whether to enable period with double space.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.NSGlobalDomain.NSAutomaticQuoteSubstitutionEnabled","description":"Whether to enable smart quotes.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.NSGlobalDomain.NSAutomaticSpellingCorrectionEnabled","description":"Whether to enable spelling correction.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.Safari\".AutoFillCreditCardData","description":"Whether to enable autofill of credit card numbers.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.Safari\".AutoFillPasswords","description":"Whether to enable autofill of usernames and passwords.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.Safari\".AutoOpenSafeDownloads","description":"Whether to enable opening of downloaded files.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.Safari\".IncludeDevelopMenu","description":"Whether to enable “Develop” menu in the menu bar.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.Safari\".ShowOverlayStatusBar","description":"Whether to enable status bar.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.Safari\".WebKitDeveloperExtrasEnabledPreferenceKey","description":"Configures the web inspector.","note":"WarningInstead of setting this option directly, setIncludeDevelopMenu instead.","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.Safari\".\"WebKitPreferences.developerExtrasEnabled\"","description":"Configures the web inspector.","note":"WarningInstead of setting this option directly, setIncludeDevelopMenu instead.","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.Safari.SandboxBroker\".ShowDevelopMenu","description":"Show the “Develop” menu in Safari’s menubar.","note":"WarningInstead of setting this option directly, set\"com.apple.Safari\".IncludeDevelopMenu instead.","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.desktopservices\".DSDontWriteNetworkStores","description":"Disable use of .DS_Store files on network shares.See theofficial article for more info.","note":"","type":"null or boolean","default":"null","example":"false","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.desktopservices\".DSDontWriteUSBStores","description":"Disable use of .DS_Store files on thumb drives.","note":"","type":"null or boolean","default":"null","example":"false","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.dock\".expose-group-apps","description":"Whether to enable grouping of windows by application in Mission Control.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.dock\".size-immutable","description":"Whether to enable locking of the dock size.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.dock\".tilesize","description":"Sets the size of the dock.","note":"","type":"null or signed integer","default":"null","example":"64","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.apple.menuextra.battery\".ShowPercent","description":"This option no longer works on macOS 11 and later. Instead, usetargets.darwin.currentHostDefaults.\\\"com.apple.controlcenter\\\".BatteryShowPercentage.","note":"Whether to show battery percentage in the menu bar.","type":"null or one of “YES”, “NO”","default":"null","example":"\"NO\"","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.googlecode.iterm2\".AddNewTabAtEndOfTabs","description":"Whether to enable placement of new tabs at the end of the tab bar.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.googlecode.iterm2\".AlternateMouseScroll","description":"Whether to enable arrow keys when scrolling in alternate screen mode.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.googlecode.iterm2\".CopySelection","description":"Whether to enable copy to clipboard upon selecting text.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.googlecode.iterm2\".ExperimentalKeyHandling","description":"Whether to enable experimental key handling for AquaSKK compatibility.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"targets.darwin.defaults.\"com.googlecode.iterm2\".OpenTmuxWindowsIn","description":"Configures how to restore tmux windows when attaching to a session.","note":"Possible Values","type":"null or signed integer","default":"null","example":"2","declared_by":"home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix
"},{"title":"","description":"Native windows","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Native tabs in a new window","note":"","type":"","default":"","example":"","declared_by":""},{"title":"","description":"Tabs in the attaching window","note":"","type":"","default":"","example":"","declared_by":""},{"title":"targets.darwin.keybindings","description":"This will configure the default keybindings for text fields in macOSapplications. SeeApple’s documentationfor more details.","note":"WarningExisting keybinding configuration will be wiped when using thisoption.","type":"attribute set of anything","default":"{ }","example":"{ \"^u\" = \"deleteToBeginningOfLine:\"; \"^w\" = \"deleteWordBackward:\";}","declared_by":"home-manager/modules/targets/darwin/keybindings.nix
"},{"title":"targets.darwin.search","description":"Default search engine.","note":"","type":"null or one of “Bing”, “DuckDuckGo”, “Ecosia”, “Google”, “Yahoo”","default":"null","example":"","declared_by":"home-manager/modules/targets/darwin/search.nix
"},{"title":"targets.genericLinux.enable","description":"Whether to enable settings that make Home Manager work better onGNU/Linux distributions other than NixOS.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/targets/generic-linux.nix
"},{"title":"uninstall","description":"Whether to set up a minimal configuration that will remove all managedfiles and packages.","note":"Use this with extreme care since running the generated activation scriptwill remove all Home Manager state from your user environment. Thisincludes removing all your historic Home Manager generations.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/misc/uninstall.nix
"},{"title":"wayland.windowManager.hyprland.enable","description":"Whether to enable Hyprland wayland compositor.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.hyprland.enableNvidiaPatches","description":"Whether to enable patching wlroots for better Nvidia support.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.hyprland.package","description":"The hyprland package to use.","note":"","type":"package","default":"pkgs.hyprland","example":"","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.hyprland.extraConfig","description":"Extra configuration lines to add to ~/.config/hypr/hyprland.conf.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' # window resize bind = $mod, S, submap, resize submap = resize binde = , right, resizeactive, 10 0 binde = , left, resizeactive, -10 0 binde = , up, resizeactive, 0 -10 binde = , down, resizeactive, 0 10 bind = , escape, submap, reset submap = reset''","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.hyprland.finalPackage","description":"The Hyprland package after applying configuration.","note":"","type":"package (read only)","default":"wayland.windowManager.hyprland.package with applied configuration","example":"","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.hyprland.plugins","description":"List of Hyprland plugins to use. Can either be packages orabsolute plugin paths.","note":"","type":"list of (package or path)","default":"[ ]","example":"","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.hyprland.settings","description":"Hyprland configuration written in Nix. Entries with the same keyshould be written as lists. Variables’ and colors’ names should bequoted. See https://wiki.hyprland.org for more examples.","note":"NoteUse the wayland.windowManager.hyprland.plugins option todeclare plugins.","type":"Hyprland configuration value","default":"{ }","example":"{ decoration = { shadow_offset = \"0 5\"; \"col.shadow\" = \"rgba(00000099)\"; }; \"$mod\" = \"SUPER\"; bindm = [ # mouse movements \"$mod, mouse:272, movewindow\" \"$mod, mouse:273, resizewindow\" \"$mod ALT, mouse:272, resizewindow\" ];}","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.hyprland.sourceFirst","description":"Whether to enable putting source entries at the top of the configuration.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.hyprland.systemd.enable","description":"Whether to enable hyprland-session.target onhyprland startup. This links to graphical-session.target.Some important environment variables will be imported to systemdand D-Bus user environment before reaching the target, including","note":"DISPLAYHYPRLAND_INSTANCE_SIGNATUREWAYLAND_DISPLAYXDG_CURRENT_DESKTOP","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.hyprland.systemd.extraCommands","description":"Extra commands to be run after D-Bus activation.","note":"","type":"list of string","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.hyprland.systemd.variables","description":"Environment variables to be imported in the systemd & D-Bus userenvironment.","note":"","type":"list of string","default":"","example":"[ \"-all\"]","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.hyprland.xwayland.enable","description":"Whether to enable XWayland.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/services/window-managers/hyprland.nix
"},{"title":"wayland.windowManager.river.enable","description":"Whether to enable the river window manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/river.nix
"},{"title":"wayland.windowManager.river.package","description":"The river package to use. Set to null to not add any river package to your path.This should be done if you want to use the NixOS river module to install river.","note":"","type":"null or package","default":"pkgs.river","example":"","declared_by":"home-manager/modules/services/window-managers/river.nix
"},{"title":"wayland.windowManager.river.extraConfig","description":"Extra lines appended to $XDG_CONFIG_HOME/river/init.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' rivertile -view-padding 6 -outer-padding 6 &''","declared_by":"home-manager/modules/services/window-managers/river.nix
"},{"title":"wayland.windowManager.river.extraSessionVariables","description":"Extra session variables set when running the compositor.","note":"","type":"attribute set","default":"{ }","example":"{ MOZ_ENABLE_WAYLAND = \"1\";}","declared_by":"home-manager/modules/services/window-managers/river.nix
"},{"title":"wayland.windowManager.river.settings","description":"General settings given to riverctl.","note":"","type":"River configuration value","default":"{ }","example":"{ border-width = 2; declare-mode = [ \"locked\" \"normal\" \"passthrough\" ]; input = { pointer-foo-bar = { accel-profile = \"flat\"; events = true; pointer-accel = -0.3; tap = false; }; }; map = { normal = { \"Alt Q\" = \"close\"; }; }; rule-add = { \"-app-id\" = { \"'bar'\" = \"csd\"; \"'float*'\" = { \"-title\" = { \"'foo'\" = \"float\"; }; }; }; }; set-cursor-warp = \"on-output-change\"; set-repeat = \"50 300\"; spawn = [ \"firefox\" \"'foot -a terminal'\" ]; xcursor-theme = \"someGreatTheme 12\";}","declared_by":"home-manager/modules/services/window-managers/river.nix
"},{"title":"wayland.windowManager.river.systemd.enable","description":"Whether to enable river-session.target onriver startup. This links to graphical-session.target}.Some important environment variables will be imported to systemdand D-Bus user environment before reaching the target, including","note":"DISPLAYWAYLAND_DISPLAYXDG_CURRENT_DESKTOPNIXOS_OZONE_WLXCURSOR_THEMEXCURSOR_SIZE","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/services/window-managers/river.nix
"},{"title":"wayland.windowManager.river.systemd.extraCommands","description":"Extra commands to be run after D-Bus activation.","note":"","type":"list of string","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/river.nix
"},{"title":"wayland.windowManager.river.systemd.variables","description":"Environment variables to be imported in the systemd & D-Bus userenvironment.","note":"","type":"list of string","default":"","example":"[ \"-all\"]","declared_by":"home-manager/modules/services/window-managers/river.nix
"},{"title":"wayland.windowManager.river.xwayland.enable","description":"Whether to enable XWayland.","note":"","type":"boolean","default":"true","example":"true","declared_by":"home-manager/modules/services/window-managers/river.nix
"},{"title":"wayland.windowManager.sway.enable","description":"Whether to enable sway wayland compositor.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.package","description":"Sway package to use. Will override the options‘wrapperFeatures’, ‘extraSessionCommands’, and ‘extraOptions’.Set to null to not add any Sway package to yourpath. This should be done if you want to use the NixOS Swaymodule to install Sway.","note":"","type":"null or package","default":"${pkgs.sway}","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config","description":"Sway configuration options.","note":"","type":"null or (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.assigns","description":"An attribute set that assigns applications to workspaces basedon criteria.","note":"","type":"attribute set of list of attribute set of (string or boolean)","default":"{ }","example":"{\"1: web\" = [{ class = \"^Firefox$\"; }];\"0: extra\" = [{ class = \"^Firefox$\"; window_role = \"About\"; }];}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars","description":"Sway bars settings blocks. Set to empty list to remove bars completely.","note":"","type":"list of (submodule)","default":"see code","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors","description":"Bar color settings. All color classes can be specified using submoduleswith ‘border’, ‘background’, ‘text’, fields and RGB color hex-codes as values.See default values for the reference.Note that ‘background’, ‘status’, and ‘separator’ parameters take a single RGB value.","note":"See https://i3wm.org/docs/userguide.html#_colors.","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors.activeWorkspace","description":"Border, background and text color for a workspace button when the workspace is active.","note":"","type":"null or (submodule)","default":"","example":"{ background = \"#5f676a\"; border = \"#333333\"; text = \"#ffffff\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors.background","description":"Background color of the bar.","note":"","type":"null or string","default":"","example":"\"#000000\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors.bindingMode","description":"Border, background and text color for the binding mode indicator","note":"","type":"null or (submodule)","default":"","example":"{ background = \"#900000\"; border = \"#2f343a\"; text = \"#ffffff\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors.focusedBackground","description":"Background color of the bar on the currently focused monitor output.","note":"","type":"null or string","default":"null","example":"\"#000000\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors.focusedSeparator","description":"Text color to be used for the separator on the currently focused monitor output.","note":"","type":"null or string","default":"null","example":"\"#666666\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors.focusedStatusline","description":"Text color to be used for the statusline on the currently focused monitor output.","note":"","type":"null or string","default":"null","example":"\"#ffffff\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors.focusedWorkspace","description":"Border, background and text color for a workspace button when the workspace has focus.","note":"","type":"null or (submodule)","default":"","example":"{ background = \"#285577\"; border = \"#4c7899\"; text = \"#ffffff\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors.inactiveWorkspace","description":"Border, background and text color for a workspace button when the workspace does nothave focus and is not active.","note":"","type":"null or (submodule)","default":"","example":"{ background = \"#222222\"; border = \"#333333\"; text = \"#888888\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors.separator","description":"Text color to be used for the separator.","note":"","type":"null or string","default":"","example":"\"#666666\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors.statusline","description":"Text color to be used for the statusline.","note":"","type":"null or string","default":"","example":"\"#ffffff\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.colors.urgentWorkspace","description":"Border, background and text color for a workspace button when the workspace containsa window with the urgency hint set.","note":"","type":"null or (submodule)","default":"","example":"{ background = \"#900000\"; border = \"#2f343a\"; text = \"#ffffff\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.command","description":"Command that will be used to start a bar.","note":"","type":"string","default":"\"i3bar\"","example":"\"\\${pkgs.waybar}/bin/waybar\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.extraConfig","description":"Extra configuration lines for this bar.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.fonts","description":"Font configuration for this bar.","note":"","type":"(list of string) or (submodule)","default":"{ }","example":"{ names = [ \"DejaVu Sans Mono\" \"FontAwesome5Free\" ]; style = \"Bold Semi-Condensed\"; size = 11.0;}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.hiddenState","description":"The default bar mode when ‘bar.mode’ == ‘hide’.","note":"","type":"null or one of “hide”, “show”","default":"","example":"\"hide\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.id","description":"Specifies the bar ID for the configured bar instance.If this option is missing, the ID is set to bar-x, where x correspondsto the position of the embedding bar block in the config file.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.mode","description":"Bar visibility mode.","note":"","type":"null or one of “dock”, “hide”, “invisible”","default":"","example":"\"dock\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.position","description":"The edge of the screen swaybar should show up.","note":"","type":"null or one of “top”, “bottom”","default":"","example":"\"bottom\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.statusCommand","description":"Command that will be used to get status lines.","note":"","type":"null or string","default":"","example":"\"\\${pkgs.i3status}/bin/i3status\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.trayOutput","description":"Where to output tray.","note":"","type":"null or string","default":"","example":"\"*\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.trayPadding","description":"Sets the pixel padding of the system tray.This padding will surround the tray on all sides and between each item.","note":"","type":"null or signed integer","default":"","example":"null","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.workspaceButtons","description":"Whether workspace buttons should be shown or not.","note":"","type":"null or boolean","default":"","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bars.*.workspaceNumbers","description":"Whether workspace numbers should be displayed within the workspace buttons.","note":"","type":"null or boolean","default":"","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.bindkeysToCode","description":"Whether to make use of --to-code in keybindings.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.colors","description":"Color settings. All color classes can be specified using submoduleswith ‘border’, ‘background’, ‘text’, ‘indicator’ and ‘childBorder’ fieldsand RGB color hex-codes as values. See default values for the reference.Note that ‘sway.config.colors.background’ parameter takes a single RGB value.","note":"See https://i3wm.org/docs/userguide.html#_changing_colors.","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.colors.background","description":"Background color of the window. Only applications which do not coverthe whole area expose the color.","note":"","type":"string","default":"\"#ffffff\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.colors.focused","description":"A window which currently has the focus.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.colors.focusedInactive","description":"A window which is the focused one of its container,but it does not have the focus at the moment.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.colors.placeholder","description":"Background and text color are used to draw placeholder windowcontents (when restoring layouts). Border and indicator are ignored.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.colors.unfocused","description":"A window which is not focused.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.colors.urgent","description":"A window which has its urgency hint activated.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.defaultWorkspace","description":"The default workspace to show when sway is launched.This must to correspond to the value of the keybinding of the default workspace.","note":"","type":"null or string","default":"null","example":"\"workspace number 9\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.down","description":"Home row direction key for moving down.","note":"","type":"string","default":"\"j\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.floating","description":"Floating window settings.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.floating.border","description":"Floating windows border width.","note":"","type":"signed integer","default":"2","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.floating.criteria","description":"List of criteria for windows that should be opened in a floating mode.","note":"","type":"list of attribute set of (string or boolean)","default":"[ ]","example":"[ { title = \"Steam - Update News\"; } { class = \"Pavucontrol\"; }]","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.floating.modifier","description":"Modifier key or keys that can be used to drag floating windows.","note":"","type":"string","default":"\"sway.config.modifier\"","example":"\"Mod4\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.floating.titlebar","description":"Whether to show floating window titlebars.","note":"","type":"boolean","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.focus","description":"Focus related settings.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.focus.followMouse","description":"Whether focus should follow the mouse.","note":"","type":"one of “yes”, “no”, “always” or boolean","default":"\"yes\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.focus.forceWrapping","description":"Whether to force focus wrapping in tabbed or stacked containers.","note":"This option is deprecated, use focus.wrapping instead.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.focus.mouseWarping","description":"Whether mouse cursor should be warped to the center of the window when switching focusto a window on a different output.","note":"","type":"boolean or one of “container”, “output”","default":"true","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.focus.newWindow","description":"This option modifies focus behavior on new window activation.","note":"See https://i3wm.org/docs/userguide.html#focus_on_window_activation","type":"one of “smart”, “urgent”, “focus”, “none”","default":"\"smart\"","example":"\"none\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.focus.wrapping","description":"Whether the window focus commands automatically wrap around the edge of containers.","note":"See https://i3wm.org/docs/userguide.html#_focus_wrapping","type":"one of “yes”, “no”, “force”, “workspace”","default":"\"no\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.fonts","description":"Font configuration for window titles, nagbar…","note":"","type":"(list of string) or (submodule)","default":"{ }","example":"{ names = [ \"DejaVu Sans Mono\" \"FontAwesome5Free\" ]; style = \"Bold Semi-Condensed\"; size = 11.0;}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.gaps","description":"Gaps related settings.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.gaps.bottom","description":"Bottom gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.gaps.horizontal","description":"Horizontal gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.gaps.inner","description":"Inner gaps value.","note":"","type":"null or signed integer","default":"null","example":"12","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.gaps.left","description":"Left gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.gaps.outer","description":"Outer gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.gaps.right","description":"Right gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.gaps.smartBorders","description":"This option controls whether to disable container borders onworkspace with a single container.","note":"","type":"one of “on”, “off”, “no_gaps”","default":"\"off\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.gaps.smartGaps","description":"This option controls whether to disable all gaps (outer and inner)on workspace with a single container.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.gaps.top","description":"Top gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.gaps.vertical","description":"Vertical gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.input","description":"An attribute set that defines input modules. Seesway-input(5)for options.","note":"","type":"attribute set of attribute set of string","default":"{ }","example":"{ \"*\" = { xkb_variant = \"dvorak\"; };}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.keybindings","description":"An attribute set that assigns a key press to an action using a key symbol.See https://i3wm.org/docs/userguide.html#keybindings.","note":"Consider to use lib.mkOptionDefault function to extend or overridedefault keybindings instead of specifying all of them from scratch.","type":"attribute set of (null or string)","default":"\"Default sway keybindings.\"","example":"let modifier = config.wayland.windowManager.sway.config.modifier;in lib.mkOptionDefault { \"${modifier}+Return\" = \"exec ${pkgs.foot}/bin/foot\"; \"${modifier}+Shift+q\" = \"kill\"; \"${modifier}+d\" = \"exec ${pkgs.dmenu}/bin/dmenu_path | ${pkgs.dmenu}/bin/dmenu | ${pkgs.findutils}/bin/xargs swaymsg exec --\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.keycodebindings","description":"An attribute set that assigns keypress to an action using key code.See https://i3wm.org/docs/userguide.html#keybindings.","note":"","type":"attribute set of (null or string)","default":"{ }","example":"{ \"214\" = \"exec /bin/script.sh\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.left","description":"Home row direction key for moving left.","note":"","type":"string","default":"\"h\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.menu","description":"Default launcher to use.","note":"","type":"string","default":"\"\\${pkgs.dmenu}/bin/dmenu_path | \\${pkgs.dmenu}/bin/dmenu | \\${pkgs.findutils}/bin/xargs swaymsg exec --\"","example":"\"bemenu-run\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.modes","description":"An attribute set that defines binding modes and keybindingsinside them","note":"Only basic keybinding is supported (bindsym keycomb action),for more advanced setup use ‘sway.extraConfig’.","type":"attribute set of attribute set of string","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.modifier","description":"Modifier key that is used for all default keybindings.","note":"","type":"one of “Shift”, “Control”, “Mod1”, “Mod2”, “Mod3”, “Mod4”, “Mod5”","default":"\"Mod1\"","example":"\"Mod4\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.output","description":"An attribute set that defines output modules. Seesway-output(5)for options.","note":"","type":"attribute set of attribute set of string","default":"{ }","example":"{ HDMI-A-2 = { bg = \"~/path/to/background.png fill\"; };}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.right","description":"Home row direction key for moving right.","note":"","type":"string","default":"\"l\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.seat","description":"An attribute set that defines seat modules. Seesway-input(5)for options.","note":"","type":"attribute set of attribute set of string","default":"{ }","example":"{ \"*\" = { hide_cursor = \"when-typing enable\"; };}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.startup","description":"Commands that should be executed at startup.","note":"See https://i3wm.org/docs/userguide.html#_automatically_starting_applications_on_i3_startup.","type":"list of (submodule)","default":"[ ]","example":"[{ command = \"systemctl --user restart waybar\"; always = true; }{ command = \"dropbox start\"; }{ command = \"firefox\"; }]","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.startup.*.always","description":"Whether to run command on each sway restart.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.startup.*.command","description":"Command that will be executed on startup.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.terminal","description":"Default terminal to run.","note":"","type":"string","default":"\"\\${pkgs.foot}/bin/foot\"","example":"\"alacritty\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.up","description":"Home row direction key for moving up.","note":"","type":"string","default":"\"k\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.window","description":"Window titlebar and border settings.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.window.border","description":"Window border width.","note":"","type":"signed integer","default":"2","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.window.commands","description":"List of commands that should be executed on specific windows.See for_window swaywm option documentation.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { command = \"border pixel 1\"; criteria = { class = \"XTerm\"; }; }]","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.window.commands.*.command","description":"Swaywm command to execute.","note":"","type":"string","default":"","example":"\"border pixel 1\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.window.commands.*.criteria","description":"Criteria of the windows on which command should be executed.","note":"A value of true is equivalent to using an emptycriteria (which is different from an empty string criteria).","type":"attribute set of (string or boolean)","default":"","example":"{ title = \"x200: ~/work\"; floating = true;};","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.window.hideEdgeBorders","description":"Hide window borders adjacent to the screen edges.","note":"","type":"one of “none”, “vertical”, “horizontal”, “both”, “smart”","default":"\"none\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.window.titlebar","description":"Whether to show window titlebars.","note":"","type":"boolean","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.workspaceAutoBackAndForth","description":"Assume you are on workspace “1: www” and switch to “2: IM” usingmod+2 because somebody sent you a message. You don’t need to rememberwhere you came from now, you can just press $mod+2 again to switchback to “1: www”.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.workspaceLayout","description":"The mode in which new containers on workspace level willstart.","note":"","type":"one of “default”, “stacking”, “tabbed”","default":"\"default\"","example":"\"tabbed\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.workspaceOutputAssign","description":"Assign workspaces to outputs.","note":"","type":"list of (submodule)","default":"[ ]","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.workspaceOutputAssign.*.output","description":"Name(s) of the output(s) from swaymsg -t get_outputs .","note":"","type":"string or list of string","default":"\"\"","example":"\"eDP\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.config.workspaceOutputAssign.*.workspace","description":"Name of the workspace to assign.","note":"","type":"string","default":"\"\"","example":"\"Web\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.extraConfig","description":"Extra configuration lines to add to ~/.config/sway/config.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.extraConfigEarly","description":"Like extraConfig, except lines are added to ~/.config/sway/config before all other configuration.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.extraOptions","description":"Command line arguments passed to launch Sway. Please DO NOT reportissues if you use an unsupported GPU (proprietary drivers).","note":"","type":"list of string","default":"[ ]","example":"[ \"--verbose\" \"--debug\" \"--unsupported-gpu\" \"--my-next-gpu-wont-be-nvidia\"]","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.extraSessionCommands","description":"Shell commands executed just before Sway is started.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' export SDL_VIDEODRIVER=wayland # needs qt5.qtwayland in systemPackages export QT_QPA_PLATFORM=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION=\"1\" # Fix for some Java AWT applications (e.g. Android Studio), # use this if they aren't displayed properly: export _JAVA_AWT_WM_NONREPARENTING=1''","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.swaynag.enable","description":"Whether to enable configuration of swaynag, a lightweight error bar for sway.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/swaynag.nix
"},{"title":"wayland.windowManager.sway.swaynag.settings","description":"Configuration written to$XDG_CONFIG_HOME/swaynag/config.","note":"Seeswaynag(5)for a list of available options and an example configuration.Note, configurations declared under will override the default type values of swaynag.","type":"attribute set of attribute set of (Swaynag config atom (null, bool, int, float, str))","default":"{ }","example":"{ \"\" = { edge = \"bottom\"; font = \"Dina 12\"; }; green = { edge = \"top\"; background = \"00AA00\"; text = \"FFFFFF\"; button-background = \"00CC00\"; message-padding = 10; };}","declared_by":"home-manager/modules/services/window-managers/i3-sway/swaynag.nix
"},{"title":"wayland.windowManager.sway.systemd.enable","description":"Whether to enable sway-session.target onsway startup. This links tographical-session.target.Some important environment variables will be imported to systemdand dbus user environment before reaching the target, including","note":"DISPLAYWAYLAND_DISPLAYSWAYSOCKXDG_CURRENT_DESKTOP","type":"boolean","default":"true","example":"false","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.systemd.xdgAutostart","description":"Whether to enable autostart of applications usingsystemd-xdg-autostart-generator(8).","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.wrapperFeatures","description":"Attribute set of features to enable in the wrapper.","note":"","type":"submodule","default":"{ }","example":"{ gtk = true;}","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.wrapperFeatures.base","description":"Whether to make use of the base wrapper to execute extra session commands and prepend adbus-run-session to the sway command.","note":"","type":"boolean","default":"true","example":"false","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.wrapperFeatures.gtk","description":"Whether to make use of the wrapGAppsHook wrapper to execute sway with required environmentvariables for GTK applications.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"wayland.windowManager.sway.xwayland","description":"Enable xwayland, which is needed for the default configuration of sway.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/sway.nix
"},{"title":"xdg.enable","description":"Whether to enable management of XDG base directories.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.cacheHome","description":"Absolute path to directory holding application caches.","note":"","type":"path","default":"\"~/.cache\"","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.configFile","description":"Attribute set of files to link into the user’s XDGconfiguration home.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.configFile.<name>.enable","description":"Whether this file should be generated. This option allows specificfiles to be disabled.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.configFile.<name>.executable","description":"Set the execute bit. If null, defaults to the modeof the source file or to falsefor files created through the text option.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.configFile.<name>.onChange","description":"Shell commands to run when file has changed betweengenerations. The script will be runafter the new files have been linkedinto place.","note":"Note, this code is always run when recursive isenabled.","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.configFile.<name>.recursive","description":"If the file source is a directory, then this optiondetermines whether the directory should be recursivelylinked to the target location. This option has no effectif the source is a file.","note":"If false (the default) then the targetwill be a symbolic link to the source directory. Iftrue then the target will be adirectory structure matching the source’s but whose leafsare symbolic links to the files of the source directory.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.configFile.<name>.source","description":"Path of the source file or directory. Ifxdg.configFile..textis non-null then this option will automatically point to a filecontaining that text.","note":"","type":"path","default":"","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.configFile.<name>.target","description":"Path to target file relative to xdg.configHome.","note":"","type":"string","default":"name","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.configFile.<name>.text","description":"Text of the file. If this option is null thenxdg.configFile..sourcemust be set.","note":"","type":"null or strings concatenated with “\\n”","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.configHome","description":"Absolute path to directory holding application configurations.","note":"","type":"path","default":"\"~/.config\"","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.dataFile","description":"Attribute set of files to link into the user’s XDGdata home.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.dataFile.<name>.enable","description":"Whether this file should be generated. This option allows specificfiles to be disabled.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.dataFile.<name>.executable","description":"Set the execute bit. If null, defaults to the modeof the source file or to falsefor files created through the text option.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.dataFile.<name>.onChange","description":"Shell commands to run when file has changed betweengenerations. The script will be runafter the new files have been linkedinto place.","note":"Note, this code is always run when recursive isenabled.","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.dataFile.<name>.recursive","description":"If the file source is a directory, then this optiondetermines whether the directory should be recursivelylinked to the target location. This option has no effectif the source is a file.","note":"If false (the default) then the targetwill be a symbolic link to the source directory. Iftrue then the target will be adirectory structure matching the source’s but whose leafsare symbolic links to the files of the source directory.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.dataFile.<name>.source","description":"Path of the source file or directory. Ifxdg.dataFile..textis non-null then this option will automatically point to a filecontaining that text.","note":"","type":"path","default":"","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.dataFile.<name>.target","description":"Path to target file relative to xdg.dataHome.","note":"","type":"string","default":"name","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.dataFile.<name>.text","description":"Text of the file. If this option is null thenxdg.dataFile..sourcemust be set.","note":"","type":"null or strings concatenated with “\\n”","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.dataHome","description":"Absolute path to directory holding application data.","note":"","type":"path","default":"\"~/.local/share\"","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.desktopEntries","description":"Desktop Entries allow applications to be shown in your desktop environment’s app launcher.","note":"You can define entries for programs without entries or override existing entries.","type":"attribute set of (submodule)","default":"{ }","example":"{ firefox = { name = \"Firefox\"; genericName = \"Web Browser\"; exec = \"firefox %U\"; terminal = false; categories = [ \"Application\" \"Network\" \"WebBrowser\" ]; mimeType = [ \"text/html\" \"text/xml\" ]; };}","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.actions","description":"The set of actions made available to application launchers.","note":"","type":"attribute set of (submodule)","default":"{ }","example":"{ \"New Window\" = { exec = \"${pkgs.firefox}/bin/firefox --new-window %u\"; };}","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.actions.<name>.exec","description":"Program to execute, possibly with arguments.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.actions.<name>.icon","description":"Icon to display in file manager, menus, etc.","note":"","type":"null or string or path","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.actions.<name>.name","description":"Name of the action.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.categories","description":"Categories in which the entry should be shown in a menu.","note":"","type":"null or (list of string)","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.comment","description":"Tooltip for the entry.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.exec","description":"Program to execute, possibly with arguments.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.genericName","description":"Generic name of the application.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.icon","description":"Icon to display in file manager, menus, etc.","note":"","type":"null or string or path","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.mimeType","description":"The MIME type(s) supported by this application.","note":"","type":"null or (list of string)","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.name","description":"Specific name of the application.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.noDisplay","description":"Means “this application exists, but don’t display it in the menus”.This can be useful to e.g. associate this application with MIME types.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.prefersNonDefaultGPU","description":"If true, the application prefers to be run on a more powerful discrete GPU if available.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.settings","description":"Extra key-value pairs to add to the [Desktop Entry] section.This may override other values.","note":"","type":"attribute set of string","default":"{ }","example":"{ Keywords = \"calc;math\"; DBusActivatable = \"false\";}","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.startupNotify","description":"If true, it is KNOWN that the application will send a “remove”message when started with the DESKTOP_STARTUP_IDenvironment variable set. If false, it is KNOWN that the applicationdoes not work with startup notification at all.","note":"","type":"null or boolean","default":"null","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.terminal","description":"Whether the program runs in a terminal window.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.desktopEntries.<name>.type","description":"The type of the desktop entry.","note":"","type":"one of “Application”, “Link”, “Directory”","default":"\"Application\"","example":"","declared_by":"home-manager/modules/misc/xdg-desktop-entries.nix
"},{"title":"xdg.mime.enable","description":"Whether to install programs and files to support theXDG Shared MIME-info specification and XDG MIME Applicationsspecification athttps://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.htmlandhttps://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html,respectively.","note":"","type":"boolean","default":"true if host platform is Linux, false otherwise","example":"","declared_by":"home-manager/modules/misc/xdg-mime.nix
"},{"title":"xdg.mimeApps.enable","description":"Whether to manage $XDG_CONFIG_HOME/mimeapps.list.","note":"The generated file is read-only.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/misc/xdg-mime-apps.nix
"},{"title":"xdg.mimeApps.associations.added","description":"Defines additional associations of applications withmimetypes, as if the .desktop file was listing this mimetypein the first place.","note":"","type":"attribute set of ((list of string) or ((list of string) or string) convertible to it)","default":"{ }","example":"{ \"mimetype1\" = [ \"foo1.desktop\" \"foo2.desktop\" \"foo3.desktop\" ]; \"mimetype2\" = \"foo4.desktop\";}","declared_by":"home-manager/modules/misc/xdg-mime-apps.nix
"},{"title":"xdg.mimeApps.associations.removed","description":"Removes associations of applications with mimetypes, as if the.desktop file was not listing thismimetype in the first place.","note":"","type":"attribute set of ((list of string) or ((list of string) or string) convertible to it)","default":"{ }","example":"{ mimetype1 = \"foo5.desktop\";}","declared_by":"home-manager/modules/misc/xdg-mime-apps.nix
"},{"title":"xdg.mimeApps.defaultApplications","description":"The default application to be used for a given mimetype. Thisis, for instance, the one that will be started whendouble-clicking on a file in a file manager. If theapplication is no longer installed, the next application inthe list is attempted, and so on.","note":"","type":"attribute set of ((list of string) or ((list of string) or string) convertible to it)","default":"{ }","example":"{ \"mimetype1\" = [ \"default1.desktop\" \"default2.desktop\" ];}","declared_by":"home-manager/modules/misc/xdg-mime-apps.nix
"},{"title":"xdg.portal.enable","description":"Whether to enable XDG desktop integration.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/misc/xdg-portal.nix
"},{"title":"xdg.portal.config","description":"Sets which portal backend should be used to provide the implementationfor the requested interface. For details check portals.conf(5).","note":"These will be written with the name $desktop-portals.conf forxdg.portal.config.$desktop and portals.conf forxdg.portal.config.common as an exception.","type":"attribute set of attribute set of (string or ((list of string) or string) convertible to it)","default":"{ }","example":"{ common = { default = [ \"gtk\" ]; }; pantheon = { default = [ \"pantheon\" \"gtk\" ]; \"org.freedesktop.impl.portal.Secret\" = [ \"gnome-keyring\" ]; }; x-cinnamon = { default = [ \"xapp\" \"gtk\" ]; };}","declared_by":"home-manager/modules/misc/xdg-portal.nix
"},{"title":"xdg.portal.configPackages","description":"List of packages that provide XDG desktop portal configuration, usually inthe form of share/xdg-desktop-portal/$desktop-portals.conf.","note":"Note that configs in xdg.portal.config will be preferred if set.","type":"list of package","default":"[ ]","example":"[ pkgs.gnome.gnome-session ]","declared_by":"home-manager/modules/misc/xdg-portal.nix
"},{"title":"xdg.portal.extraPortals","description":"List of additional portals that should be passed to thexdg-desktop-portal.service, via the XDG_DESKTOP_PORTAL_DIRvariable.","note":"Portals allow interaction with system, like choosing files or takingscreenshots. At minimum, a desktop portal implementation should belisted.","type":"list of package","default":"[ ]","example":"","declared_by":"home-manager/modules/misc/xdg-portal.nix
"},{"title":"xdg.portal.xdgOpenUsePortal","description":"Sets environment variable NIXOS_XDG_OPEN_USE_PORTAL to 1This will make xdg-open use the portal to open programs, which resolves bugs involvingprograms opening inside FHS envs or with unexpected env vars set from wrappers.See #160923 for more info.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/misc/xdg-portal.nix
"},{"title":"xdg.stateHome","description":"Absolute path to directory holding application states.","note":"","type":"path","default":"\"~/.local/state\"","example":"","declared_by":"home-manager/modules/misc/xdg.nix
"},{"title":"xdg.systemDirs.config","description":"Directory names to add to XDG_CONFIG_DIRSin the user session.","note":"","type":"list of string","default":"[ ]","example":"[ \"/etc/xdg\" ]","declared_by":"home-manager/modules/misc/xdg-system-dirs.nix
"},{"title":"xdg.systemDirs.data","description":"Directory names to add to XDG_DATA_DIRSin the user session.","note":"","type":"list of string","default":"[ ]","example":"[ \"/usr/share\" \"/usr/local/share\" ]","declared_by":"home-manager/modules/misc/xdg-system-dirs.nix
"},{"title":"xdg.userDirs.enable","description":"Whether to manage $XDG_CONFIG_HOME/user-dirs.dirs.","note":"The generated file is read-only.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/misc/xdg-user-dirs.nix
"},{"title":"xdg.userDirs.createDirectories","description":"Whether to enable automatic creation of the XDG user directories.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/misc/xdg-user-dirs.nix
"},{"title":"xdg.userDirs.desktop","description":"The Desktop directory.","note":"","type":"null or (string or path convertible to it)","default":"\"${config.home.homeDirectory}/Desktop\"","example":"","declared_by":"home-manager/modules/misc/xdg-user-dirs.nix
"},{"title":"xdg.userDirs.documents","description":"The Documents directory.","note":"","type":"null or (string or path convertible to it)","default":"\"${config.home.homeDirectory}/Documents\"","example":"","declared_by":"home-manager/modules/misc/xdg-user-dirs.nix
"},{"title":"xdg.userDirs.download","description":"The Downloads directory.","note":"","type":"null or (string or path convertible to it)","default":"\"${config.home.homeDirectory}/Downloads\"","example":"","declared_by":"home-manager/modules/misc/xdg-user-dirs.nix
"},{"title":"xdg.userDirs.extraConfig","description":"Other user directories.","note":"","type":"attribute set of (string or path convertible to it)","default":"{ }","example":"{ XDG_MISC_DIR = \"${config.home.homeDirectory}/Misc\";}","declared_by":"home-manager/modules/misc/xdg-user-dirs.nix
"},{"title":"xdg.userDirs.music","description":"The Music directory.","note":"","type":"null or (string or path convertible to it)","default":"\"${config.home.homeDirectory}/Music\"","example":"","declared_by":"home-manager/modules/misc/xdg-user-dirs.nix
"},{"title":"xdg.userDirs.pictures","description":"The Pictures directory.","note":"","type":"null or (string or path convertible to it)","default":"\"${config.home.homeDirectory}/Pictures\"","example":"","declared_by":"home-manager/modules/misc/xdg-user-dirs.nix
"},{"title":"xdg.userDirs.publicShare","description":"The Public share directory.","note":"","type":"null or (string or path convertible to it)","default":"\"${config.home.homeDirectory}/Public\"","example":"","declared_by":"home-manager/modules/misc/xdg-user-dirs.nix
"},{"title":"xdg.userDirs.templates","description":"The Templates directory.","note":"","type":"null or (string or path convertible to it)","default":"\"${config.home.homeDirectory}/Templates\"","example":"","declared_by":"home-manager/modules/misc/xdg-user-dirs.nix
"},{"title":"xdg.userDirs.videos","description":"The Videos directory.","note":"","type":"null or (string or path convertible to it)","default":"\"${config.home.homeDirectory}/Videos\"","example":"","declared_by":"home-manager/modules/misc/xdg-user-dirs.nix
"},{"title":"xfconf.settings","description":"Settings to write to the Xfconf configuration system.","note":"","type":"xfconf settings","default":"{ }","example":"{ xfce4-session = { \"startup/ssh-agent/enabled\" = false; \"general/LockCommand\" = \"${pkgs.lightdm}/bin/dm-tool lock\"; }; xfce4-desktop = { \"backdrop/screen0/monitorLVDS-1/workspace0/last-image\" = \"${pkgs.nixos-artwork.wallpapers.stripes-logo.gnomeFilePath}\"; };}","declared_by":"home-manager/modules/misc/xfconf.nix
"},{"title":"xresources.extraConfig","description":"Additional X server resources contents.If this and all other xresources options arenull, then this feature is disabled and no~/.Xresources link is produced.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"builtins.readFile ( pkgs.fetchFromGitHub { owner = \"solarized\"; repo = \"xresources\"; rev = \"025ceddbddf55f2eb4ab40b05889148aab9699fc\"; sha256 = \"0lxv37gmh38y9d3l8nbnsm1mskcv10g3i83j0kac0a2qmypv1k9f\"; } + \"/Xresources.dark\")","declared_by":"home-manager/modules/xresources.nix
"},{"title":"xresources.path","description":"Path where Home Manager should link the .Xresources file.","note":"","type":"string","default":"\"$HOME/.Xresources\"","example":"","declared_by":"home-manager/modules/xresources.nix
"},{"title":"xresources.properties","description":"X server resources that should be set.Booleans are formatted as “true” or “false” respectively.List elements are recursively formatted as a string and joined by commas.All other values are directly formatted using builtins.toString.Note, that 2-dimensional lists are not supported and specifying one will throw an exception.If this and all other xresources options arenull, then this feature is disabled and no~/.Xresources link is produced.","note":"","type":"null or (attribute set of (boolean or signed integer or string or list of (boolean or signed integer or string)))","default":"null","example":"{ \"Emacs*toolBar\" = 0; \"XTerm*faceName\" = \"dejavu sans mono\"; \"XTerm*charClass\" = [ \"37:48\" \"45-47:48\" \"58:48\" \"64:48\" \"126:48\" ];}","declared_by":"home-manager/modules/xresources.nix
"},{"title":"xsession.enable","description":"Whether to enable X Session.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/xsession.nix
"},{"title":"xsession.initExtra","description":"Extra shell commands to run during initialization.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/xsession.nix
"},{"title":"xsession.numlock.enable","description":"Whether to enable Num Lock.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/misc/numlock.nix
"},{"title":"xsession.pointerCursor.package","description":"Alias of home.pointerCursor.package.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/config/home-cursor.nix
"},{"title":"xsession.pointerCursor.defaultCursor","description":"Alias of home.pointerCursor.x11.defaultCursor.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/config/home-cursor.nix
"},{"title":"xsession.pointerCursor.name","description":"Alias of home.pointerCursor.name.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/config/home-cursor.nix
"},{"title":"xsession.pointerCursor.size","description":"Alias of home.pointerCursor.size.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/config/home-cursor.nix
"},{"title":"xsession.preferStatusNotifierItems","description":"Whether tray applets should prefer using the Status NotifierItems (SNI) protocol, commonly called App Indicators. Note,not all tray applets or status bars support SNI.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/xsession.nix
"},{"title":"xsession.profileExtra","description":"Extra shell commands to run before session start.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/xsession.nix
"},{"title":"xsession.profilePath","description":"Path, relative to HOME, where Home Managershould write the X profile script.","note":"","type":"string","default":"\".xprofile\"","example":"\".xprofile-hm\"","declared_by":"home-manager/modules/xsession.nix
"},{"title":"xsession.scriptPath","description":"Path, relative to HOME, where Home Managershould write the X session script.","note":"","type":"string","default":"\".xsession\"","example":"\".xsession-hm\"","declared_by":"home-manager/modules/xsession.nix
"},{"title":"xsession.windowManager.awesome.enable","description":"Whether to enable Awesome window manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/awesome.nix
"},{"title":"xsession.windowManager.awesome.package","description":"Package to use for running the Awesome WM.","note":"","type":"package","default":"pkgs.awesome","example":"","declared_by":"home-manager/modules/services/window-managers/awesome.nix
"},{"title":"xsession.windowManager.awesome.luaModules","description":"List of lua packages available for beingused in the Awesome configuration.","note":"","type":"list of package","default":"[ ]","example":"[ pkgs.luaPackages.vicious ]","declared_by":"home-manager/modules/services/window-managers/awesome.nix
"},{"title":"xsession.windowManager.awesome.noArgb","description":"Disable client transparency support, which can be greatlydetrimental to performance in some setups","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/window-managers/awesome.nix
"},{"title":"xsession.windowManager.bspwm.enable","description":"Whether to enable bspwm window manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.package","description":"The bspwm package to use.","note":"","type":"package","default":"pkgs.bspwm","example":"pkgs.bspwm-unstable","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.alwaysResetDesktops","description":"If set to true, desktops configured in monitors will be resetevery time the config is run.","note":"If set to false, desktops will only be configured the first time the config is run.This is useful if you want to dynamically add desktops and you don’t want them to be destroyed if youre-run bspwmrc.","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.extraConfig","description":"Additional shell commands to be run at the end of the config file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' bspc subscribe all > ~/bspc-report.log &''","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.extraConfigEarly","description":"Like extraConfig, except commands are run at the start of the config file.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.monitors","description":"Specifies the names of desktops to create on each monitor.","note":"","type":"attribute set of list of string","default":"{ }","example":"{ HDMI-0 = [ \"web\" \"terminal\" \"III\" \"IV\" ];}","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules","description":"Rule configuration. The keys of the attribute set are the targets of the rules.","note":"","type":"attribute set of (attribute set of (boolean or signed integer or floating point number or string))","default":"{ }","example":"{ \"Gimp\" = { desktop = \"^8\"; state = \"floating\"; follow = true; }; \"Kupfer.py\" = { focus = true; }; \"Screenkey\" = { manage = false; };}","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.border","description":"Whether the node should have border.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.center","description":"Whether the node will be put in the center, in floating mode.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.desktop","description":"The desktop where the rule should be applied.","note":"","type":"null or string","default":"null","example":"\"^8\"","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.focus","description":"Whether the node should gain focus on creation.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.follow","description":"Whether focus should follow the node when it is moved.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.hidden","description":"Whether the node should occupy any space.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.layer","description":"The layer where a new window should spawn.","note":"","type":"null or one of “below”, “normal”, “above”","default":"null","example":"\"above\"","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.locked","description":"Whether the node should ignore node --closemessages.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.manage","description":"Whether the window should be managed by bspwm. If false, the windowwill be ignored by bspwm entirely. This is useful for overlay apps,e.g. screenshot tools.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.marked","description":"Whether the node will be marked for deferred actions.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.monitor","description":"The monitor where the rule should be applied.","note":"","type":"null or string","default":"null","example":"\"HDMI-0\"","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.node","description":"The node where the rule should be applied.","note":"","type":"null or string","default":"null","example":"\"1\"","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.private","description":"Whether the node should stay in the same tiling position and size.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.rectangle","description":"The node’s geometry, in the format WxH+X+Y.","note":"","type":"null or string","default":"null","example":"\"800x600+32+32\"","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.splitDir","description":"The direction where the container is going to be split.","note":"","type":"null or one of “north”, “west”, “south”, “east”","default":"null","example":"\"south\"","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.splitRatio","description":"The ratio between the new window and the previous existing window inthe desktop.","note":"","type":"null or floating point number","default":"null","example":"0.65","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.state","description":"The state in which a new window should spawn.","note":"","type":"null or one of “tiled”, “pseudo_tiled”, “floating”, “fullscreen”","default":"null","example":"\"floating\"","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.rules.<name>.sticky","description":"Whether the node should stay on the focused desktop.","note":"","type":"null or boolean","default":"null","example":"true","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.settings","description":"General settings given to bspc config.","note":"","type":"attribute set of (boolean or signed integer or floating point number or string or list of (boolean or signed integer or floating point number or string))","default":"{ }","example":"{ border_width = 2; gapless_monocle = true; split_ratio = 0.52;}","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.bspwm.startupPrograms","description":"Programs to be executed during startup.","note":"","type":"list of string","default":"[ ]","example":"[ \"numlockx on\" \"tilda\"]","declared_by":"home-manager/modules/services/window-managers/bspwm/default.nix
"},{"title":"xsession.windowManager.command","description":"Command to use to start the window manager.","note":"The default value allows integration with NixOS’ generated xserver configuration.","type":"string","default":"\"test -n \\\"$1\\\" && eval \\\"$@\\\"\"","example":"let xmonad = pkgs.xmonad-with-packages.override { packages = self: [ self.xmonad-contrib self.taffybar ]; };in \"${xmonad}/bin/xmonad\";","declared_by":"home-manager/modules/xsession.nix
"},{"title":"xsession.windowManager.fluxbox.enable","description":"Whether to enable Fluxbox window manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/fluxbox.nix
"},{"title":"xsession.windowManager.fluxbox.package","description":"The fluxbox package to use.","note":"","type":"package","default":"pkgs.fluxbox","example":"","declared_by":"home-manager/modules/services/window-managers/fluxbox.nix
"},{"title":"xsession.windowManager.fluxbox.apps","description":"Apps configuration for Fluxbox, written to~/.fluxbox/apps. Look at thefluxbox(1) manpage for details.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/fluxbox.nix
"},{"title":"xsession.windowManager.fluxbox.extraCommandLineArgs","description":"Extra command line arguments to pass to fluxbox.Look at thefluxbox(1) manpage for details.","note":"","type":"list of string","default":"[ ]","example":"[ \"-log\" \"/tmp/fluxbox.log\"]","declared_by":"home-manager/modules/services/window-managers/fluxbox.nix
"},{"title":"xsession.windowManager.fluxbox.init","description":"Init configuration for Fluxbox, written to~/.fluxbox/init. Look at thefluxbox(1) manpage for details.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/fluxbox.nix
"},{"title":"xsession.windowManager.fluxbox.keys","description":"Keyboard shortcuts configuration for Fluxbox, written to~/.fluxbox/keys. Look at thefluxbox-keys(1) manpage for details.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/fluxbox.nix
"},{"title":"xsession.windowManager.fluxbox.menu","description":"Menu configuration for Fluxbox, written to~/.fluxbox/menu. Look at thefluxbox-menu(1) manpage for details.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/fluxbox.nix
"},{"title":"xsession.windowManager.fluxbox.slitlist","description":"Slitlist configuration for Fluxbox, written to~/.fluxbox/slitlist. Look at thefluxbox(1) manpage for details.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/fluxbox.nix
"},{"title":"xsession.windowManager.fluxbox.windowmenu","description":"Window menu configuration for Fluxbox, written to~/.fluxbox/windowmenu. Look at thefluxbox-menu(1)manpage for details.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/fluxbox.nix
"},{"title":"xsession.windowManager.herbstluftwm.enable","description":"Whether to enable herbstluftwm window manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/herbstluftwm.nix
"},{"title":"xsession.windowManager.herbstluftwm.package","description":"Package providing the herbstluftwm andherbstclient commands.","note":"","type":"package","default":"pkgs.herbstluftwm","example":"","declared_by":"home-manager/modules/services/window-managers/herbstluftwm.nix
"},{"title":"xsession.windowManager.herbstluftwm.extraConfig","description":"Extra configuration lines to add verbatim to$XDG_CONFIG_HOME/herbstluftwm/autostart.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"'' herbstclient set_layout max herbstclient detect_monitors''","declared_by":"home-manager/modules/services/window-managers/herbstluftwm.nix
"},{"title":"xsession.windowManager.herbstluftwm.keybinds","description":"Herbstluftwm keybinds.","note":"","type":"attribute set of string","default":"{ }","example":"{ Mod4-o = \"split right\"; Mod4-u = \"split bottom\";}","declared_by":"home-manager/modules/services/window-managers/herbstluftwm.nix
"},{"title":"xsession.windowManager.herbstluftwm.mousebinds","description":"Herbstluftwm mousebinds.","note":"","type":"attribute set of string","default":"{ }","example":"{ Mod4-B1 = \"move\"; Mod4-B3 = \"resize\";}","declared_by":"home-manager/modules/services/window-managers/herbstluftwm.nix
"},{"title":"xsession.windowManager.herbstluftwm.rules","description":"Herbstluftwm rules.","note":"","type":"list of string","default":"[ ]","example":"[ \"windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' focus=on pseudotile=on\" \"windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off\"]","declared_by":"home-manager/modules/services/window-managers/herbstluftwm.nix
"},{"title":"xsession.windowManager.herbstluftwm.settings","description":"Herbstluftwm settings.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ gapless_grid = false; window_border_width = 1; window_border_active_color = \"#FF0000\";}","declared_by":"home-manager/modules/services/window-managers/herbstluftwm.nix
"},{"title":"xsession.windowManager.herbstluftwm.tags","description":"Tags to create on startup.","note":"","type":"list of string","default":"[ ]","example":"[ \"work\" \"browser\" \"music\" \"gaming\" ]","declared_by":"home-manager/modules/services/window-managers/herbstluftwm.nix
"},{"title":"xsession.windowManager.i3.enable","description":"Whether to enable i3 window manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.package","description":"The i3 package to use.","note":"","type":"package","default":"pkgs.i3","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config","description":"i3 configuration options.","note":"","type":"null or (submodule)","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.assigns","description":"An attribute set that assigns applications to workspaces basedon criteria.","note":"","type":"attribute set of list of attribute set of (string or boolean)","default":"{ }","example":"{\"1: web\" = [{ class = \"^Firefox$\"; }];\"0: extra\" = [{ class = \"^Firefox$\"; window_role = \"About\"; }];}","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars","description":"i3 bars settings blocks. Set to empty list to remove bars completely.","note":"","type":"list of (submodule)","default":"see code","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors","description":"Bar color settings. All color classes can be specified using submoduleswith ‘border’, ‘background’, ‘text’, fields and RGB color hex-codes as values.See default values for the reference.Note that ‘background’, ‘status’, and ‘separator’ parameters take a single RGB value.","note":"See https://i3wm.org/docs/userguide.html#_colors.","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors.activeWorkspace","description":"Border, background and text color for a workspace button when the workspace is active.","note":"","type":"null or (submodule)","default":"","example":"{ background = \"#5f676a\"; border = \"#333333\"; text = \"#ffffff\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors.background","description":"Background color of the bar.","note":"","type":"null or string","default":"","example":"\"#000000\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors.bindingMode","description":"Border, background and text color for the binding mode indicator","note":"","type":"null or (submodule)","default":"","example":"{ background = \"#900000\"; border = \"#2f343a\"; text = \"#ffffff\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors.focusedBackground","description":"Background color of the bar on the currently focused monitor output.","note":"","type":"null or string","default":"null","example":"\"#000000\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors.focusedSeparator","description":"Text color to be used for the separator on the currently focused monitor output.","note":"","type":"null or string","default":"null","example":"\"#666666\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors.focusedStatusline","description":"Text color to be used for the statusline on the currently focused monitor output.","note":"","type":"null or string","default":"null","example":"\"#ffffff\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors.focusedWorkspace","description":"Border, background and text color for a workspace button when the workspace has focus.","note":"","type":"null or (submodule)","default":"","example":"{ background = \"#285577\"; border = \"#4c7899\"; text = \"#ffffff\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors.inactiveWorkspace","description":"Border, background and text color for a workspace button when the workspace does nothave focus and is not active.","note":"","type":"null or (submodule)","default":"","example":"{ background = \"#222222\"; border = \"#333333\"; text = \"#888888\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors.separator","description":"Text color to be used for the separator.","note":"","type":"null or string","default":"","example":"\"#666666\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors.statusline","description":"Text color to be used for the statusline.","note":"","type":"null or string","default":"","example":"\"#ffffff\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.colors.urgentWorkspace","description":"Border, background and text color for a workspace button when the workspace containsa window with the urgency hint set.","note":"","type":"null or (submodule)","default":"","example":"{ background = \"#900000\"; border = \"#2f343a\"; text = \"#ffffff\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.command","description":"Command that will be used to start a bar.","note":"","type":"string","default":"\"i3bar\"","example":"\"\\${pkgs.i3}/bin/i3bar -t\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.extraConfig","description":"Extra configuration lines for this bar.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.fonts","description":"Font configuration for this bar.","note":"","type":"(list of string) or (submodule)","default":"{ }","example":"{ names = [ \"DejaVu Sans Mono\" \"FontAwesome5Free\" ]; style = \"Bold Semi-Condensed\"; size = 11.0;}","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.hiddenState","description":"The default bar mode when ‘bar.mode’ == ‘hide’.","note":"","type":"null or one of “hide”, “show”","default":"","example":"\"hide\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.id","description":"Specifies the bar ID for the configured bar instance.If this option is missing, the ID is set to bar-x, where x correspondsto the position of the embedding bar block in the config file.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.mode","description":"Bar visibility mode.","note":"","type":"null or one of “dock”, “hide”, “invisible”","default":"","example":"\"dock\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.position","description":"The edge of the screen i3bar should show up.","note":"","type":"null or one of “top”, “bottom”","default":"","example":"\"bottom\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.statusCommand","description":"Command that will be used to get status lines.","note":"","type":"null or string","default":"","example":"\"\\${pkgs.i3status}/bin/i3status\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.trayOutput","description":"Where to output tray.","note":"","type":"null or string","default":"","example":"\"primary\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.trayPadding","description":"Sets the pixel padding of the system tray.This padding will surround the tray on all sides and between each item.","note":"","type":"null or signed integer","default":"","example":"null","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.workspaceButtons","description":"Whether workspace buttons should be shown or not.","note":"","type":"null or boolean","default":"","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.bars.*.workspaceNumbers","description":"Whether workspace numbers should be displayed within the workspace buttons.","note":"","type":"null or boolean","default":"","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.colors","description":"Color settings. All color classes can be specified using submoduleswith ‘border’, ‘background’, ‘text’, ‘indicator’ and ‘childBorder’ fieldsand RGB color hex-codes as values. See default values for the reference.Note that ‘i3.config.colors.background’ parameter takes a single RGB value.","note":"See https://i3wm.org/docs/userguide.html#_changing_colors.","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.colors.background","description":"Background color of the window. Only applications which do not coverthe whole area expose the color.","note":"","type":"string","default":"\"#ffffff\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.colors.focused","description":"A window which currently has the focus.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.colors.focusedInactive","description":"A window which is the focused one of its container,but it does not have the focus at the moment.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.colors.placeholder","description":"Background and text color are used to draw placeholder windowcontents (when restoring layouts). Border and indicator are ignored.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.colors.unfocused","description":"A window which is not focused.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.colors.urgent","description":"A window which has its urgency hint activated.","note":"","type":"submodule","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.defaultWorkspace","description":"The default workspace to show when i3 is launched.This must to correspond to the value of the keybinding of the default workspace.","note":"","type":"null or string","default":"null","example":"\"workspace number 9\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.floating","description":"Floating window settings.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.floating.border","description":"Floating windows border width.","note":"","type":"signed integer","default":"2","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.floating.criteria","description":"List of criteria for windows that should be opened in a floating mode.","note":"","type":"list of attribute set of (string or boolean)","default":"[ ]","example":"[ { title = \"Steam - Update News\"; } { class = \"Pavucontrol\"; }]","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.floating.modifier","description":"Modifier key or keys that can be used to drag floating windows.","note":"","type":"string","default":"\"i3.config.modifier\"","example":"\"Mod4\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.floating.titlebar","description":"Whether to show floating window titlebars.","note":"","type":"boolean","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.focus","description":"Focus related settings.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.focus.followMouse","description":"Whether focus should follow the mouse.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.focus.forceWrapping","description":"Whether to force focus wrapping in tabbed or stacked containers.","note":"This option is deprecated, use focus.wrapping instead.","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.focus.mouseWarping","description":"Whether mouse cursor should be warped to the center of the window when switching focusto a window on a different output.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.focus.newWindow","description":"This option modifies focus behavior on new window activation.","note":"See https://i3wm.org/docs/userguide.html#focus_on_window_activation","type":"one of “smart”, “urgent”, “focus”, “none”","default":"\"smart\"","example":"\"none\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.focus.wrapping","description":"Whether the window focus commands automatically wrap around the edge of containers.","note":"See https://i3wm.org/docs/userguide.html#_focus_wrapping","type":"one of “yes”, “no”, “force”, “workspace”","default":"\"yes\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.fonts","description":"Font configuration for window titles, nagbar…","note":"","type":"(list of string) or (submodule)","default":"{ }","example":"{ names = [ \"DejaVu Sans Mono\" \"FontAwesome5Free\" ]; style = \"Bold Semi-Condensed\"; size = 11.0;}","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.gaps","description":"Gaps related settings.","note":"","type":"null or (submodule)","default":"null","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.gaps.bottom","description":"Bottom gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.gaps.horizontal","description":"Horizontal gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.gaps.inner","description":"Inner gaps value.","note":"","type":"null or signed integer","default":"null","example":"12","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.gaps.left","description":"Left gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.gaps.outer","description":"Outer gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.gaps.right","description":"Right gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.gaps.smartBorders","description":"This option controls whether to disable container borders onworkspace with a single container.","note":"","type":"one of “on”, “off”, “no_gaps”","default":"\"off\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.gaps.smartGaps","description":"This option controls whether to disable all gaps (outer and inner)on workspace with a single container.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.gaps.top","description":"Top gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.gaps.vertical","description":"Vertical gaps value.","note":"","type":"null or signed integer","default":"null","example":"5","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.keybindings","description":"An attribute set that assigns a key press to an action using a key symbol.See https://i3wm.org/docs/userguide.html#keybindings.","note":"Consider to use lib.mkOptionDefault function to extend or overridedefault keybindings instead of specifying all of them from scratch.","type":"attribute set of (null or string)","default":"\"Default i3 keybindings.\"","example":"let modifier = config.xsession.windowManager.i3.config.modifier;in lib.mkOptionDefault { \"${modifier}+Return\" = \"exec i3-sensible-terminal\"; \"${modifier}+Shift+q\" = \"kill\"; \"${modifier}+d\" = \"exec ${pkgs.dmenu}/bin/dmenu_run\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.keycodebindings","description":"An attribute set that assigns keypress to an action using key code.See https://i3wm.org/docs/userguide.html#keybindings.","note":"","type":"attribute set of (null or string)","default":"{ }","example":"{ \"214\" = \"exec /bin/script.sh\";}","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.menu","description":"Default launcher to use.","note":"","type":"string","default":"\"\\${pkgs.dmenu}/bin/dmenu_run\"","example":"\"bemenu-run\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.modes","description":"An attribute set that defines binding modes and keybindingsinside them","note":"Only basic keybinding is supported (bindsym keycomb action),for more advanced setup use ‘i3.extraConfig’.","type":"attribute set of attribute set of string","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.modifier","description":"Modifier key that is used for all default keybindings.","note":"","type":"one of “Shift”, “Control”, “Mod1”, “Mod2”, “Mod3”, “Mod4”, “Mod5”","default":"\"Mod1\"","example":"\"Mod4\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.startup","description":"Commands that should be executed at startup.","note":"See https://i3wm.org/docs/userguide.html#_automatically_starting_applications_on_i3_startup.","type":"list of (submodule)","default":"[ ]","example":"[{ command = \"systemctl --user restart polybar\"; always = true; notification = false; }{ command = \"dropbox start\"; notification = false; }{ command = \"firefox\"; }];","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.startup.*.always","description":"Whether to run command on each i3 restart.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.startup.*.command","description":"Command that will be executed on startup.","note":"","type":"string","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.startup.*.notification","description":"Whether to enable startup-notification support for the command.See --no-startup-id option description in the i3 user guide.","note":"","type":"boolean","default":"true","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.startup.*.workspace","description":"Launch application on a particular workspace. DEPRECATED:Use xsession.windowManager.i3.config.assignsinstead. See https://github.com/nix-community/home-manager/issues/265.","note":"","type":"null or string","default":"null","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.terminal","description":"Default terminal to run.","note":"","type":"string","default":"\"i3-sensible-terminal\"","example":"\"alacritty\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.window","description":"Window titlebar and border settings.","note":"","type":"submodule","default":"{ }","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.window.border","description":"Window border width.","note":"","type":"signed integer","default":"2","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.window.commands","description":"List of commands that should be executed on specific windows.See for_window i3wm option documentation.","note":"","type":"list of (submodule)","default":"[ ]","example":"[ { command = \"border pixel 1\"; criteria = { class = \"XTerm\"; }; }]","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.window.commands.*.command","description":"i3wm command to execute.","note":"","type":"string","default":"","example":"\"border pixel 1\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.window.commands.*.criteria","description":"Criteria of the windows on which command should be executed.","note":"A value of true is equivalent to using an emptycriteria (which is different from an empty string criteria).","type":"attribute set of (string or boolean)","default":"","example":"{ title = \"x200: ~/work\"; floating = true;};","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.window.hideEdgeBorders","description":"Hide window borders adjacent to the screen edges.","note":"","type":"one of “none”, “vertical”, “horizontal”, “both”, “smart”","default":"\"none\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.window.titlebar","description":"Whether to show window titlebars.","note":"","type":"boolean","default":"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.workspaceAutoBackAndForth","description":"Assume you are on workspace “1: www” and switch to “2: IM” usingmod+2 because somebody sent you a message. You don’t need to rememberwhere you came from now, you can just press $mod+2 again to switchback to “1: www”.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.workspaceLayout","description":"The mode in which new containers on workspace level willstart.","note":"","type":"one of “default”, “stacking”, “tabbed”","default":"\"default\"","example":"\"tabbed\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.workspaceOutputAssign","description":"Assign workspaces to outputs.","note":"","type":"list of (submodule)","default":"[ ]","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.workspaceOutputAssign.*.output","description":"Name(s) of the output(s) from i3-msg -t get_outputs .","note":"","type":"string or list of string","default":"\"\"","example":"\"eDP\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.config.workspaceOutputAssign.*.workspace","description":"Name of the workspace to assign.","note":"","type":"string","default":"\"\"","example":"\"Web\"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.i3.extraConfig","description":"Extra configuration lines to add to ~/.config/i3/config.","note":"","type":"strings concatenated with “\\n”","default":"\"\"","example":"","declared_by":"home-manager/modules/services/window-managers/i3-sway/i3.nix
"},{"title":"xsession.windowManager.spectrwm.enable","description":"Whether to enable Spectrwm window manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/spectrwm.nix
"},{"title":"xsession.windowManager.spectrwm.package","description":"Package providing the spectrwm command.","note":"","type":"package","default":"pkgs.spectrwm","example":"","declared_by":"home-manager/modules/services/window-managers/spectrwm.nix
"},{"title":"xsession.windowManager.spectrwm.bindings","description":"Spectrwm keybindings.","note":"","type":"attribute set of string","default":"{ }","example":"{ term = \"Mod+Return\"; restart = \"Mod+Shift+r\"; quit = \"Mod+Shift+q\";}","declared_by":"home-manager/modules/services/window-managers/spectrwm.nix
"},{"title":"xsession.windowManager.spectrwm.programs","description":"Spectrwm programs variables.","note":"","type":"attribute set of string","default":"{ }","example":"{ term = \"alacritty\"; search = \"dmenu -ip -p 'Window name/id:';}","declared_by":"home-manager/modules/services/window-managers/spectrwm.nix
"},{"title":"xsession.windowManager.spectrwm.quirks","description":"Spectrwm quicks (custom window rules).","note":"","type":"attribute set of string","default":"{ }","example":"{ Matplotlib = \"FLOAT\"; Pavucontrol = \"FLOAT\";}","declared_by":"home-manager/modules/services/window-managers/spectrwm.nix
"},{"title":"xsession.windowManager.spectrwm.settings","description":"Spectrwm settings.","note":"","type":"attribute set of (boolean or signed integer or string)","default":"{ }","example":"{ modkey = \"Mod4\"; workspace_limit = 5; focus_mode = \"manual\"; focus_close = \"next\";}","declared_by":"home-manager/modules/services/window-managers/spectrwm.nix
"},{"title":"xsession.windowManager.spectrwm.unbindings","description":"List of keybindings to disable from default Spectrwm configuration.","note":"","type":"list of string","default":"[ ]","example":"[ \"MOD+e\" \"MOD+f\" \"MOD+m\" \"MOD+s\" \"MOD+u\" \"MOD+t\"]","declared_by":"home-manager/modules/services/window-managers/spectrwm.nix
"},{"title":"xsession.windowManager.xmonad.enable","description":"Whether to enable xmonad window manager.","note":"","type":"boolean","default":"false","example":"true","declared_by":"home-manager/modules/services/window-managers/xmonad.nix
"},{"title":"xsession.windowManager.xmonad.enableContribAndExtras","description":"Enable xmonad-{contrib,extras} in xmonad.","note":"","type":"boolean","default":"false","example":"","declared_by":"home-manager/modules/services/window-managers/xmonad.nix
"},{"title":"xsession.windowManager.xmonad.config","description":"The configuration file to be used for xmonad. This must bean absolute path or null in which case~/.xmonad/xmonad.hs will not be managedby Home Manager.","note":"If this option is set to a non-null value,recompilation of xmonad outside of Home Manager (e.g. viaxmonad --recompile) will fail.","type":"null or path","default":"null","example":"pkgs.writeText \"xmonad.hs\" '' import XMonad main = xmonad defaultConfig { terminal = \"urxvt\" , modMask = mod4Mask , borderWidth = 3 }''","declared_by":"home-manager/modules/services/window-managers/xmonad.nix
"},{"title":"xsession.windowManager.xmonad.extraPackages","description":"Extra packages available to GHC when rebuilding xmonad. Thevalue must be a function which receives the attribute setdefined in haskellPackages as the soleargument.","note":"","type":"unspecified value","default":"\"self: []\"","example":"haskellPackages: [ haskellPackages.xmonad-contrib haskellPackages.monad-logger]","declared_by":"home-manager/modules/services/window-managers/xmonad.nix
"},{"title":"xsession.windowManager.xmonad.haskellPackages","description":"The haskellPackages used to build xmonadand other packages. This can be used to change the GHCversion used to build xmonad and the packages listed inextraPackages.","note":"","type":"unspecified value","default":"pkgs.haskellPackages","example":"pkgs.haskell.packages.ghc784","declared_by":"home-manager/modules/services/window-managers/xmonad.nix
"},{"title":"xsession.windowManager.xmonad.libFiles","description":"Additional files that will be saved in~/.xmonad/lib/ and included in the configurationbuild. The keys are the file names while the values are paths to thecontents of the files.","note":"","type":"attribute set of path","default":"{ }","example":"{ \"Tools.hs\" = pkgs.writeText \"Tools.hs\" '' module Tools where screenshot = \"scrot\" '';}","declared_by":"home-manager/modules/services/window-managers/xmonad.nix
"}]}