summaryrefslogtreecommitdiff
path: root/services/default.nix
blob: 995ca27ba0a27b3e60020c461c5282cfa31b21a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file indexes all services. Services are different from use-cases in that
# they are reusable components that (most probably one). These are NixOS
# modules, NOT home-manager modules.

{ ... }:

{
  imports =
    [
      ./on-demand-minecraft
      ./duksebot
    ];
}