summaryrefslogtreecommitdiff
path: root/services/default.nix
blob: 458fe4ef4a9b26a6278ec4b1113f9f558f4d1ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
    ];
}