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