about summary refs log tree commit diff stats
path: root/system/system.nix
blob: 3a034742338c363be3f66c72240c4da6a9d941d1 (plain) (blame)
1
2
3
4
5
6
7
8
{config, ...}: {
  imports = [
    ./locale/locale.nix
    ./users/users.nix
    ./sound/sound.nix
    ./packages/packages.nix
  ];
}