summary refs log tree commit diff stats
path: root/sys/default.nix
blob: 0eeeb35ed2b171cdfd37582c409814c4aa466d8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{...}: {
  imports = [
    ./packages
    ./services
    ./sound
    ./systemd
    ./users
    ./virtualisation
    ./xdg
  ];
}