aboutsummaryrefslogtreecommitdiff
path: root/modules/services/system/default.nix
blob: 4c03dfd48af004b16bd3d1804e866d777a49d389 (plain)
1
2
3
4
5
6
7
{
  imports = [
    ./networking
    ./audio.nix
    ./bluetooth.nix
  ];
}