summary refs log tree commit diff stats
path: root/modules/nixos/sils/default.nix
blob: dfa0510bc2a5d5a3c8803e558733fd79890b5251 (plain) (blame)
1
2
3
4
5
6
7
8
9
{...}: {
  imports = [
    ./basesystem.nix
    ./meta.nix
    ./nix.nix
    ./plymouth.nix
    ./theming.nix
  ];
}