summaryrefslogtreecommitdiff
path: root/os/srv/srv.nix
blob: f9280ab768ccc01d359ab5f534ef52b45ea8b1a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ ... }:
{
  imports = [
    ./bluetooth.nix
    ./compat.nix
    ./docker.nix
    ./files.nix
    ./gaming.nix
    ./kvm.nix
    ./nix-helper.nix
    ./ollama.nix
    ./zzz.nix
  ];
}