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

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