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