Skip to content

packages 🔹

Define package sets from nixpkgs and install them on one or more machines

Categories

System

Inventory Roles

Predefined roles

- `default`

For more information, see the inventory guide.

Usage

To use this module, import it like th:

{config, lib, inputs, ...}: {
    imports = [ inputs.clan-core.clanModules.packages ];
    # ...
}

Module Options

clan.packages.packages

The packages to install on the machine

Type: list of string

default.nix