aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/modules/default.nix
blob: 5d4e378d01cdf1cdcc8d4679bf7fc259eac2c883 (plain)
1
2
3
4
5
6
7
8
9
10
11
/** References all modules contained in libkookie */

{ ... }: {
  imports = [
    # libkookie module harness runs the show
    ./harness/users.nix

    # Add modules based on use-case
    ./workstation
  ];
}