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