summaryrefslogtreecommitdiff
path: root/modules/sys/default.nix
blob: 72c9ffcd2a1ecfe6510437805592cf95d884f873 (plain)
1
2
3
4
5
6
7
8
{ ... }:
{
  imports = [
    ./core/default.nix
    ./features/default.nix
    ./wayland/default.nix
  ];
}