summaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: 3015d5967cdf7b42611dccf50f5b0c0cfaf09dea (plain)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

{
  imports =
    [
      ./linus.onl
      ./notifications.linus.onl
      ./cloudflare-proxy
      ./graphics
    ];
}