summaryrefslogtreecommitdiff
path: root/os/default.nix
blob: 43e7476d701e47ffc2044b5886ea6caa28e12c6b (plain)
1
2
3
4
5
6
7
8
{ ... }:
{
  imports = [
    ./core/default.nix
    ./srv/default.nix
    ./wm/default.nix
  ];
}