Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mods.homePackages.additionalPackages

Additional Home manager packages. Will be installed regardless of default home manager packages are installed.

Type: list of package

Default: [ ]

Example:

[
  <derivation flatpak-1.16.1>
]

mods.homePackages.browser

The browser (the enum variants have preconfigured modules)

Type: null or one of “firefox”, “zen”, “librewolf”, “chromium”, “brave” or package

Default: "zen"

Example: "firefox"

mods.homePackages.mailClient

The email client

Type: null or package

Default: <derivation thunderbird-138.0.1>

Example: null

mods.homePackages.matrixClient

The matrix client

Type: null or package

Default: <derivation nheko-0.12.0>

Example: null

mods.homePackages.ncspot

Adds the ncspot spotify client

Type: boolean

Default: false

Example: true

mods.homePackages.nextcloudClient

Adds the full desktop nextcloud client (the nextcloud module in dashnix only provides the cli tool)

Type: boolean

Default: false

Example: true

mods.homePackages.orcaSlicer

Enables orca slicer

Type: boolean

Default: false

Example: true

mods.homePackages.specialPrograms

special program configuration to be added which require programs.something notation.

Type: attribute set of anything

Default: { }

Example: { }

mods.homePackages.specialServices

special services configuration to be added which require an services.something notation.

Type: attribute set of anything

Default: { }

Example: { }

mods.homePackages.useDefaultPackages

Use default packages (will use additional_packages only if disabled)

Type: boolean

Default: true

Example: false

mods.homePackages.vesktop

Adds the vesktop discord client

Type: boolean

Default: true

Example: false